OpenAI
Read post

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

OpenAI's engineering team details how they built GPT-Live, a third-generation voice AI system, in six months. The system replaces the traditional turn-detector architecture with a full-duplex voice model that can listen and speak simultaneously. Key engineering decisions include: separating the media fast path from application logic, rewriting the media frontend in Go (replacing Python asyncio) for smoother frame delivery, using WebRTC as the transport layer, and developing WARP (WebRTC Abridged Roundtrip Protocol) to reduce session startup from six network round trips to one. The post also covers stateful inference with seamless model instance handoffs, dynamic context compaction without media interruption, asynchronous delegation to frontier models like GPT-5.5, and an 'Instant Connect' mechanism for near-instant session establishment. Production validation was done via shadow testing on real ChatGPT Voice traffic, which revealed capacity, geography, and observability challenges not visible in synthetic load tests.

    #golang#webrtc#voice-ai#real-time-systems
Aug 03•14m read time•From openai.com
Post cover image
Table of contents
Moving from turn taking to streamingEnabling continuous inferenceDelegation without blocking the conversationMaking delegation fast enough to feel naturalStarting sessions with a faster protocolSafely testing GPT‑Live in production with real dataResponsive, from client to model
43 Impressions
OpenAI's image
OpenAI

OpenAI is a research organization focused on artificial intelligence and machine learning. Readers c...

306 Followers

•

344 Upvotes

Would you recommend this post?

Copy link
WhatsApp
Facebook
X
New Squad
  • © 2026 Daily Dev Ltd.
  • Guidelines
  • Explore
  • Tags
  • Sources
  • Squads
  • Leaderboard