CircleCI just dropped their 2026 State of Software Delivery report, and the headline number is staggering: 59% more daily workflow runs year-over-year — the biggest throughput increase they have ever measured.
But here is the part nobody is putting on their slides: main branch throughput increased only 1%.
Feature branch activity grew almost 50% for top-performing teams. Code is being written faster than ever. AI agents are opening PRs at 2 AM. And yet the stuff that actually ships to customers is barely moving.
The Numbers That Should Worry Every Product Leader
- Main branch success rate dropped to 70.8% — the lowest in five years, well below the 90% benchmark
- Recovery time climbed to 72 minutes to get back to green, up 13% from last year
- Feature branch throughput up 15.2% for the median team, but main branch throughput down 6.8%
- Top 5% of teams saw 97% throughput growth — meaning 95% of teams are treading water
Waydev frames it well: developer tools companies market time-to-first-commit because it reflects well on AI productivity. Nobody markets MTTR because that is where productivity gains disappear.
The Bottleneck Shifted, and Most Orgs Have Not Noticed
We have been pouring resources into the code generation phase of the SDLC. AI coding assistants, agentic workflows, faster iteration loops. And it worked — developers are producing more changes than ever.
But the review pipelines, deployment gates, test infrastructure, and organizational approval processes were built for human-speed output. As Harness documented, teams using high-adoption multi-agent workflows report 98% more PRs merged but also 91% longer code review times and 154% larger PR sizes.
The code generation phase is no longer the constraint. The constraint is everything downstream of it.
What the Top 5% Do Differently
CircleCI’s data shows the top 5% are not just “better at AI.” They have invested in:
- Validation infrastructure that keeps pace with generation speed
- Automated quality gates that do not require human review for every change
- Main branch health as a first-class metric rather than an afterthought
The gap is not tooling — it is organizational readiness.
The Product Question
As a product leader, I keep coming back to this: we measure engineering output in PRs merged and features shipped. But if 59% more throughput translates to zero velocity gains, what are we actually measuring?
Are we optimizing for the appearance of productivity rather than the reality of delivery?
I would love to hear from folks managing engineering orgs: are you seeing this bottleneck shift play out in your teams? And if so, what are you doing about it?