OpenAI says AI writes 80%
- Greg Brockman said at Sequoia’s AI Ascent 2026 that OpenAI’s agentic coding tools jumped from writing 20% to 80% of code in December. - The striking part is the speed — Brockman framed it as a one-month leap, not a slow trend, and tied it to OpenAI’s Codex push. - If that holds, engineering shifts from typing code toward reviewing agents, setting constraints, and deciding what work matters.
Code generation is turning into the easy part. That is the real news buried inside Greg Brockman’s “80% of your code” line. At Sequoia’s AI Ascent 2026 event, the OpenAI president said agentic coding tools went from writing about 20% of code to about 80% over the course of December. That is a huge claim — and even if the exact percentage is fuzzy, the direction is not. OpenAI is clearly telling the market that coding has moved from autocomplete to delegation. ### What did Brockman actually say? The key point was not “AI helps developers.” Everyone already knew that. Brockman said the tools went from writing 20% of code to 80% in a single month, and he described that as the moment they stopped being a sideshow and became the main thing engineers do. That framing matters because it is about workflow, not just the human is supervising a system that does more of the typing, testing, and scaffolding. ### Does “80%” mean literal lines of code? Probably not in a clean, auditable sense. Brockman’s wording was loose enough that it could mean committed lines, draft code, routine boilerplate, or just the share of coding work touched by agents. That ambiguity is the catch. These numbers are often used to understand that coding agents are now doing much more than suggesting a function or finishing a loop. ### Why did this jump happen so fast? Because the tools changed shape. Older AI coding assistants mostly sat inside the editor and completed snippets. OpenAI’s current Codex pitch is much broader — planning features, making refactors, reviewing code, handling migrations, and working across tools in parallel. The tool never gets tired.” Once the tool can take a task, run tests, and iterate, the share of code it produces can spike very quickly. ### So what is the human job now? The human job moves up a level. Engineers still have to define the task, set constraints, catch bad assumptions, and decide whether the result is actually worth shipping. Brockman’s broader point at Sequoia was that human attention is becoming the bottleneck. Basically, when execution gets cheap, judgment gets expensive. The scarce thing is choosing the right problem, checking the work, and stitching many AI-generated pieces into something reliable. ### Why are people skeptical? Because AI-written code can look finished before it is trustworthy. It can be bloated, brittle, overconfident, or subtly wrong. That means “80% written” does not equal “80% solved.” A lot of the real work shifts into review, debugging, architecture, security, and production operations. So the headline number. Engineers may write fewer first drafts and spend more time acting like editors, testers, and system designers. ### Does this matter outside OpenAI? Yes — because OpenAI is not pitching this as a weird internal quirk. Brockman was using it as a startup playbook. Lean in, use the agents, and build around them. If founders believe that, hiring changes. Companies start valuing people who can manage agent workflows. A machine can already flood the repo with plausible code. ### What is the bottom line? The cleanest read is not “AI now replaces programmers.” It is “software engineering is being reorganized around agents.” Brockman’s 80% claim may be imprecise, but it lands because it captures a real shift: writing code is becoming cheaper than deciding what code should exist in the first place.