what do you do when the agent just doesn't happen mid call

Reddit r/AI_Agents News

Summary

A developer describes a failure mode in AI phone agents where the agent stalls mid-call without errors, causing dropped calls and turn-taking issues, and seeks diagnostic advice.

I build phone agents! I keep hitting a weird failure mode. The call connects fine over SIP; audio is flowing. Then the agent goes quiet for a beat, like it forgot it's in a call. It's not a crash. There's no error in the logs. It just doesn't happen for a second or two. I've tried to isolate it. Sometimes it lines up with a slow STT response from Deepgram. Sometimes there's nothing slow at all; no long turn, no weird input, and it still stalls. My guess is the VAD or turn taking logic decides it's not the agent's turn. It just sits there instead. I can't prove that from the logs I have. On a web chat this would be invisible. You'd wait a second and not think about it. On a phone call it's brutal! Callers hang up after 2 or 3 seconds of dead air. Or they start talking over the silence, and the turn taking gets even more confused. Has anyone else run into this exact thing? The agent is alive and listening but not producing a turn when it clearly should. Is this a known bug category with a name? Or is it usually specific to whatever orchestration stack someone is running: LiveKit, Vapi, Retell, or something custom? Also curious what people log to catch it, since normal error logging shows nothing when this happens! Any fix that actually worked would help.
Original Article

Similar Articles

I analysed 10000 voice ai call and 40% of them had similar problems

Reddit r/AI_Agents

An analysis of 10,000 voice AI calls reveals key failure points: STT error rates, first-8-second chaos, interruption handling, extended silence, tool call latency, LLM failures, and broken escalation — offering practical insights for agent builders.

AI agent development

Reddit r/AI_Agents

A developer discusses cascading failures in a 3-agent SDR system, where hallucinations propagate through agents, and seeks advice on improving reliability with human-in-loop or framework switching.