OpenAI's AI Writes Almost All Code, Pioneering Software's New Era
At its source, OpenAI has made AI a core developer, skyrocketing productivity and redefining the human role in coding.
October 7, 2025

A fundamental shift in software development is underway, and its epicenter is located within the very organization pioneering the technology. At a recent developer event, OpenAI CEO Sam Altman made a startling declaration that reverberated through the tech industry: "Almost all new code written at OpenAI today is from Codex users."[1] This statement reveals the profound extent to which the company is leveraging its own AI-powered coding assistant, transforming its internal engineering culture and offering a glimpse into the future of programming. The deep integration of Codex at its source is not merely a promotional talking point; it's a powerful case study demonstrating massive productivity gains and a redefinition of the developer's role, signaling a new era of human-AI collaboration in software creation. The widespread internal adoption, coupled with impressive efficiency metrics, underscores a reality where AI is no longer just an assistant but a core participant in the development lifecycle.
The internal statistics from OpenAI paint a vivid picture of this transformation. An overwhelming 92% of the company's engineers now actively use Codex, a significant jump from 50% previously.[1] This near-universal adoption has translated into tangible results, with engineers completing 70% more pull requests (PRs) each week.[1] The tool's influence extends beyond code generation to the critical phase of code review. According to Altman, nearly every pull request at OpenAI undergoes a Codex review, providing a level of analysis and depth that he claims can be expected from a senior engineer.[1] This integration is accelerating product development cycles dramatically. A prime example is the company's new drag-and-drop Agent Builder, which was built from start to finish in just under six weeks, a feat made possible by Codex writing an estimated 80% of the pull requests.[1] The tool is not confined to a single department; it is used daily across numerous technical teams, including Security, Product Engineering, Frontend, API, Infrastructure, and Performance Engineering, for a wide range of tasks from understanding complex systems and refactoring large codebases to shipping new features.[2]
The journey of Codex from a code completion tool to an autonomous agent explains its deep impact. Initially released in 2021, the first iteration of Codex was a fine-tuned version of the GPT-3 language model, trained on a massive corpus of 159 gigabytes of Python code from 54 million public GitHub repositories.[3][4] It was designed to translate natural language comments into functional code.[3] However, the vision for Codex has evolved significantly. The current iteration, powered by the advanced GPT-5-Codex model, operates less like a predictive text tool and more like an "agentic" partner.[5][6][7] It can be delegated entire programming tasks, which it works on autonomously.[6][8] Its capabilities now include writing features, answering complex questions about a codebase, running tests, debugging, and proposing complete pull requests for review.[9][2][10] This new model can dynamically adjust its "thinking time" based on a task's complexity, spending seconds on simple scripts or hours on large-scale refactoring projects.[5] Its proficiency is reflected in industry benchmarks, where it has achieved a success rate of around 74.5% on the widely recognized SWE-bench Verified coding test.[5]
The profound internal success of Codex at OpenAI is mirrored by its growing adoption across the broader software industry. Having moved from a research preview to general availability, the tool has seen its daily usage increase more than tenfold since August, according to the company.[11][1][12] A roster of major enterprises, including Rakuten, Instacart, Cisco, Duolingo, and Ramp, are now utilizing Codex to streamline their software development.[1] Cisco, for instance, has deployed Codex across its entire engineering organization and reports cutting code review times by as much as 50%, shrinking project timelines from weeks to mere days.[11][1] This trend aligns with independent research showing that AI coding assistants can significantly boost developer productivity. One study found that developers using such tools completed 26% more tasks on average.[13] These AI partners excel at accelerating the development cycle by automating mundane tasks like writing boilerplate code, allowing human developers to focus on higher-level system design and creative problem-solving.[14][15]
This paradigm shift, however, is not without its challenges and heralds a necessary evolution in the role of the human developer. The future envisioned by OpenAI and others is one where the vast majority of coding is performed by autonomous agents.[6] In this model, developers transition from writing every line of code to becoming "AI conductors," orchestrating, guiding, and validating the work of their AI counterparts.[16][8] While these tools boost efficiency, their output is not infallible and demands careful human oversight.[8] Issues such as the introduction of subtle bugs, security vulnerabilities, or inefficient code remain a concern.[17][3] One study from New York University found that approximately 40% of code generated by a Codex-powered tool contained potential flaws or security issues in certain scenarios.[3] Consequently, the successful integration of AI agents like Codex requires robust review processes and a workforce that is skilled in prompting, evaluating, and refining AI-generated code, highlighting a critical need for continuous learning and adaptation.[14]
In conclusion, OpenAI's extensive internal use of Codex serves as a powerful and authentic testament to the transformative potential of AI in software engineering. The company is not just selling a product; it is fundamentally restructuring its own development practices around it. The dramatic increases in productivity and the near-complete adoption by its own engineers signal an inflection point for the industry. While challenges related to code quality and the evolving role of developers must be addressed, the trajectory is clear. The collaborative model, where human engineers delegate complex tasks to intelligent AI agents, is no longer a futuristic concept but a present-day reality at one of the world's leading AI labs. This internal success story suggests that the wider world of software development is on the cusp of a similar, profound evolution.
Sources
[2]
[4]
[6]
[7]
[8]
[10]
[12]
[13]
[14]
[15]
[16]
[17]