Back to News Hub
🤖OpenAI
June 9, 2026
General AI

What Codex unlocks for Notion

Overview

Notion built its AI Voice Input feature with a single engineer in about 3 to 4 hours using OpenAI's Codex coding agent, according to a new OpenAI customer story. Ryan Nystrom, who leads AI Product Engineering at Notion, pointed Codex at an existing mobile version of the feature and had the agent recreate it for Notion's web and desktop apps in close to one pass. The case study positions Codex as a way for small teams to ship production features at the pace of much larger ones.

Key Takeaways

  • Ryan Nystrom, AI Product Engineering Lead at Notion, built the AI Voice Input feature by himself in roughly 3 to 4 hours using Codex.
  • He aimed Codex at an existing mobile version of the feature and had the agent rebuild it for web and desktop clients in close to one shot.
  • Notion writes specifications first, then lets Codex turn each written spec into working code in a single pass, shifting effort toward defining what to build.
  • Engineers dictate ideas with Whisper, have Codex format them into a proper spec, commit the spec to the repository, and let the agent implement and verify it.
  • An internal effort called Project Afterburner targets cutting Notion's continuous integration time to one quarter of its current length so agentic coding stays fast.
  • Nystrom kept managing his team while shipping the feature, showing how the tool stretches the output of lean engineering groups.

Stats & Key Facts

  • #About 3 to 4 hours: the time one engineer spent building AI Voice Input with Codex.
  • #1 engineer shipped the customer-facing feature solo, a job once spread across multiple people.
  • #1 platform of origin (mobile) was extended to 2 more (web and desktop) in close to one pass.
  • #Quarter (25 percent): the target continuous integration time under Project Afterburner, down from the current duration.
  • #About 20 minutes: the reported turnaround for a Codex pull request with screenshots after an engineer mentions the agent in a Notion comment, per coverage of Nystrom's workflow.
  • #6 to 7 engineers: the size of the team Nystrom manages while still writing code, per coverage of his workflow.

AI Voice Input built solo in 3 to 4 hours

The headline result is a customer-facing feature shipped by one person in an afternoon.

AI Voice Input lets Notion users speak instead of type when working with the product's AI. Nystrom built the feature on his own in about 3 to 4 hours, a stretch of work that would traditionally take a small team longer or pull several engineers off other tasks.

What makes the result stand out is who did it. Nystrom is an engineering manager, so his coding time competes directly with the time he spends supporting his team. Codex let him ship a high-impact feature without stepping away from those duties.

Reusing mobile code to build the web and desktop versions

Instead of starting from scratch, Codex carried an existing pattern across platforms.

  • ›Nystrom pointed Codex at an existing version of the feature already running in Notion's mobile apps.
  • ›The agent read the existing code, understood the pattern, and recreated the feature for the web and desktop clients in close to one shot.
  • ›Little manual rewriting was needed, which is where most of the time savings came from.

One-shotting specs instead of typing every line

Beyond a single feature, Notion has reshaped how engineers turn ideas into code.

Notion writes a specification first, a plain description of how a feature should work, and then has Codex turn that spec into working code in a single pass. This shifts engineering effort toward defining what to build rather than typing each line by hand.

Nystrom describes the specs as a kind of version control for how a feature actually works. They double as a record of how each feature evolved, which helps the team understand past decisions later on.

Dictating ideas with Whisper and committing them as specs

The workflow starts with talking, not typing.

  • ›An engineer dictates an idea using Whisper, OpenAI's speech-to-text model.
  • ›Codex formats the spoken idea into a proper written specification.
  • ›The spec is committed to the code repository like any other file.
  • ›The agent then implements the spec and verifies its own work with limited hand-holding.

Project Afterburner and why fast CI matters for agents

Faster build and test cycles compound the gains from agentic coding.

Nystrom also leads work on engineering velocity, including an internal effort called Project Afterburner that aims to cut Notion's continuous integration time to a quarter of its current length. Continuous integration is the automated process that builds and tests new code before it ships.

The logic is that slow test cycles bottleneck AI agents. When an agent writes code in minutes but the team waits a long time to see it run, the speed advantage shrinks. Coverage of Nystrom's workflow also describes an internal system where an engineer mentions Codex inside a Notion comment and receives a full pull request with screenshots in about 20 minutes.

What this means for small business teams

The practical lesson reaches past Notion's engineering org.

The broader point is that AI coding agents let small teams move at the pace of much larger ones. Work once spread across days or several engineers compresses into a few hours of one person's time.

For a business owner, the takeaway is about output per person rather than headcount. A lean team that defines clear goals and hands the routine building to an agent ships more without hiring more. The constraint shifts from how many engineers you employ toward how clearly you describe what you want built.

Frequently Asked Questions

What is AI Voice Input in Notion?

It is a feature that lets Notion users speak instead of type when working with the product's AI. Engineering lead Ryan Nystrom built it solo in about 3 to 4 hours using OpenAI's Codex.

How did Codex build the feature so fast?

Nystrom pointed Codex at an existing version of the feature already running in Notion's mobile apps. The agent read that code and recreated the feature for the web and desktop clients in close to one pass, with little manual rewriting.

What does it mean to one-shot a spec?

It means writing a plain description of how a feature should work, then having Codex turn that whole description into working code in a single pass. The engineer focuses on defining what to build rather than typing every line.

What is Project Afterburner?

It is an internal Notion effort, led in part by Nystrom, to cut the company's continuous integration time to a quarter of its current length. Faster automated build and test cycles keep AI coding agents from being slowed down by long waits.

Why does this matter for non-technical business owners?

It shows that AI coding agents let small teams ship production features at the pace of much larger ones. The advantage shifts toward clearly describing what you want built rather than employing more engineers.

Notion's case study frames Codex as a force multiplier for lean teams, with a single manager shipping a real feature in hours while still leading his group. The clearer signal for business readers is that defining the work well now matters more than the size of the team building it.

Continue Learning

Originally published by OpenAI
Read the original

Comments

Sign in to join the conversation