Refacto AI

Podcast episode

Codex from 0 to 10M Users: Building ChatGPT Work — Akshay Nathan, OpenAI

agent-framework agents coding-agents model-pricing tool-use

Akshay Nathan, who runs Core Product Engineering for productivity at OpenAI, sat down to walk through how ChatGPT Work and Codex reached 10 million combined users in the two weeks after their July 9 launch. The episode covers what OpenAI actually built and where they think it goes next.

Nathan's central claim is that Codex and Work run on the same "agent harness" (a shared runtime where software can browse, write code, and spawn sub-agents to handle pieces of a task), just wearing different UIs. The non-developer audience is growing faster than the developer one. GPT-5.6 was trained specifically to make spreadsheets, documents, and Sites render cleanly. The most candid moment: Nathan admits OpenAI has no real instrument for measuring whether any of this makes people more productive. Thumbs up/down is useless, token counts mean nothing.

Ten million users two weeks after launch is mostly distribution, not adoption. Every one of them was already a paying subscriber who got a new tab. The honest question is retention at day 30, and OpenAI can't answer it.

Analysis

Showing the shorter version.

OpenAI's Akshay Nathan, who runs Core Product Engineering for productivity, said ChatGPT Work and Codex now share a single agent harness and hit 10 million combined users two weeks after the July 9 launch. The non-developer half is growing faster. GPT-5.6 was trained specifically to improve artifacts: spreadsheets, documents, and Sites. All of that sounds like momentum. The problems are underneath.

The harness is real; the productivity claim is not

The actual technical bet is the shared runtime, one persistent-compute environment with plugins, computer use, artifacts, and sub-agents, surfaced two ways. Codex shows you Git diffs; Work hides them. That's a legitimate architectural consolidation, and it's the same bet Anthropic made with Claude Code's sub-agents.

The productivity claim is something else. Nathan admitted on the record that thumbs up/down is useless, and that pull-request counts and token counts are now meaningless proxies. OpenAI has no instrument for the thing it's selling. Ten million users two weeks post-launch is distribution, not adoption. Those are existing paying ChatGPT subscribers who got a new tab. Day-30 retention is the number that would tell you something, and Nathan doesn't have it.

Where the real cost is

Ultra mode, which fans out to multiple parallel sub-agents, was moved to opt-in after launch. That tells you multi-agent parallelization was either too expensive, too confusing, or both. Each sub-agent is a full inference run. One Work session that spins up five helpers costs roughly five sessions. Without a productivity signal, you are running the token meter fastest at exactly the moment you have no idea whether the output was worth generating.

What is actually worth trying

The Sites workflow has a concrete before/after. OpenAI's own finance team stopped making slide decks and now generates HTML Sites for monthly reports. They also prototyped the model-slider UI as a Site before engineering built it. That's a real workflow, not a demo.

Chronicle, the opt-in memory that ingests computer-use activity to make agents smarter, is worth knowing about for a different reason. You are piping keystroke-level activity into a memory system. The model gets smarter; your security team has probably not had that data-governance conversation yet.

On GPT-5.6's "step-function jump" in artifact quality: that is an unsolicited vendor benchmark with no eval attached. Artifact rendering looks good on clean demo data. Run it against your own messy pipeline before you believe it.

The call

Within six months, at OpenAI's next major model release, OpenAI will still not publish a productivity or retention metric for ChatGPT Work. They will keep reporting raw user counts. Nathan said out loud that they cannot measure it, and building a credible productivity metric for open-ended knowledge work is an unsolved research problem, not a quarter of dashboard work. The path of least resistance is the one every consumer-AI launch has taken: lead with the number that goes up regardless.

Before you standardize your knowledge-work automation on this harness, run GPT-5.6 against your own artifact pipeline with a held-out set, and design a retention metric yourself. The vendor does not have one to hand you.

Comments