GDG Coding Jams
Build with AI. Together.
Share
Adil Sabir Azeez
Builder profile

Adil Sabir Azeez

1
build shipped
Current tier
Builder
Maker
4 builds to unlock
Badges

What they’ve earned so far.

Coding Jam Builder

Coding Jam Builder

1 build
Earned
1 build so far
Coding Jam Maker

Coding Jam Maker

5 builds
Ship 4 more builds to unlock
Coding Jam Champion

Coding Jam Champion

10 builds
Ship 9 more builds to unlock
Their builds

1 build on the board.

VONAGE-ADIL_SABIR_AZEEZ
Track 09GDG Brooklyn
VONAGE-ADIL_SABIR_AZEEZ

This project is a real-time voice agent that lets users dial a standard phone number to interact with a custom AI persona. Built for developers looking to integrate telephony with streaming LLM pipelines, it serves as a working boilerplate for handling bi-directional audio streams and system prompts. It's a quick way to see how standard voice APIs stack up against modern conversational AI without needing heavy infrastructure.

I expected setting up telephony WebSockets and call state management to require heavy boilerplate. Surprisingly, Vonage’s Flue framework abstracted away all that complexity out of the box, letting me spin up a fully functional AI voice agent in just a few lines of code.