{
  "id": 9919202,
  "title": "Deepgram endpointing=300 Cut Off 22% of My Voice AI Users Mid-Answer",
  "url": "https://urgent.news/2026/09/26/deepgram-endpointing-300-cut-off-22-of-my-voice-ai-users-mid-answer",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-26T05:32:12.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/ji_ai/deepgram-endpointing300-cut-off-22-of-my-voice-ai-users-mid-answer-2a2n"
  },
  "original_language": "en",
  "account": "Deepgram endpointing sets a silence timer for speech-to-text systems. When no speech is detected for a certain number of milliseconds, Deepgram finalizes the transcript and marks it as speech_final. My voice AI used endpointing=300, which felt fast but cut off 22% of long answers that paused to think. The problem is that 300ms pause time doesn't necessarily indicate the thought is finished. To fix this, I added a two-gate system: a cheap heuristic to check transcript completeness before committing, along with speculative generation to avoid sluggishness. This reduced cutoffs to 3.1% without sacrificing too much latency. For voice AI, the key is understanding that silence and thought completion are not the same thing.",
  "summary": "The user said, \"The biggest trade-off I made on that project was...\" and then paused to think. The bot jumped in with \"Great, thanks for sharing! Next question.\" That pause was about 700 milliseconds. My Deepgram endpointing was set to 300. So as far as my pipeline knew, the person was done talking. I had spent two weeks making my voice agent respond faster. It worked. Turns went out quicker than…",
  "key_points": [
    "Deepgram endpointing set silence timer for speech-to-text systems",
    "300ms pause time cut off 22% of long answers in My voice AI",
    "Two-gate system reduced cutoffs to 3.1% without increasing latency"
  ],
  "editors_take": "Tweaking endpointing settings to better distinguish between silence and completion of thought can significantly reduce premature cutoffs in voice AI systems without greatly increasing latency.",
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}