Devin Writes 89 Percent of Cognition's Code
Devin writes 89% of Cognition's own code - the threshold where coding agents become self-sustaining just arrived.
Devin now writes 89% of Cognition's own codebase. The company disclosed that number this week, and it marks the kind of threshold you do not get to uncross: the agent vendor's own code, written by the agent, at production scale.
The Numbers
Cognition raised $1 billion at a $26 billion valuation on May 27. The round is large but the operating numbers are what matter:
- $492 million annualized revenue, up from $37 million twelve months ago - a 13x jump
- 89% of committed code at Cognition is written by Devin, up from 13% in December 2025
- 50% month-over-month growth in enterprise usage, sustained for six months
- Customers include Mercedes-Benz, Goldman Sachs, NASA, the US Army
Mercedes-Benz compressed an eight-month legacy modernization into eight days, and Itau auto-fixes 70% of security vulnerabilities. These are not pilot numbers.
What Does 89% Actually Mean?
When your coding agent writes nearly all of its own code, the codebase becomes an agent-native artifact, structured for the agent that wrote it rather than for human maintainers browsing files in an IDE.
That differs from autocomplete-style AI assistance. Cursor, Copilot, and Claude Code augment a human-driven workflow, where the developer remains the author and the agent accelerates keystrokes. Devin inverts the relationship: you assign a ticket, the agent plans, codes, tests, opens a PR, and iterates on review feedback, and the human's job is review. That split - agent-first versus IDE-augmented - is now the defining architectural divide in developer tooling. Both work. They produce very different codebases.
Human-Readable or Agent-Operable?
If you build with coding agents - and I do, daily - the 89% figure forces you to pick which of those two properties your codebase optimizes for. Most teams still write human-first code: style guides, naming conventions, folder structures, all designed for people scanning files. An agent-native codebase optimizes for different things:
- Deterministic test suites the agent can run as verification gates it cannot rationalize past
- Machine-parseable task definitions instead of ambiguous ticket descriptions
- Commit histories structured for agent context retrieval
Teams that accept the codebase is no longer primarily human-authored, and design for that, will ship faster than the teams still pretending otherwise.
The Floor
Treat 89% as a floor rather than a ceiling; it is where a company lands after two years of iterating on this model. Within a year, a "human-authored codebase" at agent-first companies will sound as dated as hand-written assembly. Whether agents will write most production code stopped being an open question a while ago. Whether your engineering process is ready for it is the one that remains.