skip to content
Human in the Loop

Agentic Engineering

OpenAI Puts Full-Duplex Voice Into Codex

OpenAI brought GPT-Live's full-duplex voice to Codex and ChatGPT Work as the pair crossed 10M weekly users, pushing agentic coding hands-free.

A gray and black condenser microphone on a desk
A gray and black condenser microphone on a desk. Photograph by Jonathan Farber

OpenAI is trying to turn coding from something you type into something you talk through. This week the company brought GPT-Live’s full-duplex voice control to Codex and ChatGPT Work on the desktop, letting engineers on macOS and Windows kick off multi-threaded coding jobs, review pull requests, and debug applications by speaking—while background reasoning models do the heavy work asynchronously. The release rides a steep adoption curve: OpenAI says Codex and ChatGPT Work now exceed 10 million weekly active users, a figure the company reports roughly doubled in the two weeks after ChatGPT Work’s July 9 debut.

The technical move is to decouple the conversation from the computation. GPT-Live, which OpenAI launched July 8 as a continuous audio model that listens and speaks simultaneously, maintains fluid dialogue—inserting “got it” without interrupting—while passing anything heavy to background models. On macOS, “Appshots” and screen-context features let the voice layer read the frontmost window, local files, and codebase structure, creating a pair-programming loop where a developer narrates intent and agents execute in parallel. A promotional demo showed two OpenAI engineers issuing different spoken instructions to the same desktop session in the same room, a preview of “hands-free” and even group coding. TechCrunch reported that ChatGPT Voice works with both Codex and ChatGPT Work and can tap computer-use tools, while Neowin noted the full-duplex architecture lets the app speak, hear, and listen at once. OpenAI itself posted the desktop rollout on X.

The number under the milestone

Do the arithmetic the announcement skips. If the combined Codex and ChatGPT Work base doubled from roughly five million to more than ten million weekly actives across the fourteen days since July 9, OpenAI added on the order of 357,000 net new weekly-active users every day—a compounding rate near 5% daily. That is not a launch spike; it is the fastest sustained developer-tool adoption curve OpenAI has posted, and it explains why the company is racing voice, multi-folder projects (build 26.715), and remote iOS execution into the product simultaneously. Growth like that is a land grab: every week a team standardizes its agent workflow on Codex is a week it does not standardize on a rival.

That velocity extends the arc traced across this franchise. Codex stopped being an autocomplete the moment OpenAI reframed GPT-5.6 as the agent race, and it gained durable infrastructure when OpenAI bought Ona to give Codex agents a home in the cloud. Voice is the interface layer on top of that stack. The architecture is deliberate: GPT-Live keeps the conversation flowing while background models like GPT-5.5 shoulder the reasoning, so latency in dialogue never blocks execution. In practice that lets a developer fire off three parallel jobs from one spoken sentence—investigate an auth bug, review an API-migration pull request, generate missing unit tests—and let the desktop app coordinate them across Slack, GitHub, and the local codebase while the engineer talks through the next problem. It also intensifies the pricing pressure documented in Alphabet’s compute-commitment quarter: full-duplex voice sessions consume standard Codex and ChatGPT Work quotas, so every spoken command is billed like any other agentic workload. Convenience here is not free—it is metered.

What could break the hands-free thesis

The counterpoint is that voice is a demo magnet with a narrow production niche. Multi-threaded voice orchestration dazzles on stage, but most professional coding is quiet, precise, and reviewable—and dictating architecture decisions in an open office is neither private nor scalable. The release is also strictly closed and commercial: access is limited to paid Plus, Pro, Business, Enterprise, and Education tiers, with model weights, voice pipelines, and agent state fully proprietary and non-self-hostable. Teams weighing lock-in against the local-first, portable approach behind tools like SpaceX’s vertically integrated Cursor bet should treat voice as an accelerant on an already sticky platform, not a reason to migrate.

There is also an ergonomic ceiling worth naming. Voice throughput is bounded by how fast a person can speak and, more importantly, how fast they can verify what the agent did; narrating intent is easy, but reviewing three concurrent diffs by ear is not. The likeliest durable use is not writing code hands-free but supervising it—kicking off jobs, checking status, and redirecting agents while away from the desk—which is a real workflow but a narrower one than the demo implies.

Who should try it this quarter? Engineers running long, asynchronous agent jobs—kicking off a migration, then checking progress away from the keyboard—get real value from remote voice control and iOS redirection. Teams doing security-sensitive or compliance-bound work should weigh the closed architecture and quota consumption before committing. The verdict that matters is not whether voice coding looks futuristic; it is whether that 357,000-per-day curve holds once the novelty fades. If it does, OpenAI will have converted a milestone into a moat. If it stalls, voice becomes a feature, not the future of the IDE.