reinkarnation.space / blog

Field Notes: Building Voice AI Agents

Published April 05, 2026 | Bhanu Pratap

Back to all posts

Building voice agents taught me a simple truth: users forgive imperfect answers faster than they forgive awkward silence. In chat, latency is annoying. In voice, latency breaks trust.

In my recent prototypes, the biggest improvements did not come from swapping bigger models. They came from orchestration decisions that reduce the gap between "user finishes speaking" and "agent begins responding."

What Matters Most

What I Am Testing Next

My next step is a hybrid approach: deterministic routing for predictable tasks and LLM policy only where ambiguity is high. The target is a voice agent that feels calm, responsive, and consistent over long sessions.