OpenAIOpenAI NewsJun 9, 2026, 10:00 AM

What Codex unlocks for Notion

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

What Codex unlocks for Notion

Key Points

  • 2‑week project reduced to 3–4 hours
  • One‑shot web feature from existing mobile code
  • Engineers shift to spec-driven, parallel work

Summary

Notion used Codex to dramatically shorten delivery time and enable single-engineer shipping. By giving Codex a clear spec, pointing it at the mobile implementation, and providing verification steps, the team got a one-shot web implementation of AI voice input that matched codebase conventions and was shipped the next day. Engineers now hand Codex spec documents, queue tasks to run autonomously, and reclaim time for higher-level work.

Key Points

  • A feature that previously would take ~2 weeks was implemented in ~3–4 hours by one engineer using Codex.
  • Effective workflow: provide a concise spec, reference code paths to learn from, and a verification method; Codex explores the codebase and returns code aligned to conventions.
  • Team impact: managers and small teams can ship alongside engineers; parallel tasks and overnight research become practical.
  • Best practices: write explicit, testable specs; include links to canonical code and verification procedures; iterate on the first pass.

Practical advice for engineers

  • Start with a one-paragraph goal and clear acceptance criteria.
  • Point Codex to relevant files or a working implementation to learn from (e.g., mobile client).
  • Supply automated checks or manual verification steps so Codex can validate its output.
  • Review and constrain outputs iteratively rather than treating the first pass as final.

Result

Codex raised baseline productivity: higher throughput, faster feedback loops, and production-quality first drafts that reduce cleanup time.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

CodexがNotionにもたらすもの

2026年6月9日

CodexがNotionにもたらすもの

NotionがCodexを使って、仕様を一発で作成し、エンジニアリングの生産性を何倍にも引き上げている方法。

  • 営業窓口: Contact sales
  • 会社規模: Enterprise
  • 地域: North America
  • 製品: Codex
  • 業界: Software & Engineering, Productivity

2 Weeks → 3 hours — Codexが開発時間を短縮

読み込み中…

Notionでは、Codexがエンジニアの開発手法を根本から変えています。エージェントが利用できるようなソフトウェアのプリミティブや抽象化を再設計しており、新しく入るエンジニアには好奇心と柔軟な思考を重視して採用しています。従来の年数ベースの経験要件は当てはまらないからです。何年もプロダクションコードを書いていなかったマネージャーがコードベースに戻り、チームと一緒にデプロイしているケースもあります。

Ryan NystromはNotionでAI Product Engineeringを率いています。彼の在任期間(1年以上)で、チームはプロダクト内のほぼすべてのAI機能に関わってきました。Codexに頼ることで、これまで取り組めなかった新しい可能性が開かれていると語ります。

「Codexの良いところは、実際に構築する前に十分に考えを巡らせてくれる点です。結果として、たいてい一発目から我々のコードベースの基準に合ったものを出してくれるので、私があとで大量に手直しする必要がない。」

— Ryan Nystrom, AI Product Engineering, Notion

NotionのAI音声入力をWebへ実装した事例

Codexが自律的に実行できる能力は、最近のプロジェクトで明確に現れました。RyanはCodexだけを使って、NotionのAI音声入力をWebに実装しました。

「会話だと、はるかに多くのコンテクストを提供できます。タイピングしているときは文章表現や単語選びに気を使いますが、音声入力をNotionに提供することで、より自然な質問や多くのコンテクストを含めた入力が可能になります。これをNotion AIに取り入れたかったんです。」

その機能要求が来たとき、Notionのモバイルアプリには既に動くバージョンがありましたが、デスクトップとWebクライアントにはありませんでした。Ryanはモバイルでの仕組みを完全には理解していなかったものの、問題をCodexに渡しました。モバイルのコードベースを参照させ、Webでどう見えるべきかを明確に説明し、結果を検証する方法を提供しました。CodexはワンショットでWeb実装の完全なファーストカットを返し、Notionのコードベースの慣習に十分沿った形で書かれていたため、翌日には出荷できました。

「もし2年前にこの音声入力機能を私が作るとしたら、私ともう1人のエンジニアで2週間はかかっていたプロジェクトです。Codexがあれば、私一人で3〜4時間で作れました。」

「Codexはモバイルコードをしばらく探索してから、ほぼ一発で機能全体を書き上げました。私は翌日に出荷して、すぐにユーザーに試してもらい始めました。」

— Ryan Nystrom, AI Product Engineering, Notion

仕事の進め方の変化

Notionのエンジニアは、Codexに一連のタスクと検証手段を渡して実行させ、その間に別の仕事を進めることが日常になっています。

「私はCodexに渡せるスペックドキュメントを書くことに、以前よりずっと時間を使うようになりました。本音を言えば、もう手でコードを書くことはあまりありません。」とRyanは言います。

Codex導入前は、各エンジニアが会議や同僚のサポートに挟まれながら、基本的に一度に一つのタスクしか集中できませんでした。今は複数のタスクを並列で走らせ、かつ以前のようなチームのサポートというボトルネックを失うことなく作業を進められます。

「私は人をマネジメントしていますが、従来のマネージャーはコードを書く時間がありませんでした。今ではチームを支援しながら、単独で機能を作れるのが信じられません。5年以上マネジメントしてきて、これほど深くコーディングに関われることはなかったです。」

彼はタスクをキューに入れて会議に入り、戻ってきたら完成した機能がある、という使い方をしています。また、夜寝る前に調査の問いを投げておき、夜通しCodexに動かしておき、朝起きたら完成レポートが手元にある、というワークフローも定着しています。

Codexは、小さなチーム(1人のチームでさえ)でも出荷できるものの基準を引き上げ、Notionのエンジニアが最も重要だと考える仕事に集中する余地を広げました。

「調査が必要なとき、バグを直すとき、ちょっとした調整をするとき、Codexはいつでもすぐそこにいてくれる。基本的に、Notionに24時間働くインターンがいるようなものです。」

— Ryan Nystrom, AI Product Engineering, Notion

新しい働き方の時代に参加しよう

世界中で100万社以上がOpenAIを使って意味のある成果を上げています。営業窓口にお問い合わせください。


Keep reading

  • How engineers at Nextdoor use Codex to build without limits — Jun 9, 2026
  • Industrial policy for the Intelligence Age — Jun 9, 2026 (Global Affairs)
  • Confidential submission of draft S-1 to the SEC — Jun 8, 2026 (Company)