The Bottleneck Just Moved: Why Faster Coding Doesn't Mean Faster Delivery

Vijay Kasibhatla | Tuesday, June 30, 2026

The Bottleneck Just Moved: Why Faster Coding Doesn't Mean Faster Delivery

The paradox 

The town hall slide reads: ‘Ship faster. Ship better.’ The CTO announces the rollout. Every engineer will get the new AI coding assistant — the one with agent mode, the multi-file edits, the impressive demo. Seat licenses are signed. Onboarding sessions scheduled. Procurement is happy. Engineers are excited. 

Six months later, the dashboards tell a quieter story. More code is being written. More pull requests are being opened. But deployment frequency hasn’t moved. Lead time for changes is roughly where it was. Looking at the seat-license invoice, the CFO asks the awkward question: where, exactly, is the productivity gain showing up? 

If this is familiar, you are not alone. It is now the most well-documented story in modern software engineering. And it has a name: The AI Productivity Paradox, where the individual developer output is rising but organizational delivery is not.

The AI Productivity Paradox

Faros AI looked at telemetry from more than 10,000 developers across 1,255 teams. Engineers using AI coding assistants completed 21% more tasks. They merged 98% more pull requests. By every individual measure, this is a transformation.

 By every organizational measure, it isn’t. The same data showed pull request review time increased 91%. Context switching jumped 47%. The DORA metrics — deployment frequency, lead time for changes, change failure rate — did not improve in proportion. Faros gave it a name: the AI Productivity Paradox. 

Google’s 2025 DORA report reached the same conclusion: AI is an amplifier of whatever system it lands in, not an independent source of velocity. A METR randomized controlled trial went further. When 16 experienced open-source developers were timed on real tasks from their own repositories, those using AI took 19% longer than those without. The developers themselves believed AI had made them 20% faster. Even after the stopwatch told them otherwise.

Where the time actually lives 

The mechanics, once you look at them, are not mysterious. Eli Goldratt explained them in 1984 in The Goal. He called it the Theory of Constraints: every system has a single rate-limiting step, and improving anything except that step yields no improvement. Now picture how a feature actually flows through your organization. 

where the time actually lives

A product manager spends three weeks gathering requirements. A designer takes two weeks to produce handoff-ready mockups. The feature lands in a sprint. Engineers — now AI-augmented — code it in days instead of weeks. Then the work waits. It waits for code review. It waits for QA regression. It waits for security sign-off. It waits for a deployment slot. 

The engineering “station” is one of perhaps eight that a feature passes through. Even if AI doubles the speed of that one station, the journey through the others hasn’t changed. The total lead time barely moves. This is exactly what Faros and DORA measured. 

It gets worse. AI rollouts often increase the load on downstream stations. Faros’s 2025 telemetry showed AI-augmented teams produced pull requests 154% larger on average. Larger PRs are harder to review, take longer to merge, and have higher change-failure rates. The reviewing engineer becomes a new bottleneck. The QA queue grows. The release manager pushes back.

None of this is a failure of the tools themselves. The per-developer gains are real and reproducible. The gap is that individual productivity and organizational delivery are different metrics — a tool optimized for the first doesn’t automatically move the second. 

Why another tool is the wrong answer 

When the metrics don’t move, the natural reflex is to try a different tool. A better model. An agent instead of an autocomplete. Multi-agent orchestration. The next launch will finally close the gap. 

It will not. We are now four full years into mainstream AI coding tools. Each generation produces real, measurable individual productivity gains. None of them, alone, has translated into organizational delivery gains. 

The reason is structural. Software delivery is a team sport. It is not a function of how fast any individual contributor produces output. It is a function of how a problem moves from “we should build this” to “customers are using it.” That journey is owned by a dozen roles, governed by a dozen processes, and constrained by the slowest of them. 

You can put the world’s best agentic IDE on every developer’s desk. If your product manager still writes PRDs in Confluence that have to be re-prompted into the IDE, you have just digitized the old waterfall handoff with a faster typist at one end. If your QA team still runs a manual two-week regression cycle, the speed at which engineering finishes work is irrelevant — it queues. If your security review takes a week, the agent that wrote the code in an hour is waiting in the same line.

The line that’s starting to land with practitioners: AI in the IDE is a feature. AI across the lifecycle is a transformation. The two are not the same kind of project, and they don’t yield the same kind of result.

A different Operating Model

In 2025, a wave of methodologies emerged that take the lifecycle seriously. The most explicit is AWS’s AI-Driven Development Lifecycle (AI-DLC), open-sourced in July 2025. AI-DLC is not a tool. It’s a methodology, distributed as steering files that work with any modern AI agent. 

What makes AI-DLC instructive isn’t the architecture — it’s the rituals.

two ways AI lands in a team

The Inception phase opens with something AWS calls Mob Elaboration. The product owner, developers, QA, and operations sit in the same room. The PM brings an intent at a high level. AI helps refine it, drafts user stories, surfaces ambiguities. Everyone in the room interrogates the AI’s output in real time. In a few hours, the team aligns on what to build, why, and how it will be tested. 

Notice what’s required for that ritual to work. Every role in the room has to be fluent in the same agent. Every role has to be authorized — and equipped — to push back. If the PM has not been trained, if the QA lead has not been trained, if operations has not been trained, the room collapses to a single literate person and the rest become spectators. Mob Elaboration becomes a developer demo.

DORA reached the same conclusion from a different angle. Their 2025 report introduced an AI Capabilities Model: seven foundational capabilities that determine whether AI productivity gains reach the bottom line. Two of them — user-centric focus and working in small batches — are not engineering capabilities at all. They are product capabilities. DORA’s data showed something striking -  teams without a user-centric focus actually experience negative impacts from AI adoption. AI didn’t just fail to help. It made things worse. 

Read that finding carefully. If your product organization cannot decompose work into small, user-validated slices, equipping your engineers with the most powerful AI assistant on the market can actively degrade your delivery performance. 

That is not a tool problem.

Three transformations, one shift 

The frameworks that work — AI-DLC, the DORA AI Capabilities Model, the spec-driven approaches popularized by tools like Kiro — share a common diagnosis. The shift isn’t about adopting AI. It’s about transforming three things at once.

Practice transformation: how work flows changes 

Specifications stop being documents and become executable artifacts. Kiro popularized this with EARS notation — structured “WHEN [condition] THE SYSTEM SHALL [behavior]” requirements that AI consumes directly. A vague spec produces vague code, fast. A precise one produces production code, faster. 

Batch sizes shrink. Both DORA and Faros found that small batches are what allow AI’s positive effects to actually reach production — without batch discipline, AI just produces larger, riskier PRs.

Quality gates move forward, not backward. QA shifts left and embeds in the agent loop. Security co-authors steering files instead of retrofitting reviews after merge. The pipeline absorbs work continuously instead of batching at handoffs. 

Organization transformation: who does what changes 

Cross-functional enablement becomes table stakes. Not optional. Not “for engineering only.” Product managers learn to write specs that AI can consume. Designers learn to brief generative UI tools and constrain them with design tokens. QA engineers learn to direct test-generation agents. Security teams learn to author policies as machine-readable rules. SRE teams learn to scale platforms for the volume AI generates. 

A clear AI policy replaces ambiguity. The DX 2025 impact report showed shadow AI — engineers using personal ChatGPT subscriptions because no policy exists or the approved tool is worse — is now ubiquitous. Shadow AI is a symptom of organizational silence. Speak to it. 

Platform investment moves from cost center to differentiator. Without a platform that can absorb the volume AI generates, your CI pipeline becomes the new constraint. 

Developer transformation: what “the work” means changes 

The role of the developer shifts. Not vanishes — shifts. From typist to orchestrator. From sole author to reviewer, director, and reasoner. The questions a senior engineer asks change: not “how do I implement this?” but “is this implementation right?” 

The skill that becomes scarcer is judgment under acceleration. When AI can write a thousand lines in a minute, the engineer’s value is in knowing which thousand were the right ones, where they will fail, and what to do about it. 

A 2025 study of 54 developers across 27 teams identified what the authors called the Productivity Pressure Paradox: organizations expecting rapid productivity gains without investing in learning support undermine the very gains that motivated adoption. Staff+ engineers — the people best positioned to multiply organizational throughput — have the lowest adoption rates of any seniority band. The most leveraged hours in your engineering org are the ones nobody is enabling. 

A practical sequence 

If you accept the diagnosis, the moves become clearer than the typical rollout playbook suggests. 

Start with your value stream, not your tool stack. Where does a feature actually spend its time today? Map it. Time it. If 60% of lead time is in spec, design, and QA, doubling coding speed will move the needle by single digits. Do that work before the next purchase order. 

Pick a methodology, then pick tools that fit it. AI-DLC, the DORA AI Capabilities Model, an Agentic SDLC variant, or your own synthesis — the specific framework matters less than having one. Tools change every six months. Methodologies persist. 

Fund cross-role enablement at the same level you fund it for engineers. Not a Slack channel. A curriculum. PMs, designers, QA, security, SRE — each role needs a structured path with time, budget, and visible executive support. The seat-license spend goes to engineering. The transformation budget cannot. 

Define an AI policy and stand behind it. What’s allowed, what isn’t, where the data goes, who reviews what. Ambiguity creates shadow AI. Shadow AI creates risk you can’t see and value you can’t measure. 

Measure outcomes, not activity. Lead time for changes. Change failure rate. Deployment frequency. Developer experience. Customer-facing release cadence. Pull request count is not a measurement; it is a side effect. 

Discipline batch size. This is the single highest-leverage practice change. Small batches make AI safer, faster, and more useful. Without them, AI is a way to ship more chaos. 

The shift you cannot delegate to a tool 

The next AI coding launch is already in beta. By the time you read this, there will be a new one positioning itself as the productivity breakthrough. The pitch will focus on what developers can do with it. Engineering leaders will be invited to early access. 

There is nothing wrong with any of this. The tools are getting genuinely better. Some of them are extraordinary. But the limit on what they can deliver, in your organization, is no longer set by the tool. It is set by the system the tool lands in. 

That system — the practices, the organization, the developers themselves — is what transforms or doesn’t. No vendor can do that work for you, and no engineering leader can do it alone. It is, in the most precise sense, a leadership problem in three dimensions, and the leaders who treat it that way are the ones whose AI rollouts will eventually appear on the dashboards. 

If your AI strategy ends at the IDE, your throughput numbers will too. If it begins at the value stream and extends through every role that touches it, the productivity gains everyone has been promised might actually arrive. 

It just won’t be because of the tool. 

Understanding where the bottleneck moves is only the first step. The next challenge is enabling every role in the delivery lifecycle to work effectively with AI. Read the next article in this AI Enablement series: Widening the Circle: Why AI Success Depends on More Than Engineers to learn more.

Sources

  • DORA / Google Cloud, 2025 State of AI-Assisted Software Development Report and AI Capabilities Model (September 2025) 
  • Faros AI, AI Productivity Paradox report and 2026 telemetry update (July 2025, January 2026) 
  • DX, AI-Assisted Engineering: Q4 Impact Report (November 2025) 
  • METR, Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity (RCT, July 2025) 
  • AWS, AI-Driven Development Life Cycle (AI-DLC) — open-source methodology (July–November 2025) 
  • arXiv 2507.21280, Productivity Pressure Paradox paired-interview study (2025) Eliyahu Goldratt, The Goal (1984) — Theory of Constraints 


Ascendient Learning Offers Live AI and Agentic AI Training

Browse Courses
Applying GenAI Across the Software Development Lifecycle
Evaluating and Monitoring Generative AI Models and Applications
Accelerating Software Testing with AI
Leading Human-AI Systems: The Four Conditions for Reinvention

Leading Human-AI Systems: The Four Conditions for Reinvention

As a leader today, your role has shifted from just managing people to becoming a designer of intelligent workflows. We have entered a phase where data, AI agents, and humans are adapting to each other in real-time. Are you ready to lead in the AI era?

Predicitive AI & Machine Learning