AI Is Not Agile 2.0: What PMs Must Rethink About Software Delivery
- Richard Diamond
- Mar 26
- 4 min read
Agile solved the right problem for a world where implementation was expensive. AI has changed that world.
For more than two decades, agile has been the dominant operating philosophy of software delivery. It was not merely a methodology — in many enterprises it became the language of legitimacy. Teams signaled modernity through sprints, standups, backlogs, and iterative release cycles. To question agile was to invite skepticism about one's grasp of modern development.
That credibility was earned. Agile emerged as a rational correction to waterfall's central flaw: the assumption that software could be fully specified upfront and built in linear sequence. In practice, requirements shifted, users needed working systems to articulate what they actually wanted, and long development cycles meant errors compounded before anyone caught them. Agile responded by shortening cycles, embracing iteration, and treating rapid prototyping as a discovery mechanism rather than a luxury.
It worked — for that era.
PMs now face a different era. Artificial intelligence does not simply accelerate agile practices. It changes the underlying economics of software creation. When economics shift, operating models must follow.
The constraint has moved.
Agile was designed for a world in which coding was the bottleneck. The methodology's core logic — lightweight specifications, short cycles, tolerance for ambiguity early on — made sense when implementation was slow, iterative feedback was the cheapest form of validation, and the cost of uncertainty was paid in development time.
AI inverts that logic. When implementation becomes fast and abundant, the constraint shifts upstream. The scarce resource is no longer coding effort. It is clarity of intent, precision of specification, quality of evaluation, and system-level coherence. In that environment, many agile habits stop being strengths. Some become liabilities.
A vague requirement in an agile sprint leads to a delayed feature. The same vague requirement in an AI-assisted workflow leads to a rapid flood of plausible but incorrect output — generated at scale, often indistinguishable from correct output, and capable of propagating quietly through downstream systems. The organization produces more than ever, but with a higher risk of producing the wrong thing faster.
The old agile intuition was that thinking too long before coding was a form of delay. The new AI reality is that coding too quickly without sufficient clarity is a form of failure.
What must be re-examined.
The response in many organizations has been to ask how AI fits into agile — how copilots can improve sprint velocity, how generative tools can accelerate backlog execution, how familiar ceremonies can be preserved while new capabilities are layered in. This is understandable. Large institutions are built to maintain continuity. But it is the wrong question.
The right question is which parts of agile still make sense once software generation is no longer the bottleneck.
Several inherited practices deserve scrutiny.
Backlogs built on thin user stories are a weak mechanism for AI-driven development. Human developers compensate for underspecified tickets through shared context and tacit knowledge. AI systems cannot be relied upon to do so. When specification is weak, AI output can appear complete while quietly violating requirements, architectural constraints, or security controls. Higher-fidelity requirements are not bureaucratic overhead — they are productive inputs.
Sprint structures may become less central as implementation velocity rises. Fixed timeboxes emerged to coordinate human coding effort. As that effort is increasingly automated, the relevant rhythm shifts from sprint cadence to the feedback loop between intent and verified outcome. What matters is not how much work fits in a two-week cycle but how quickly the organization can confirm that generated output is correct.
Velocity metrics become actively misleading when AI can produce large volumes of output quickly. More tickets closed and more code generated do not indicate more value delivered. Leaders who manage software organizations through activity metrics will mistake production for progress.
The long-standing agile suspicion of upfront design deserves revision. Architecture, interface discipline, data definitions, policy boundaries, and explicit acceptance criteria become more important in an AI-enabled environment, not less. This is not an argument for returning to waterfall's long sequential phases. It is a recognition that AI amplifies whatever structure or ambiguity it is given. Clear structure turns rapid generation into leverage. Weak structure turns rapid generation into amplified disorder.
The model that replaces it.
The emerging model is not agile plus AI. It is something more precisely described as high-specification, fast-generation, evaluation-driven development.
It retains agile's most durable insight: speed of feedback matters, and organizations learn by seeing real systems in use. That lesson still holds. But it rejects the corollary that lightweight specification is inherently virtuous. In an environment where implementation is cheap, the return on clear intent rises sharply. The bottleneck is no longer getting software built. It is getting the right software built — safely, coherently, and at enterprise quality.
The center of gravity in software delivery shifts from production toward specification, architecture, policy, and evaluation.
What this means for leadership.
The competitive advantage in AI-enabled development will not go to the organizations that generate the most code. It will go to the ones that define intent most clearly, constrain execution most effectively, and evaluate outputs most rigorously.
This changes the profile of high-performing teams. In the agile era, the premium went to those who could sustain iterative delivery and keep work moving through a system. In the AI era, the premium shifts toward leaders and teams who can define intent with precision, design coherent systems, build robust evaluation harnesses, and enforce consistency across generated work. The competitive edge moves from motion to clarity.
PMs who grasp this early will lead the transition. Those who do not may find themselves running agile ceremonies long after the logic that justified them has dissolved.
The future of software delivery will belong not to the organizations that preserve agile most faithfully — but to those that outgrow it most intelligently.

The lesson agile taught against waterfall was never to worship iteration. It was to adapt delivery to the economics of the moment. Those economics have changed. The model must follow.


Comments