Signal Stack

B2B technology signals above the noise.

Decision Guides · 4 min read

AI Infrastructure Cost Measurement: What Capacity Planning Misses

Seat-based forecasting fails once agents chain tool calls and retrieval behind a single request. Here is what to measure — token tiers, GPU utilization, and workflow-level cost tracing — before approving more AI infrastructure capacity.

AI infrastructure cost measurement breaks down the moment a workload moves from single-shot prompts to agentic chains. The same user request can now trigger a planner call, several tool-use steps, and multiple retrieval operations before any answer returns, and the compute event is the workflow, not the click.

Quick take

Seat-based forecasting fails once agents chain tool calls, retrieval, and retries behind a single user request.

Token price alone is not unit economics; total cost of ownership is the system of calls that produces the answer.

Budget models run $0.14 to $1 per million tokens, midrange $2 to $15, and high-end models $20 to $75, so routing decisions change monthly spend by an order of magnitude.

Why the Old Seat-Based Model Doesn’t Apply Anymore

Traditional SaaS budgeting scales with seats: an enterprise buys licenses, usage grows predictably, and procurement adjusts at renewal. That logic assumed one interaction per user action, a pattern agentic AI does not follow.

Agent traffic is not bound to human schedules. Systems triggered by upstream events or scheduled pipelines can generate sustained query volume at any hour, so infrastructure sized for human peak load is under-provisioned for agent baseline load.

Vector databases and data lakes built for analyst-level query volumes can hit throughput and latency limits when agents issue hundreds of retrieval calls per minute. An architecture adequate at pilot scale becomes a reliability constraint once agents replace the humans who used to query it manually.

Longer context windows compound the problem. An agent carrying a running task context across multiple steps, with several retrieved documents and prior tool outputs folded back in, can accumulate a context that costs meaningfully more per token than a simple chat completion.

What Token Pricing Actually Costs at Volume

Every inference event is priced in tokens, the fragments a model reads and generates. Tokens accumulate across the prompt, the response, retrieved documents, agent steps, tool calls, and retries, not just the visible chat message.

Published per-token pricing separates into three tiers: budget models for simple tasks at $0.14 to $1 per million tokens, midrange models at $2 to $15 per million tokens, and high-end models for complex reasoning or coding work at $20 to $75 per million tokens.

At $5 per million tokens and 20 million tokens processed per day, a single workload runs about $100 per day, or roughly $3,000 per month, before output tokens and any other cost layer are added.

Model tier Price per million tokens GPU utilization target
Budget (simple tasks) $0.14–$1 ~50% for smaller models
Midrange $2–$15 benchmarked against the same utilization bands
High-end (complex/coding) $20–$75 80% or more for complex models

Utilization is a direct cost lever, not a side detail: GPUs sitting below roughly 50% utilization for smaller models, or below 80% for complex ones, inflate the effective cost per token even when the sticker price per token stays flat.

Where Enterprises Are Already Getting This Wrong

Industry commentary describes enterprises shifting from experimentation toward governance, yet many still lack the cost controls needed to prevent runaway AI spend as usage scales past the pilot stage.

Gartner projects global AI spending will reach $2.52 trillion in 2026, a 44% annual increase, driven primarily by infrastructure, which raises the stakes on getting unit economics right before the next budget cycle.

A separate Gartner estimate put worldwide generative AI spending at $644 billion in 2025, a 76% rise on the prior year, while S&P Global Market Intelligence found 42% of companies had abandoned most of their AI initiatives, up from 17% a year earlier. Budgets and abandonment climbed together.

Company-level spend follows the same trajectory: average monthly AI spending is projected to rise from $62,964 in 2024 to about $85,521 in 2025, roughly a 36% year-over-year increase.

Infrastructure investment overall is expected to reach $375 billion in 2025, a 67% increase from 2024, with the U.S. alone accounting for roughly $159 billion, or 79% of total global AI funding that year.

None of this spending guarantees production delivery. For every 33 AI proof-of-concepts an enterprise starts, only four reach production, and data preparation alone typically consumes 40-60% of total AI infrastructure project cost.

Gartner separately expects 60% of AI projects unsupported by AI-ready data to be abandoned through 2026, meaning the spend under review in a capacity-planning meeting is often funding pilots that data readiness alone will kill before cost optimization becomes relevant.

Metrics to Verify Before Approving More Capacity

The unit of cost analysis for agentic systems is the workflow, not the individual API call. Teams need to instrument how many model calls, retrieval steps, and tool invocations each task type generates, and how that cost distribution shifts across complexity tiers.

That requires trace-level observability linking each compute event back to its originating workflow, so cost attributes to task type rather than collapsing into one undifferentiated API bill. Most enterprises do not have this instrumentation in place at deployment.

Cost-per-outcome telemetry is the practical proxy: cost per resolved ticket, per underwriting decision, per completed document, rather than an aggregate cloud bill that hides which use case is actually profitable.

Choose to expand capacity only when workflow-level cost-per-outcome tracking already exists and GPU utilization is measured against the 50%/80% bands. Delay the purchase when spend is still tracked only at the aggregate API-bill level, since that number cannot show which task type is driving it.

The figure to check before signing off on new capacity is not the quoted price per million tokens. It is the ratio of tokens consumed per completed outcome, tracked at the workflow level — if that ratio isn’t tracked yet, the budget conversation is premature.