Engineering Intelligence

Are your agile metrics hiding a burnout problem?

Agile metrics built around velocity and story points are being gamed by AI coding tools that inflate estimates and accelerate task completion without improving shipped outcomes. The reliable signals now are cycle time, deployment frequency, code review velocity, and deploy-to-fix latency.

Tetriz Team··5 min read

Agile metrics built around velocity and story points are being gamed by AI coding tools that inflate estimates and accelerate task completion without improving shipped outcomes.

The reliable agile metrics now are cycle time (commit to production), deployment frequency, code review velocity, and deploy-to-fix latency. These are infrastructure-measured, which means they are recorded automatically by systems teams already run (version control, CI/CD, and issue tracking) instead of being estimated by a person. They correlate with business performance and resist the inflation AI tools introduce into estimation-based metrics. Deploy-to-fix latency, the least familiar of the four, is the time between a defect appearing in production and its fix reaching production.

Your sprint velocity probably went up after AI tool adoption. Your deployment frequency probably did not move at the same rate. That gap is not a coincidence. AI tools make individual tasks faster to complete, which inflates story points per sprint. But faster task completion does not automatically translate to more features shipped. One caveat: many large organisations release on a deliberately fixed schedule, because a single deployment needs alignment across product, QA, and other stakeholders, so batching releases is a considered trade-off rather than a bottleneck. Where the cadence is fixed by choice, compare cycle time instead of deployment frequency.

The DORA 2024 Research Report continues a decade of DORA research showing that deployment frequency and lead time for changes correlate with organisational performance. Velocity does not appear in the DORA framework for a reason: it is a planning metric, not an outcome metric.

What are agile metrics and why are they changing?

Agile metrics are the quantifiable signals engineering teams use to track sprint health, delivery cadence, and process improvement within agile frameworks like Scrum and Kanban. For an engineering manager running two-week sprints, these metrics answer: "Is the team delivering predictably, improving over time, and maintaining sustainable pace?"

The traditional agile metrics toolkit has three pillars: velocity (story points completed per sprint), burndown charts (remaining work plotted against time), and story point estimates.

These three worked reasonably well for 20 years. AI coding assistants broke them in under two. The reason is mechanical: AI tools change the relationship between estimated effort and actual effort. A task estimated at 5 story points might take 2 hours instead of 8 because the AI generates the boilerplate. Velocity goes up, but the estimate was simply wrong.

How AI tools gamed traditional agile metrics

AI tools did not set out to game agile metrics. They gamed them as a side effect of making code generation faster.

  • Velocity inflation: when AI tools make implementation faster, teams complete more story points. But the points were estimated based on human-only effort. A 5-point story that takes 2 hours with AI is not worth the same as a 5-point story that took 8 hours manually.
  • Burndown unpredictability: before AI, task completion followed a roughly linear pattern. With AI assistance, some tasks collapse to near-zero effort (boilerplate) while others take the same time (architectural decisions). This creates jagged charts that are harder to use for prediction.
  • Estimation distortion: teams have no shared rule for whether a task is pointed with AI assistance or without it, so a point means something different in each squad. Unlike the two problems above, which distort a single sprint, this one breaks comparison between teams and across proficiency levels.

Which agile metrics still work in the AI era?

Four agile metrics remain reliable because they are measured by infrastructure and correlate with business outcomes rather than activity volume.

What separates the two groups is who produced the number, not how modern the metric is.

Cycle time: the primary delivery signal

Cycle time measures what happened, not what was estimated. If your team's cycle time is dropping after AI adoption, the tool is producing real delivery value.

Deployment frequency: the business outcome signal

Unlike velocity, this cannot be inflated by completing more story points. Deploying requires code that passes review, testing, and staging.

Code review velocity: the collaboration signal

A SmartBear study of a Cisco Systems engineering team found that review effectiveness drops once a change exceeds 200 to 400 lines of code. This measures how quickly proposed changes move through the human pipeline.

Deploy-to-fix latency: the quality signal

This catches problems hidden by velocity gains. If AI-generated code introduces bugs that are harder to diagnose, the time to resolve production defects increases.

How should agile teams adapt sprint planning for AI tools?

Agile frameworks still work with AI-augmented teams, but rituals must adapt to new data.

  • Decouple velocity from expectations. Use velocity as a capacity-planning input. Leadership should still see it, but report it next to cycle time and deployment frequency rather than on its own, so it informs planning instead of standing in for productivity or individual performance.
  • Re-baseline story points. If AI tools changed the effort per task, recalibrate the baseline. Consistent over-delivery on points signals a need for re-estimation.
  • Track cycle time alongside velocity. When velocity increases but cycle time stays flat, use the retrospective to investigate why.
  • Monitor morale. High velocity with low morale is a leading indicator of burnout. The Stack Overflow 2025 Developer Survey found that only 33% of developers trust the accuracy of AI output, while 46% actively distrust it. Pressure to hit inflated targets with tools engineers don't trust is a recipe for disaster.

So, is your velocity masking an unsustainable pace?

Velocity increases after AI adoption can mask unsustainable pace. If the team is completing more story points but engineers are working longer hours or reporting lower satisfaction, the metrics are lying. Sustainable pace is a core agile principle.

Tetriz is building the measurement layer that connects agile delivery metrics to team health signals, giving engineering managers visibility into both speed and sustainability. Join the early-access cohort to measure what velocity dashboards cannot.

Frequently asked questions

Get early access

Join the Tetriz Beta cohort

Understand how AI input quality connects to production outcomes, before the board asks.

Request beta access

Related articles