Published

- 7 min read

When AI Joins the Sprint: What Is Happening to Agile Project Management

img of When AI Joins the Sprint: What Is Happening to Agile Project Management

Introduction

In my final semester capstone project, our team managed an IT system development project using Jira. The process was standard Scrum: collect user stories, organise the backlog, define epics, plan sprints, estimate story points, and track team velocity. None of this was unfamiliar. The framework was mature, well-supported by tooling, and came with a reasonably clear methodology behind it.

What changed was that we were using AI extensively to assist with development work. That decision looked, on the surface, like introducing a new tool into an existing process. What it actually did was destabilise several of the foundational assumptions that the process depended on to function.

This article documents three specific changes I observed during the project, and the larger question they collectively point toward: when AI enters the production process, how does the Agile framework need to be recalibrated?


1. Story Points Are No Longer Measuring the Same Thing

Traditional story point estimation rests on an implicit premise: tasks are performed by people, the work involved is primarily human cognitive and coding labour, and among team members of roughly comparable ability, the margin of error in estimation stays within an acceptable range. This is precisely what makes Planning Poker and T-shirt sizing work — everyone has an intuitive feel for the task and can produce a meaningful estimate.

AI disrupts this premise directly. The most immediate change is that coding tasks, which previously carried high story point values, can now be completed by AI at a fraction of the effort. Their estimated weight drops accordingly. At the same time, tasks that used to be considered relatively lightweight — reading technical documentation, conducting research interviews, confirming requirements with stakeholders — have gained relative importance, because they remain exclusively human work that cannot be delegated to AI.

This is not simply a matter of adjusting a few numbers. The reference frame for story points has shifted. When a team previously said a task was worth five points, that figure corresponded to a certain amount of human labour time. Saying “five points” today points to something fundamentally different. Velocity calculations are built on a foundation that has changed, but the unit of measurement has not kept pace.


2. The Variance Problem: Who Can Actually Work with AI?

Behind the story point problem is a deeper issue: the ability to collaborate effectively with AI has become a new variable, and the individual variation in that ability is substantial.

Traditional estimation models carry a default assumption that team members are relatively homogeneous in capability, and that individual differences can be smoothed out at the team level. This is why velocity functions as a stable team-level metric — it presupposes a reasonably consistent “average contributor.” AI breaks that assumption.

Different people working with AI produce vastly different results. The gap comes from several sources: familiarity with prompt engineering, the ability to quickly assess the quality of AI output, and the judgement to know when to trust what AI produces and when to intervene and debug. None of these abilities currently have established benchmarks, and none can be reliably levelled through short-term training.

2.1 Short-Term Variance vs. Structural Variance

Two things are worth distinguishing here. First, the current variance is large, because AI tools remain genuinely new for most people and differences in hands-on experience translate directly into differences in output. This gap will narrow as AI tools become more widely adopted. Second, even as it narrows, the variance will not disappear — because the ability to collaborate with AI is itself a continuously evolving skill, one that requires ongoing learning rather than a single mastery event. The implication is that capability variance among team members in the AI era will, structurally, remain larger than the individual variance that existed before AI.

2.2 What This Means for Velocity

This is not a transitional phenomenon. The effect on sprint planning and velocity forecasting is persistent. Team velocity, as a predictive tool, was designed around a relatively stable distribution of individual capability. That distribution has been permanently widened, and any estimation model that does not account for this will continue to produce forecasts that are difficult to rely on.


3. AI Has Made Meta-Tasks Visible

3.1 From Atomic Tasks to Workflows

The third change AI introduces is structural: it alters the shape of work itself.

Previously, a story had a clear boundary — one person, one task, one body of code. Story points measured the scale of that atomic unit. Now, when AI is involved, what was once a single coherent story fractures into a small workflow. Take a coding task as an example. It now typically involves three stages: a preparatory phase of prompt engineering (clarifying the task scope, constraining the output format, selecting an appropriate model), AI execution, and a post-execution phase of human verification and debugging. These three stages are strongly sequentially dependent — they cannot be parallelised, and none can be skipped.

3.2 The Problem of Cognitive Asymmetry

There is a concept worth naming here: meta-tasks. A meta-task is a task about how to use a tool to complete a task, rather than a task that directly produces a deliverable. Traditional project management has always contained meta-tasks — discussing technical approaches, reviewing code — but they were typically invisible, absorbed into the time estimates of the surrounding story, and never surfaced as standalone sprint items. AI has made meta-tasks visible. Prompt engineering and AI output verification are real work. They take time and effort. They belong in the backlog, they should be estimated, and they should be tracked.

This process of making meta-tasks explicit creates management friction in the short term, and the source of that friction is cognitive asymmetry. Planning Poker functions because every participant has an intuitive sense of what a task involves. When three out of five team members have never actually used AI to complete a coding task, they have no intuitive reference point. Estimation breaks down — not because the tool is wrong, but because people are not operating from the same understanding of what the work entails.

In the longer term, making meta-tasks explicit is a net positive. It forces teams to surface and discuss cognitive overhead that was previously invisible, and it makes individual capability gaps visible in a way that allows them to be addressed. But getting there requires sustained investment in building shared language and shared understanding within the team.


4. Agile Needs Recalibration, Not Reinvention

4.1 A Precedent Worth Revisiting

Faced with these three changes, the natural question is whether the Agile framework itself needs to be replaced. My view is that it does not — but it does require serious recalibration.

Agile has confronted structural shifts in productivity before. The rise of DevOps and CI/CD is a useful reference point. Automated deployment compressed what had been multi-day release processes into minutes, and in doing so, generated a new category of work: writing pipelines, maintaining infrastructure as code, managing deployment configuration. Agile’s response was not to redefine what a sprint or a backlog was. It was to recalibrate what constituted a reasonable story boundary, and to gradually integrate DevOps-related tasks into normal estimation and tracking practice.

4.2 Calibration as Ongoing Practice

The disruption AI introduces is larger in scale and broader in reach than the DevOps wave, but the response follows a similar logic: the framework remains stable while the parameters inside it are redefined. Story points remain meaningful — the reference frame needs updating. Velocity remains a valuable team-level metric — the estimation method needs to account for AI collaboration variance. Sprint planning remains valid — meta-tasks need to move from implicit to explicit.

What makes this different from previous recalibrations is that it will not be a one-time adjustment. AI tooling continues to evolve, and so does the ability to work with it effectively. This means that the understanding of velocity, story points, and sprint structure cannot be fixed once and left alone — it needs to be treated as a continuously updated body of knowledge, revisited as the tools and the team’s relationship with them change.

For Scrum teams, this may be the most substantive new demand that the AI era places on them: not simply learning to use a new set of tools, but developing the collective capacity to continuously recalibrate their own cognitive frameworks for how work is understood, estimated, and organised.


This article is based on the author’s practical observations and reflections from a capstone project, examined through the lens of Agile and Scrum project management.