Skip to main content

On This Page

Solving the New Bottleneck: Why AI Coding Tools Aren't Increasing Sprint Velocity

2 min read
Share

These articles are AI-generated summaries. Please check the original sources for full details.

When the constraint moves, you have to move with it

Intuit Engineering Director Eric Anderson highlights a shift in software economics. He notes that the incremental cost of a line of code is now among the most inexpensive activities in development.

Why This Matters

Organizations are upgrading their technical ‘engine’ with AI tools but maintaining ‘road’ processes—such as rigid sprint structures and waterfall-style design handoffs—designed for an era where code generation was the primary constraint. This creates a systemic mismatch where increased individual output simply piles up in front of outdated review gates and cross-functional sign-offs, nullifying productivity gains.

Key Insights

  • Theory of Constraints (2026): Improving one constraint without addressing the next merely creates inventory/work piling up before the new bottleneck.
  • Requirement Discipline: When code is cheap, underspecified requirements lead to rapid but incorrect AI output, increasing rework costs.
  • Review Surface Area: Increased output doubles the burden on senior engineers for architectural oversight and QA, shifting the bottleneck from writing to reviewing.

Practical Applications

  • Use case: Intuit shifting toward PMs and engineers co-developing features in real time rather than using finished specs as prerequisites.
  • Pitfall: Treating discovery and requirements as check-boxes on the way to coding, resulting in higher cycle times due to rework.

References:

Continue reading

Next article

JMeter vs k6 vs Locust in 2026: Choosing the Right Load Testing Tool

Related Content

Jul 22, 2026

Claude Code Shift: From Coding to Engineering Decisions – Developer Builds AI Clone Platform

Developer Sanasar Yuzbashyan hasn't written code manually in 9 months, building entirely with Claude Code. Now launching Quill—a marketplace for AI developer clones that handle client communication and coding.

Read article
Jun 14, 2026

Moving the Spec: Solving Alignment in AI-Driven Engineering

Engineer Paul Schneider argues that shifting specifications from the IDE to the project start reduces risk in near-instant AI execution workflows.

Read article
Jul 27, 2026

"Refactor vs Rewrite Decision Tree for Engineers", "pubdate": "2026–07–27", "description": "Six-question framework evaluates whether incrementally refactoring legacy code outweighs strategic full-system rewrite.", "categories": ["Software Engineering", "Best Practices"], "mainheading": "A decision tree for grown engineers", "hook": { "sentences": [ "Edgar Nahama Alochi published an engineer’s guide distinguishing emotional rewrites from strategic ones.", "Most teams do not need rewrites — they need tests, clearer boundaries, smaller pull requests, and patience." ] }, "whythismatters": { "paragraph": "Engineering teams frequently conflate personal frustration with architectural necessity when considering rewrites versus refactors." +" While clean-slate approaches feel productive initially they erase hard-won production knowledge embedded in legacy code," +" often creating regression generators instead of improved systems." +" The economic cost of unnecessary rewrites includes months of slowed feature delivery plus reintroduction of bugs already fixed." +" Technical leaders must distinguish when change cost compounds structurally versus when discomfort stems only from poor naming or style." }, "keyinsights": [ {"fact_with_source_year": ": According to Alochi (July ॣ८६),ifasystemworksandgeneratesvalueyouarenonstaringatechnicalproblembutarevenueengine.Preferrefactoringinthatcase."},"]

...

Read article