I Built an AI Voice Agent That Makes Real Phone Calls
// 2026-08-28 · Frederic Haddad · 3 min read
I built an AI voice agent that places real phone calls on my behalf. It has held natural business conversations, handled voicemail detection, and — importantly — it introduces itself as an AI every single time — no five seconds of dead air before the disclosure, either. Here's what building and running it taught me about where voice AI actually stands in 2026, and what it means for businesses considering it.
What the system looks like
The stack is simpler than you'd expect: a voice model that handles speech-to-text, reasoning, and text-to-speech in one loop, driven by a written briefing document for each call — who to call, why, what to say, what to never say. Every call brief requires my explicit approval before a single dial. Transcripts and recordings are archived automatically and sent to me afterward.
The briefing-document pattern turned out to be the secret. Instead of prompt-engineering a persona, each call gets a structured brief: context about the recipient, the goal, talking points, hard boundaries. The agent follows the brief the way a good junior employee follows instructions — which means I can review exactly what will be said before the phone rings.
Three lessons that generalize to any AI deployment
1. Disclosure is not a limitation — it's the product
The agent opens every call by disclosing it's an AI. I made this non-negotiable early, and it's been the opposite of a disadvantage: people are more willing to talk to an obvious AI than to something that might be a human pretending. There's an emerging norm here, and businesses that get ahead of it — honest AI disclosure as a feature — will keep the trust of the ones that don't.
2. The failure modes are operational, not technical
The hard bugs weren't speech quality. They were things like: retry logic that gave up because I never answered at the times the system tried (the capability looked dead when it had never been tried while I was awake), and health checks that reported a component "running" while its database connection was quietly broken. Voice AI — like all AI ops — is a monitoring and operations problem first; I've catalogued six ways an AI phone call falls apart since.
3. Approval gates scale better than you'd think
Every call needs my approval. Doesn't that bottleneck everything? In practice, no — because the brief format makes approval take ten seconds. I read one screen, I know exactly who gets called and what will be said. The gate costs nothing; it just prevents everything — which is why it stings when I break my own safety rule.
Should your business use voice AI?
Honest answer: for most companies, the highest-ROI version isn't placing calls — it's receiving them: qualification, scheduling, FAQ handling. The same briefing-document pattern applies. Start with one narrow, well-defined call type. Write the brief. Keep a human in the loop for anything that leaves your four walls.
What I'd warn against is the big-bang "AI receptionist replaces your front desk" project. Voice AI wins as a scoped tool with clear boundaries — deployed by someone who has actually run one in production.
I have. If you're exploring voice AI (or any conversational AI) for your business in Dubai, I'll happily spend a consulting day mapping what's real, what's hype, and what your first scoped deployment should look like. Book here or ask me first.