Full-Duplex Is the Whole Point - and It Runs on a Model That Delegates
Every prior version of ChatGPT Voice was a walkie-talkie: you spoke, it waited for you to stop, then it answered. GPT-Live breaks that turn-based contract. It is a full-duplex model, meaning it can speak and listen at the same time [1]. Instead of one big decision per turn, it makes interaction decisions many times per second - whether to speak, keep listening, pause, interrupt, or invoke a tool [2]. That is why it can drop in short backchannel cues like 'mhmm' or 'yeah' while you are still talking, and why it can absorb an interruption without restarting its whole answer [2]. The constant timing awareness is also what unlocks live simultaneous translation: in press briefings the model spoke a running translation as the presenter talked, something the old turn-based system structurally could not do [3].
The design decision underneath the demo is delegation. GPT-Live is not trying to be the smartest model in the room; it is trying to be the fastest conversational surface. When a task needs web search, deeper reasoning, or agentic work, GPT-Live hands it off to a frontier model such as GPT-5.5 running in the background while it keeps the conversation flowing [2]. In OpenAI's flagship demo the voice model chatted naturally while concurrently correcting a historical date, checking transit delays, and pulling weather. This is a two-tier architecture - a low-latency talker in front, a heavyweight reasoner behind - and it is the same split OpenAI is drawing across its product line, where GPT-Live plays for voice the front-end role that its coding surfaces play for agentic work.



