← home
RESEARCH · TIMELY

73% of agentic AI projects went over budget.

August 15, 2026

By the LLM CFO team

A review of 127 enterprise agentic AI implementations found 73% ran over budget, some by more than 2.4x, with an average of $2.3M in costs that had never been modelled. That is not a failure rate for AI. It is a failure rate for AI forecasting. Most of those projects shipped and worked. What broke was the number somebody put in a slide before the work started.

The number behind the number

Three-quarters missing a forecast is not variance, it is a structurally wrong model. When almost every project in a category misses in the same direction, the cause is not execution, it is that the estimating method does not describe the thing being estimated.

The clearest public example is Uber. It gave Claude Code to roughly 5,000 engineers in December 2025 and had burned its entire annual AI budget by April 2026, at $500 to $2,000 per engineer per month. Nobody misused it. The rollout was a success. The forecast assumed a seat had a price, and a seat turned out to have a consumption profile.

The same pattern showed up industry-wide in the first half of 2026, with companies reporting they were 3x over their whole-year token budget by May.

Where the unmodelled $2.3M actually goes

Almost none of it is the token price. The overruns cluster in four places that a pilot never surfaces:

CostWhy the pilot missed itTypical shape at scale
Orchestration multiplierThe pilot measured one call. Production runs a loop.10-50 model calls per user-visible action.
Retries and tool loopsFailure paths were not in the demo.An agent that cannot finish retries until it hits a cap - if there is one.
EvaluationQuality was judged by hand at pilot size.The eval harness routinely costs more than the feature it grades.
Integration and human reviewScoped as engineering time, not run-rate.Recurring monthly, indefinitely, on anything customer-facing.

The common thread: agents do not scale linearly and were forecast as if they did. A per-call price multiplied by expected requests is the right arithmetic for an API and the wrong arithmetic for an agent, because the agent decides how many calls a request costs.

Overrun is not waste, and the distinction matters

Finance teams tend to hear "73% over budget" and reach for a freeze. That is usually the wrong response, because two different failures are being merged:

Uber's engineers presumably got real value for $500 to $2,000 a month; whether it was worth that is a separate question from whether anyone predicted it. Cancelling a programme because the estimate was bad destroys value to fix a spreadsheet. Fix the spreadsheet. See proving AI ROI for the other half of the equation.

Forecast in consumption, not seats

The method that survives contact with agents:

More on the mechanics in AI spend forecasting and variance analysis.

The one control worth having before the next rollout

A hard consumption ceiling per agent, enforced at the gateway, with a named approval path to raise it.

Soft budgets are reporting, not control. An agent stuck in a retry loop can spend a quarter's allocation over a weekend, and no monthly variance review catches that in time to matter. The ceiling needs to live where the requests are, not in the finance system. See agent spending limits and spend guardrails.

For coding agents specifically - the category that produced the most dramatic 2026 overruns - see coding agent cost control.

What to bring to the next AI budget meeting

  1. The call multiplier per workflow, measured, not estimated.
  2. A consumption budget in tokens, with the dollar figure derived from it rather than the other way round.
  3. The eval, integration, and human review lines shown separately from inference.
  4. A hard ceiling per agent and the name of whoever can raise it.
  5. One unit metric per workflow - cost per resolved ticket, per merged PR - so the next overrun can be argued on value rather than on size. See cost per request.

A 73% overrun rate across a category is what an immature forecasting practice looks like from the outside. The teams that fix it are not spending less; they are being right about how much.

Related

← Back to llmcfo.com

FAQ

How many enterprise agentic AI projects go over budget?

A review of 127 enterprise agentic AI implementations found 73% ran over budget, with some exceeding forecast by more than 2.4x and an average of $2.3M in costs that were never modelled. The overruns cluster in orchestration, evaluation, integration, and human review rather than in the token price itself.

Why do agentic AI projects blow their budgets?

Because the pilot is forecast linearly and agents do not scale linearly. One user request becomes dozens of model calls, retries and tool loops multiply that, evaluation harnesses cost more than the feature they grade, and none of it appears in a proof-of-concept sized on a single-call assumption.

What was the Uber AI budget example?

Uber rolled Claude Code out to roughly 5,000 engineers in December 2025 and had spent its entire annual AI budget by April 2026, at $500 to $2,000 per engineer per month. The deployment was successful; the forecast was the failure. Seat-based reasoning does not hold when the cost per seat is consumption-driven.

How should a CFO forecast agentic AI spend?

Forecast in tokens per completed task rather than dollars per seat, measure the multiplier between one user action and the model calls it generates, and treat a pilot as a measurement exercise for that multiplier rather than a price quote. Then apply a hard consumption cap with an approval path, not a soft budget.

Is an AI budget overrun the same as waste?

No, and conflating them causes bad decisions. Overrun means the forecast was wrong; waste means the spend produced nothing. Most 2026 overruns are forecasting failures on projects that worked. The fix is a better unit model and a spending limit, not cancelling the programme.

What is the fastest control to put in place?

A hard per-agent consumption ceiling enforced at the gateway, with an explicit approval path to raise it. Soft budgets are reporting; hard ceilings are control. An agent in a retry loop can spend a quarter's budget in a weekend and no monthly review catches that in time.