Uber burned through its entire 2026 AI budget in four months, then slammed on a company-wide spending cap. Meta handed out "Token Legend" titles to its heaviest internal users while its CTO warned staff that token usage alone measures nothing. And yet the sticker price of intelligence has never fallen faster: blended enterprise token costs dropped 67% year-over-year, from $18.40 to $6.07 per million tokens.
Welcome to the unit-economics paradox of 2026. Tokens got dramatically cheaper, and almost everybody's AI bill went up anyway — enterprise AI spend rose 13-fold in a single year, according to Ramp's transaction data. FinOps X 2026 finally gave the industry the vocabulary to explain why: the token invoice is just one of nine cost buckets, and it is the only one that arrives metered. You pay all nine whether you track them or not.
The token invoice is one bucket out of nine
The clearest reframe to come out of FinOps X 2026 is a table, not a talk. Tokenomics — newly christened as a discipline, with the token as the atomic unit of AI — says any forecast anchored on the provider invoice alone is wrong by construction, because eight more buckets sit next to it unmetered. Here they are, each with the driver that actually sets its size:
| # | Bucket | Metered? | What sets its size |
|---|---|---|---|
| 1 | Token bill | Yes | Blended $6.07/M tokens (Apr 2026), down from $18.40 |
| 2 | Retrieval and data | No | Corpus size times query volume: embeddings, vector store, re-ranking calls |
| 3 | Orchestration | No | Agents per task: a $0.04 single call becomes a $1.20 agent completion, a 30x multiplier |
| 4 | Inference infrastructure, including sandbox time | No | Model size, idle GPUs, the KV cache the invoice never shows; sandbox compute at $0.0504–$0.1419 per vCPU-hour |
| 5 | Eval and monitoring | No | Test runs plus tracing: the observability tax on every agent step |
| 6 | Governance | No | Regulatory exposure: procurement, DPAs, audit trail retention |
| 7 | Human labor | No | Prompt engineering plus review workflows that arrive as disconnected invoices |
| 8 | Failure and waste | No | Retries that stack multiplicatively — up to 27x calls per intended call — plus shadow AI |
| 9 | Integration | No | Model churn and rebuilds every time a provider deprecates your pinned version |
Two things about this table explain most 2026 budget blowups. First, buckets 2 through 9 scale with behavior — agents per task, retries per run, corpus growth — not with the token price, so a 67% price cut barely dents them. Second, as Revenium CEO John Rowell put it when the company joined the FinOps Foundation in June: "Token costs are the smallest line item. The real spend flows through external APIs, third-party data services, and human review workflows that show up as disconnected invoices with no attribution layer."
Why the meter lies: the reconciliation math
A chatbot answers in one inference call. An agent plans, selects tools, executes, verifies, and retries — hitting the LLM 10 to 20 times per task, according to AnalyticsWeek's 2026 numbers, with inference now roughly 85% of the enterprise AI budget. Falling per-token prices never stood a chance against that multiplier. Work it through with one typical task:
Assume a context-heavy agent averaging 50,000 tokens per LLM call (plausible once every turn re-sends full context), with retry overhead growing with chain length. Compare the chatbot-era baseline against three agent profiles at the new, cheaper token price:
| Workload | LLM calls | Token cost at stated price | With retry overhead | Total per task |
|---|---|---|---|---|
| Chatbot, 2025 price ($18.40/M) | 1 | $0.92 | — | $0.92 |
| Lean agent, 2026 price ($6.07/M) | 5 | $1.52 | 1.2x | $1.82 |
| Typical agent, 2026 price | 12 | $3.64 | 1.4x | $5.10 |
| Heavy agent, 2026 price | 20 | $6.07 | 1.5x | $9.11 |
Per-token prices fell by two-thirds, yet the per-task bill rose 2x to 10x depending on chain length. The retry factors are conservative: a 10-step agent at 95% per-step reliability already spends about 40% more tokens on retries alone, and production retry logic stacks multiplicatively — three retries times three fallback models times two self-correction passes turns one task into eighteen generation calls, with pathological nesting reaching 27x.
Apollo chief economist Torsten Slok named the mechanism in Fortune in June: token prices down more than 90% since 2023, aggregate AI spending doubled since late 2025. Jevons paradox, the nineteenth-century observation that more efficient coal engines increased coal consumption. Cheaper tokens didn't lower AI bills; they made viable the workloads that were previously too expensive to attempt, and those workloads are all agentic.
The 2026 receipts
The paradox isn't theoretical. It printed on budget lines all year:
- Enterprise AI spend rose 13-fold in one year, per Ramp's analysis of client transaction data — a realized number, not a projection.
- Blended token costs fell 67%, from $18.40 to $6.07 per million tokens weighted by real production mix (AICC, April 2026).
- 98% of FinOps teams now manage AI spend, up from 31% in 2024 and 63% in 2025 — the fastest discipline expansion in FinOps history.
- 40% of enterprise apps will embed AI agents by end of 2026, up from under 5% in 2025 (Gartner), against $644 billion in worldwide generative-AI spending.
- Uber torched its annual AI budget by April, then capped spend. Meta's internal token costs were reportedly doubling almost every other month at the height of the "tokenmaxxing" fad.
- Token consumption exploded from single-digit trillions to tens of trillions in under a year — the opening chart of FinOps X 2026.
The FinOps Foundation read the room and expanded its mission from "cloud value" to "technology value." AI cost management is now the single most-requested new skill among practitioners, and the Linux Foundation is standing up a Tokenomics Foundation to govern the discipline.
What the buckets mean if you run the sandbox
Here's where the nine buckets stop being a finance problem and start being an infrastructure decision. Five of the nine buckets contain a compute component that is metered-by-the-second when rented and fixed when owned: sandbox time, orchestration workers, retrieval infrastructure, eval runners, and the GPU capacity underneath inference. For a platform pricing agent seats or deploy-from-chat tooling, where that compute lives determines which buckets show up as variable cost at all.
The rented-sandbox market has already converged on a visible price floor. E2B and Daytona charge effectively identical compute rates — $0.0504 per vCPU-hour and $0.0162 per GiB-hour, billed per second — differing mostly in the floor: E2B's usable tier wants a $150/month Pro subscription past 1-hour sessions, while Daytona front-loads $200 in signup credit. Modal charges a premium at $0.1419 per core-hour (roughly 3x the sandbox floor) with an H100 at $3.95/hour, and Vercel Sandbox sits at $0.128 per vCPU-hour for active CPU. Against AWS's $5.19 per H100-hour for a reserved p5 block, serverless GPUs win when usage is bursty — and lose the moment your agents keep sandboxes warm around the clock.
That "warm but idle" state is the killer detail. As one 2026 sandbox benchmark put it: the sandbox is open, the model is thinking, nothing is running — and the meter is spinning on buckets 3, 4, and 5 simultaneously. A self-hosted fleet turns exactly those three buckets from per-second variable cost into sunk fixed cost on machines you already own. Pinterest's FinOps X talk made the same point as a five-layer consumption cake — routing and governance, model and quantization, inference stack, capacity, silicon — where wins compound across layers but missing any one layer caps the rest. Owning the capacity layer doesn't fix your token bill; it fixes everything the token bill doesn't show.
The metric to chase, per the conference, is value per token rather than cost per token — and you earn it only by optimizing across every layer. A platform that owns its sandbox fleet starts that optimization with three buckets already converted from metered anxiety into depreciating hardware.
Metering the unmetered: five practices
You can't optimize what you can't see, and most teams still can't see the cost of one unit of agentic work. Five practices from the 2026 wreckage, in adoption order:
- Attribute per task, not per API key. Provider invoices break down by key, not by team or task. Put a proxy or gateway in front of model calls and tag every request with tenant, workflow, and task ID, so buckets 3 and 8 become queryable instead of vibes.
- Estimate before you call. Gateway-side token estimation — Traefik Hub's pre-call blocking is the 2026 reference — rejects or reroutes abusive requests before they reach the LLM, capping bucket 8 at the door rather than in the invoice.
- Budget eval and tracing explicitly. Evals and traces are bucket 5 showing up as engineering overhead. Give them their own budget line with sampling policies, or "just add more tracing" becomes an unbounded cost center.
- Cap retries and loops with budgets, not hope. Per-loop token ceilings, call caps, and automatic shutoffs turn a runaway agent from a five-figure overnight surprise into a paged alert. EY's term for the discipline is agentic FinOps: an owner on every cost category before the spend, not after.
- Meter sandbox-seconds like tokens. Whether rented or owned, track wall-clock sandbox time per task alongside token counts. On owned hardware this is utilization data for bin-packing; on rented sandboxes it's the difference between a $0.03 run and a $3.00 run that nobody can explain.
None of this requires predicting token prices, which is the point. Token prices will keep falling — the index hit 97 cents per million tokens in early September, its lowest reading yet — and bills will keep rising for teams that meter one bucket out of nine.
The 2026 lesson is uncomfortable but simple: the token was never the bill. Agents multiplied the calls, retries multiplied the agents' calls, and sandboxes, evals, reviews, and governance multiplied everything else — while finance stared at the one line item still going down. Teams that now track all nine buckets aren't just forecasting better; they're discovering that half their "AI spend" is infrastructure spend in disguise, and infrastructure spend is something you can own.
Bex.co is the open-source, AI-native Render alternative — push a git repo, get a running HTTPS service on machines you own. When your agent fleet's sandbox-seconds live on your own hardware, three of the nine buckets stop being metered anxiety. Star the repo on GitHub or deploy your first app today.



