← All signal stories
§ SignalAug 1, 2026 · Issue 108 · Story 1

OpenAI's GPT-Live Removes the Turn Detector, Betting Full-Duplex Audio Is the New Voice Standard

OpenAI's third-generation voice system eliminates the turn-detection bottleneck, threatening Google and Amazon's voice assistant architectures.

1. OpenAI's GPT-Live Removes the Turn Detector, Betting Full-Duplex Audio Is the New Voice Standard

OpenAI published an engineering breakdown on August 3, 2026, detailing GPT-Live, its third-generation voice system built over six months. The core change: the turn detector is gone. Previous systems used a small model to guess when a user finished speaking before handing off to the main LLM. GPT-Live replaces that two-step sequence with a full-duplex voice model that listens and speaks simultaneously. When the conversation requires deeper reasoning or tool use, the system delegates to frontier models like GPT-5.5 on an asynchronous path, keeping the audio loop uninterrupted. The architecture also now powers computer control and agent coordination inside the ChatGPT desktop app.

The strategic shift matters most for competitors still running cascaded architectures. Google's Gemini Live and Amazon's Alexa+ both depend on variants of the detect-then-respond pipeline. That design creates an audible ceiling: the turn detector either cuts users off or adds lag, and no amount of LLM quality fixes a structural timing problem upstream. OpenAI's full-duplex model moves the intelligence into the audio stream itself. That collapses the gap between "voice assistant" and "phone call," which is the interaction standard users actually compare against. For enterprise customers evaluating voice AI for customer service or ambient computing, latency and interruption handling are table-stakes requirements. GPT-Live now holds a concrete architectural argument, not just a benchmark score.

The six-month build timeline is worth noting. OpenAI says earlier work on ChatGPT Voice and the Realtime API provided the infrastructure foundation, meaning this was an acceleration of existing investment, not a greenfield project. The next move to watch is whether Google responds by surfacing its own full-duplex research, or whether Amazon accelerates the Alexa+ rebuild it announced earlier this year. The underlying race is now about who owns the real-time audio layer before voice becomes the primary interface for AI agents.

Source: How we built a realtime system for responsive voice AI in six months