Fetching from the wire…
Public story · 2026-09-16 · source-backed
Gergely Orosz got inside OpenAI's engineering org and published what he found. Two numbers carry the piece: PRs per engineer up roughly 10x over about six months, and Codex adoption in non-engineering departments going from near zero to 90% between February and June 2026.
The named internal systems are worth cataloguing because they show where the effort went. Perf Factory does automated performance monitoring. Sevbot handles incident response. A Synthetics framework runs A/B testing. These aren't coding assistants. They're agents wired into the parts of engineering that aren't writing code.
Orosz's structural observation is the one I'd bet on: the bottleneck moved to build-test-deploy. That pipeline is now carrying dramatically more load than the humans generating the work, because the humans stopped being the throttle. If your engineers suddenly open ten times the PRs, your CI is the thing that breaks, then your review process, then your deploy cadence, in that order.
I've watched a small version of this in my own work. Once I stopped writing most first drafts by hand, my test suite runtime became the thing I noticed every single day. A 90-second suite is fine when you run it six times a day and unbearable when you run it sixty. I've spent more engineering time on test parallelization in the past year than in the previous five combined, and it wasn't a deliberate strategy, it was just where the pain moved.
Two caveats on the 10x. This is the company that sells the tool, describing its own adoption, so treat it as a directional claim from an interested party even though Orosz is reporting rather than repeating a press release. And PRs per engineer is a volume metric, not a value metric. Research this week found AI-written functions are half the size of human-written ones with different defect classes, which means PR count inflates when the unit of work shrinks. Ten times the PRs is not ten times the shipped value.
The move is to go measure your pipeline before your team's volume changes, not after. Get a baseline on CI queue depth, median time from PR open to merge, and deploy frequency now. When the volume arrives, you want to know which stage buckled.
Each link below shares sources, entities, or timing with this story.
Gergely Orosz published the first serious look at what AI coding actually costs at scale, and the numbers are wild. The Pragmatic Engineer covers "tokenmaxxing," a trend where engineers compete on AI token consumption leaderboards. At Meta, one engineer averaged 281 billion to...
Every team's answer to "how do we control agent output quality" is human review. A study submitted September 5 says that gate loosens on its own. Researchers analyzed 11,429 code reviews and found approval rates for AI-authored changes climb with repeated exposure: 30.5% early...
OpenClaw tagged v2026.8.1 at 03:30 UTC this morning. The release post counts 933 contributors, 569 of them first-time, and more than 16,000 pull requests, roughly half of every PR ever merged into the project, after a seven-week gap against a prior cadence of 106 releases in 2...
On Latent Space July 28, OpenAI core product engineering lead Akshay Nathan said Codex and ChatGPT Work combined reached 10 million users within two weeks of the July 9 launch, with monthly actives up more than 10x since January 2026. The number that should reframe your produc...
You have a Claude Pro subscription. A ChatGPT Pro subscription. Maybe SuperGrok. What if you could use all of them as OpenAI-compatible API endpoints for any tool? Nous Research released Hermes Agent v0.14.0, their largest release ever: 808 commits, 633 merged PRs, 215 communi...
OpenAI published "Research acceleration: the view inside OpenAI" on September 6 with numbers no lab has put in public before (OpenAI). As of mid-August, the research organization uses 3.1 agent-workdays of effort for every workday of human labor. It says it reached its interna...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.