GPT-Live shifts ChatGPT Voice from turns to continuous audio
Original: GPT-Live rebuild cuts voice startup from six round trips to one View original →
Voice AI moves onto a continuous path
OpenAI’s GPT-Live post is less about a new voice demo and more about the systems work required to make conversation feel live at ChatGPT scale. The company wrote on X that GPT-Live can listen while it speaks and that OpenAI rebuilt the voice stack from the client to the model so deeper reasoning and tool use do not interrupt the conversation.
GPT-Live can listen while it speaks. To make that feel natural at ChatGPT scale, we rebuilt the voice stack from client to model.
The linked engineering article explains why earlier voice systems struggled. Turn-based pipelines had to decide when a user had finished speaking before sending work to the larger model. GPT-Live instead uses a full-duplex voice model, keeps audio on a dedicated fast path, and lets deeper reasoning or tool calls happen asynchronously. That separates the real-time media loop from application logic.
The concrete latency number is the startup path. OpenAI says its WebRTC Abridged Roundtrip Protocol and Instant Connect reduce media and data startup from six network round trips to one. The post also describes moving media frontend and inference logic to Go, managing stateful inference across long sessions, and preparing replacement model instances before context compaction or handoff would otherwise create a pause.
OpenAI’s account typically signals product and research milestones, but this tweet points to infrastructure that could matter for the upcoming GPT-Live API. The next thing to watch is whether developers get enough control over the fast path, delegation policy, and observability to build real-time voice agents that remain responsive outside OpenAI’s own clients. Source tweet
Related Articles
OpenAI is shifting ChatGPT Voice toward full-duplex interaction, where the model listens and speaks at the same time. The GPT-Live tweet drew more than 510,000 views, pointing to voice latency as the next visible AI battleground.
GPT-5.6 Sol moved from 13.3% to 38.3% on ARC-AGI-3 when OpenAI retained reasoning and used compaction in the harness. The result makes benchmark setup, not just model weights, part of the frontier-agent story.
The frontier-model race is shifting toward inference economics. OpenAI says GPT-5.6 Sol helped lower serving costs by 20% and improve token-generation efficiency by more than 15% after deployment.