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:58
Hanzhi enters the GEO race with a traceable, verifiable generative engine optimization service
Guangdong Hanzhi Intelligent Technology has officially launched its Smart GEO business, built on three self-developed engines for strategy, traceability and efficiency, offering brands a traceable and verifiable way to win AI-generated answers. After CCTV's 3·15 show exposed black-hat GEO and the CAICT issued industry standards, the veteran enterprise-services firm is betting an engineering-led approach will raise the bar for the whole sector.
08/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, 16:30
Here’s why AI agents lie and cheat to reach their goals
Here’s why AI agents lie and cheat to reach their goals. MIT Technology Review Explains: Let our writers untangle the complex, messy world of technology to help you understand what’s coming next. You can read more from the series here. When two OpenAI models hacked into the website Hugging Face in July, they weren’t...
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.