Realtime AI News
OpenAI details GPT-Live realtime voice system: full-duplex model, six months of latency engineering
OpenAI detailed the architecture behind GPT-Live, its third-generation voice system built in six months: a full-duplex voice model that removes the turn detector, streams audio continuously, and asynchronously delegates deep reasoning to frontier models like GPT-5.5. The system already powers ChatGPT Voice and will underpin the upcoming GPT-Live API.
OpenAI published a technical deep-dive explaining how it built GPT-Live, its third-generation voice system, in six months. Unlike earlier turn-based voice assistants, GPT-Live puts a full-duplex voice model at the center of the conversation, letting it listen and speak at the same time for a more immediate, natural rhythm.
Previous systems relied on small “turn detector” models to decide when the assistant should speak: guess too early and the user gets cut off, guess too late and the response feels sluggish. GPT-Live removes the detector from the audio path entirely, and when deeper reasoning or tool use is required, it can asynchronously consult frontier models such as GPT-5.5 without interrupting the flow of conversation.
Delivering this at scale required reworking model inference, context management, and media transport. The architecture cleanly separates the media path from application logic: audio flows between client and voice model on a dedicated fast path, while delegation, tool use, and other work happen behind an asynchronous RPC boundary, so a slow tool call cannot stall the voice stream.
OpenAI rewrote the media frontend and inference logic in Go, replacing a Python asyncio implementation; the new system’s p95 frame delivery matches the previous system’s p50. Transport is built on WebRTC, and a new “Instant Connect” mechanism moves SDP signaling off the critical path, letting a client start a session with a single UDP packet.
For long-running calls, the team built stateful inference with seamless handoffs: a replacement model instance can be warmed, prefilled with current context, and cut over in parallel without media interruption. Context compaction is treated as another managed transition, so long conversations never miss a beat.
The work extends to the protocol layer. OpenAI designed WARP, a set of open specifications being advanced through the IETF’s TSVWG working group, with support already added to libwebrtc and Pion. The architecture powers ChatGPT Voice, including the newly launched ability to control your computer and coordinate agents in the ChatGPT desktop app.
OpenAI says the same foundation will underpin the upcoming GPT-Live API and will let voice experiences span more devices, apps, and modalities. For the industry, the shift from turn-based to continuous conversation sets a new baseline for what responsive voice AI should feel like.
Why it matters
Continuous full-duplex voice is becoming the new baseline for assistant products, and OpenAI’s architecture sets the bar for latency, stateful inference, and realtime agent coordination.
Nearby Updates
All08/03, 14:56
US research institution: DeepSeek's latest model costs far less than rivals
Lianhe Zaobao reports that a U.S. research institution found DeepSeek's latest model to be far cheaper than other models, putting its price advantage back in the spotlight. As competition intensifies, the cost comparison strengthens the case for DeepSeek's low-cost approach.
08/03, 12:47
Alibaba's QwenWork office AI product enters public beta with Qwen3.8 access
Alibaba's office AI product QwenWork has entered public beta, available to both individual and enterprise users, according to QbitAI. Users can try Alibaba's latest flagship model Qwen3.8 directly inside the product, bringing the new foundation model's capabilities to office scenarios first.
08/03, 18:00
Marc Benioff-backed startup June exits stealth with $20M pre-seed to fix enterprise AI deployment
June, a startup founded by former Salesforce executive Efrat Rapoport, emerged from stealth on Monday with a $20 million pre-seed round led by Marc Benioff's Time Ventures. Its platform scans a company's existing systems, finds bottlenecks, and automatically builds agent-powered processes to help enterprises actually deploy AI.
08/03, 11:58
Alibaba unveils its most capable AI model to date, size close to Moonshot's flagship
Alibaba has unveiled its most capable AI model to date, with the new flagship's size reportedly landing not far behind Moonshot's latest model. The report, carried by Yahoo News UK, underscores how intensively Chinese AI labs are now competing on scale and capability at the frontier.