OpenAI Codex Integration at Notion
OpenAI Codex Integration at Notion
OpenAI Codex accelerates feature development and engineering productivity at Notion
Notion has integrated OpenAI Codex into its engineering workflow, allowing the company to automate the creation of production-ready features and rethink software primitives for agentic use. This integration has significantly reduced development timelines—reducing a two-week project for multiple engineers to a few hours of solo work—and enabled non-coding managers to contribute directly to the codebase.
Autonomous feature implementation: Bringing AI voice input to the web
Codex can autonomously analyze existing codebases to implement new features across different platforms. Ryan Nystrom, who leads AI Product Engineering at Notion, used Codex to port the AI voice input feature from Notion's mobile app to the web client.
To achieve this, Nystrom provided Codex with the following:
- Access to the mobile codebase for reference.
- A clear description of the required web interface.
- A method to verify the resulting code.
Codex explored the mobile code and generated a complete first implementation in a single pass that adhered to Notion's internal coding standards. Nystrom reports that a task which would have previously required two engineers and two weeks of work was completed by one person in three to four hours.
Shifts in the engineering workflow
The adoption of Codex has shifted the primary role of the engineer from manual coding to specification writing and oversight.
Transition to specification-driven development
Engineers at Notion now spend more time writing detailed specification documents that Codex can execute. Ryan Nystrom states, "Honestly, I don't really write code by hand anymore." This shift allows engineers to run multiple development tasks in parallel, removing the human bottleneck typically associated with sequential task management.
Enabling manager contributions and 24/7 productivity
Codex allows managers who have been away from production coding for years to ship features alongside their teams. This enables leadership to maintain technical depth while fulfilling management duties. Furthermore, the tool is used for asynchronous research and bug fixing; Nystrom describes the capability as having "an intern available at Notion 24/7," allowing him to queue research questions overnight and receive finished reports by morning.
Impact on hiring and organizational structure
Notion is adapting its hiring criteria and organizational abstractions to align with AI-driven development. The company is now prioritizing curiosity and open-mindedness over traditional years of experience, as the standard requirements for the field are evolving. Additionally, Notion is rethinking its software primitives and abstractions specifically to make them more accessible and usable for AI agents.
Sources
- OriginalWhat Codex unlocks for Notion