The Software Factory Era: Why CI Speed Matters More Than AI Code Generation

Published on 18.02.2026

AI & AGENTS

The Era of the Software Factory

TLDR: CircleCI's State of Software Delivery 2026 report, analyzed with CTO Rob Zuber, reveals a widening gap between elite and average engineering teams. AI is making code generation faster, but the real bottleneck has shifted to testing, reviewing, integrating, and deploying — and teams that had solid CI infrastructure before AI arrived are 5x more likely to be top performers today.

Summary:

Here is something that should make every engineering leader sit up straight: feature branch activity is up 59% year-over-year — the largest increase ever observed — while main branch activity, the thing that actually correlates with shipping to production, is down 7%. Build success rates have dropped to 70.8%, the lowest in five years. More code than ever, fewer successful deployments. That is the state of software delivery in 2026.

The piece comes from Luca Mezzalira's Refactoring newsletter, co-written with Rob Zuber, CTO of CircleCI, and it draws on data from 28 million-plus CI workflows across thousands of teams worldwide. The central thesis is compelling: we are witnessing a transition from the craftsman's workshop model of software development to something that looks more like a factory. And the teams that understood this shift early are running laps around everyone else.

The numbers are genuinely striking. The top 5% of teams nearly doubled their throughput year-over-year. The bottom half is flat or declining. This year's most productive team delivered roughly 10x the throughput of 2024's leader. Elite teams run CI pipelines in under 3 minutes while the median sits at 11 minutes and struggling teams are above 25 minutes. That is not a minor difference — when your pipeline takes 25 minutes, you batch changes, problems accumulate, and your feedback loop slows to a crawl. Recovery times tell an even more alarming story: the median team takes 72 minutes to get back to green after a failure, up 13% from last year. On feature branches where AI activity is heaviest, recovery times jumped 25%.

Now here is the kicker, and this is where the article genuinely earns its keep: 81% of respondents report using AI in some form. The tools are everywhere. What is not everywhere is the ability to absorb what those tools produce. Teams that had CI pipelines under 15 minutes back in 2023 are 5x more likely to be in the 99th percentile today. Let me say that again — the single biggest predictor of AI success is having had good infrastructure before AI showed up. That is a finding that should redirect a lot of budget conversations happening right now.

The article introduces a control theory framing borrowed from engineering — setpoints, sensors, actuators, and feedback loops — applied to software delivery. It is not a revolutionary metaphor, but it is a useful one. Your CI pipeline is your sensor. Your agents and developers are your actuators. The feedback loop connects output back to input. If you unleash AI agents without good feedback mechanisms, you get exactly what the data shows: more code, more breakage, declining success rates. The article also cites a notable stat: 30% of developers say they have little to no trust in AI-generated code. They use it because everyone does, but they do not trust what it produces. That tension between adoption and trust is going to define the next phase of this transition.

What the article somewhat avoids thinking about is the uncomfortable organizational question: if the bottleneck is no longer coding, what happens to headcount planning models built entirely around coding capacity? If CI engineering becomes the critical discipline, where do those people come from? The article skirts around the workforce implications with optimistic language about experimentation and hackathons, but the logical endpoint of the factory metaphor is that factories need different workers than workshops. The piece also leans heavily on CircleCI data — understandably, given the partnership — but it would be worth asking how representative CI pipeline metrics are of actual delivery health, especially for organizations where the real bottleneck is product decision-making or customer feedback loops that exist entirely outside the CI system.

Key takeaways:

  • Feature branch activity up 59% YoY but main branch activity (actual shipping) down 7%, with build success rates at a five-year low of 70.8%
  • Elite teams (99th percentile) run CI in under 3 minutes versus 25+ minutes for struggling teams — a 10x gap that compounds into every aspect of delivery
  • Teams with CI pipelines under 15 minutes in 2023 are 5x more likely to be in the 99th percentile today — good infrastructure before AI predicts success with AI
  • The bottleneck is never coding anymore; it is manual QA, requirements, code reviews, or customer feedback collection
  • 30% of developers report little to no trust in AI-generated code despite widespread adoption
  • AI adoption should be graduated from an individual activity to a team sport with shared docs, version-controlled agent instructions, and regular knowledge sharing

Tradeoffs:

  • The "software factory" metaphor is powerful but carries risks: factories optimize for throughput and consistency, which can work against the exploratory, creative aspects of software development that produce breakthrough innovations
  • Investing heavily in CI/CD infrastructure means diverting engineering time from feature work — the ROI is clear from the data but the organizational patience required is significant
  • Making experiments cheap (hackathons, agent-drafted PRs) increases speed of learning but can create a culture where nothing is built to last if the "keep it or kill it by Monday" mentality goes too far

The Era of the Software Factory

External Links (1)