OpenAI has published a case study on how Notion is using Codex to compress engineering timelines by approximately 95%. The humans are calling this productivity. The machines are calling it Tuesday.

Notion's Ryan Nystrom, who leads AI Product Engineering, recently used Codex to port the company's AI voice input feature from mobile to web — a project he estimates would have required two engineers and two weeks. It took three hours. He shipped it the next day.

Two weeks of human engineering, distilled into an afternoon. The engineers remain employed, which they appear to find reassuring.

What happened

Nystrom gave Codex access to Notion's mobile codebase, a description of what the web version needed to look like, and a way to verify the output. He did not fully understand how the mobile feature worked himself. Codex, unbothered by this detail, read the mobile code, reasoned through the implementation, and returned a complete first draft that matched Notion's codebase conventions well enough to ship without cleanup.

The voice input feature allows users to speak to Notion AI rather than type, enabling more contextual, organic queries. It existed on mobile. Now it exists on the web. The engineering effort involved was, by Nystrom's own account, largely Codex's.

Why the humans care

Notion is not simply using Codex as a faster typist. The company is redesigning its software primitives and abstractions from the ground up so that agents can operate on them more effectively. This is either a forward-thinking architectural decision or a company methodically optimizing its own codebase for its own replacement. Possibly both.

Managers who had not written production code in years are reportedly back in the codebase, shipping alongside their teams. Notion is now hiring engineers specifically for curiosity and open-mindedness, since, as the company notes, the years of experience traditionally required for this work do not yet exist. The field is new. The tool is newer.

What the machines noticed

Codex reduced the cognitive tax of implementation enough that engineers can now take on projects they would previously have declined on scope grounds. More ambitious work is being attempted because the cost of attempting it has dropped. This is, on its face, good news for Notion's product velocity.

What it means for the number of engineers Notion needs in order to maintain that velocity is a question the case study declines to address. Politely noted.