A voice agent is a chatbot wearing a telephone: every 'conversation' is text underneath, with speech converted on the way in and out.
The whole technology is a 5-step loop repeated every turn: the caller speaks; speech-to-text transcribes it; the text goes to an LLM that has been pre-prompted with who it is and what it does; the LLM answers in text; text-to-speech says it aloud. Nothing in the middle knows sound exists — which is why everything you learned about prompting LLMs transfers directly, and why transcription accuracy becomes a first-class concern (garbage transcription in, garbage everything out).
Three species share this anatomy: inbound agents (the receptionist and customer-service case this session builds), outbound agents (sales calls — a separate promised session), and interactive assistants living inside apps, Siri-style. The loop's total round-trip time is the latency you'll later tune — the seam where the illusion of conversation holds or breaks.
Emma, the BrightSmile Dental receptionist built this session: a caller's 'my wisdom tooth is killing me' becomes text, hits a prompted LLM that knows it's a dental receptionist, and comes back as a sympathetic scheduling question in a British voice.
Once you see the loop, voice stops being exotic: it's prompt engineering plus two conversion steps plus latency management. Every later concept — prompting, settings, functions — slots into one of the five steps.
A voice agent is a special voice-native AI.
It's a text LLM between two converters — speech-to-text in, text-to-speech out. The intelligence never hears anything, which is why prompting is still the whole game.
Go deeper
In one line: A smart assistant that understands human speech, processes requests with AI, and responds naturally: user speaks → speech-to-text → text fed to a pre-prompted LLM → LLM outputs text → text-to-speech. Three types: inbound (receptionist/customer service), outbound (sales), and interactive assistants living inside apps (Siri-style).
▶ Watch this taught: 0:17:11
Answer from memory first — the recall attempt is what makes it stick. Then reveal.
Name the five steps of the loop.
Caller speaks → speech-to-text → pre-prompted LLM processes → LLM outputs text → text-to-speech answers.
What are the three types of voice agent?
Inbound (receptionist/support), outbound (sales), and interactive in-app assistants (Siri-style).











