By using our site, you acknowledge that you have read and understand our Privacy and Cookie Policy.
All trademarks listed on this website are the property of their respective owners. All rights reserved.
Copyright © 2026 DataArt

AI is becoming cheaper per token, but enterprise AI bills keep rising: that is the new FinOps paradox. Blended AI costs dropped 67% in two years, from $18.40 to $6.07 per million tokens, yet 73% of organizations still blew past their AI budget projections. As copilots, agents, and model-powered workflows spread across the business, total spend is outpacing what most organizations planned for. That gap is a FinOps problem, and businesses are only now building the discipline to manage it.

Two forces are colliding. Reasoning models that produce stronger results often consume more tokens per task, even as per-token pricing keeps falling. At the same time, usage volume is compounding faster than any FinOps team modeled: AI coding tools for hundreds of engineers, customer-facing features, internal agents, and model-powered analytics are stacking inference calls on top of each other.
Goldman Sachs projects a 24-fold increase in token consumption by 2030. The CFOs who handed engineering unlimited AI budgets in 2024 are now asking for ROI. As of 2026, 98% of organizations are actively managing AI spend, up from 31% in 2024, so the discipline exists. The question is execution.
Cloud FinOps built a decade of practice around a tractable problem: a VM has a deterministic hourly cost, so you tag it, allocate it, and budget it. As one practitioner put it, “a VM has a tag, or it doesn’t.” Token economics don’t play by that rule.
Non-determinism. The same prompt run twice doesn’t cost the same twice, because reasoning models take different paths each time. Anomaly detection built for stable baselines struggles here.
Model proliferation. One product might call GPT-4o for reasoning, Claude for summarization, Gemini Flash for classification, and an on-prem model for sensitive data, each with different pricing and failure modes. Cloud FinOps never had to care which compute answered a request. With AI, model choice is the primary cost driver, decided by engineers at the function-call level.
Attribution gaps. Most LLM API calls carry no team, product, or user metadata. Ten million inference calls produce one invoice line, and there is no breakdown of which feature, team, or intent drove them.
Layered on top: token volume, model tier, and context size all expand at once as workflows get more agentic. An 11-word user query can balloon into thousands of tokens by the time an agent finishes its reasoning loop.
Production experience converges on three architectural fixes that account for most of the savings available.
Context precision. More context does not automatically improve output; longer prompts increase token usage, and irrelevant context often degrades both cost and quality. Scoping context to exactly what each step needs typically cuts costs 30–50%, with better answers as a side effect.
Model routing. Roughly 70% of enterprise AI tasks are commodity work — summarization, classification, extraction — that economy-tier models (Claude Haiku, GPT-4o-mini, Gemini Flash) handle at 10–30x lower cost than frontier models. A routing layer that classifies requests and dispatches by tier typically saves 40–50% without hurting quality.
Prompt caching. When requests share a prefix: a system prompt, a document set, or tool definitions, caching can sharply reduce the cost of repeated context, with full charges applying only to the new content. Anthropic’s prefix caching cuts cached-token costs by 90%; combined with routing, total savings on applicable workloads reach 60–80%. It’s also the cheapest lever to implement: a parameter flag, not an architecture change.
AI spend forecasting is genuinely harder than cloud forecasting: a VM has a deterministic hourly cost, while an agent completing a task doesn’t. But a handful of planning ratios are stable enough to help anchor a forecast:
The forecasting model that works: define the atomic unit of work (one processed document, one resolved query, one PR reviewed), estimate the token payload per unit, then apply an architecture coefficient: simple generation runs ~2x, RAG adds context-retrieval overhead, agentic loops warrant a 5–10x multiplier for budgeting. Project volume at current rates and calculate both a conservative (no optimization) and an optimized estimate. Present the result as a range, not a single number. Clients who get a single price figure have a bad experience the first time non-determinism shows up in the bill.
Where forecasting breaks down is agentic loops of variable depth: an agent that can call tools, reflect, and call tools again has a theoretically unbounded token budget. The practical mitigation is a maximum iteration count plus context-compaction rules with the budget built around the max-iteration case. That’s a system architecture decision made upfront, not something to retrofit later.
Agentic systems introduce a failure mode cloud infrastructure never had: one misconfigured agent can burn a team’s monthly budget overnight. CI/CD agents without spending limits have run up $2,000+ in a single overnight run; uncapped AI coding tools can cost $1,000+ per developer per month. These are documented 2025–2026 incidents, not hypotheticals.
The fix is architectural, not a monitoring dashboard bolted on afterward:
Organizations that get AI cost governance right follow this order, and skipping ahead to optimization produces wins that don’t compound.
Visibility means one view of AI spend across every provider: OpenAI, Anthropic, Bedrock, Azure, Vertex, alongside cloud and SaaS.
Attribution means every API call carries metadata for the feature, team, and process it serves, instrumented at the application layer: it can’t be bolted on retroactively.
Optimization only becomes meaningful once you can tie spend to outcomes. The metric that matters isn’t total spend, it’s cost-per-output: cost-per-resolved-ticket, cost-per-accepted-suggestion, cost-per-processed-document. That’s the frame a CFO understands, and it’s what justifies feature-level budgets and usage-based allocation for shared infrastructure like vector stores and LLM proxies.
A few areas show real activity but not yet a track record worth betting the budget on:
The goal of AI FinOps is not to minimize spending at any cost. It is to improve the value created by every dollar of AI investment.
Getting there is an organizational shift before anything else. Cost accountability, unit-economics definitions, and attribution instrumentation have to exist before a routing layer or a caching policy means anything. Cloud FinOps took a decade to mature because it required that same shift in how engineering, finance, and product teams work together. AI doesn’t have a decade, as usage is compounding too fast.
The organizations that treat AI spend as a managed capital investment now, rather than a line item to review after the invoice arrives, will be operating at a structural cost advantage by the time the rest of the market catches up.
Contact DataArt experts to build an AI FinOps strategy that turns AI cost into a managed discipline.
Link to the form: https://www.dataart.com/AI-Consulting#expert-form-01
Subscribe now to get a monthly recap of our biggest news delivered to your inbox!