Uber Burned Its AI Budget in 4 Months. Are You Next?

Uber blew its entire 2026 AI budget by April. Enterprise token costs are now a CFO crisis. Here's what's breaking budgets — and how to fix it.

By Rajesh Beri·July 11, 2026·9 min read
Share:
THE DAILY BRIEF
Enterprise AIAI CostsFinOpsAgentic AIBudget Management
Uber Burned Its AI Budget in 4 Months. Are You Next?

Uber blew its entire 2026 AI budget by April. Enterprise token costs are now a CFO crisis. Here's what's breaking budgets — and how to fix it.

By Rajesh Beri·July 11, 2026·9 min read

In December 2025, Uber rolled out AI coding tools to roughly 5,000 engineers. By April 2026 — just four months later — the entire annual AI budget was gone. Uber's COO Andrew Macdonald described it publicly: the budget he expected to need for the year was consumed by April. When pressed on whether Uber could trace that spending back to any consumer feature shipped to customers, his answer was blunt: "That link is not there yet."

This isn't a story about Uber being reckless. It's a warning signal for every enterprise that has deployed — or is planning to deploy — agentic AI at scale. Token costs have crossed a threshold. They are no longer an engineering line item. They are a boardroom crisis.

The Companies That Found Out the Hard Way

Uber wasn't alone. Microsoft revoked Claude Code licenses across an entire internal division before June 30, citing the same cost dynamics Uber discovered. A separate company reportedly accumulated a $500 million AI bill in a single month after deploying access without usage caps, according to reporting from Axios. A Priceline engineer burned through $40,000 in tokens in a single month — not from negligence, but from routine agentic coding workflows that no one had modeled correctly.

According to Ramp's April 2026 AI Index, monthly AI token spend across enterprise customers grew 1,001% from January 2025 to April 2026. The median company now dedicates nearly 15% of its software budget to AI tools. These aren't edge cases anymore. This is the new baseline.

Why This Is Fundamentally Different From Every SaaS Budget You've Managed

Enterprise software budgets have always been predictable: seat count multiplied by price, invoiced monthly, reconciled in twenty minutes. The CFO office was built for that model.

Token-based AI consumption is not that model. It scales with usage, compounds with agentic workflows, and generates costs throughout the month that finance teams don't see until the bill arrives. The structural mismatch between when spending happens and when it becomes visible is the root cause of every budget blowout.

The 78% of IT leaders who reported unexpected charges from consumption-based AI pricing models in 2026 — according to Zylo's SaaS Management Index — weren't failing at financial discipline. They were managing a new cost type with tools designed for the old one. Ninety percent of CIOs named AI cost forecasting as their top deployment challenge this year, according to Flexprice research. The finance operating model hasn't caught up to the consumption model yet.

The 30x Multiplier Hidden in Agentic Workflows

Here's the math that's breaking budgets: a standard chatbot interaction costs approximately $0.04, according to EY analysis. An orchestrated agentic workflow — where an AI model plans tasks, calls tools, spawns sub-agents, reads files, iterates across reasoning steps, and verifies outputs — costs approximately $1.20 per interaction. That's a 30x cost multiplier, and it's baked into the architecture of where enterprise AI is going.

GitHub's May 2026 research found that agentic coding tasks can consume roughly 1,000 times more tokens than a standard single-turn query. Per-developer token consumption grew 18.6x in nine months across enterprise organizations, according to TechCrunch reporting from June 2026. These aren't rounding errors. The economic assumptions enterprise teams built for chat-era AI tools are structurally wrong for agentic workflows.

The compounding mechanism is worth understanding. Every exploratory step an agent takes — reading a file, running a search, tracing a function, generating an intermediate result — accumulates in the model's context window. Each subsequent inference call processes that entire accumulated history, not just the new step. Computational cost scales roughly with the square of the sequence length. An eight-hour agentic development session can generate token charges that would have seemed implausible when the team licensed the tool six months earlier.

Model Upgrades Are Making It Worse

IBM's announcement of Bobalytics last week landed one day after a Microsoft internal evaluation documented another accelerant: upgrading from one generation of AI model to the next multiplied token consumption by a factor of 10 to 12 in complex agentic coding scenarios. One test run consumed 69 million tokens in a single task.

GitHub's June 1 shift to token-based billing for its 4.7 million paid Copilot subscribers generated projections of cost increases between 10x and 50x for developers running agentic sessions. The industry has simultaneously moved to token-based billing, shifted to agentic architectures, and pushed model capability upgrades — every one of these trends multiplies cost, and they're happening concurrently.

Goldman Sachs has forecast a 24-fold increase in total token consumption by 2030 as agentic AI scales across enterprise workflows. Gartner analyst Will Sommer has flagged the core trap explicitly: enterprises should not mistake falling token prices for falling enterprise AI costs. Agentic models require far more tokens per task than standard models, and consumption growth is outpacing unit-cost declines by a significant margin.

"Tokenmaxx" Culture Is a Budget Disaster Waiting to Happen

There's a behavioral dimension to this crisis that compounds the structural one. Amazon reportedly pushed teams internally to "tokenmaxx" — maximize AI usage — treating high token consumption as a proxy for AI adoption. Microsoft's own internal teams were doing the same, optimizing for engagement metrics before the bill arrived.

There is a 4,500x pricing spread between the cheapest and most expensive AI models currently available. A developer doing basic summarization who defaults to a frontier model for every task costs an organization orders of magnitude more than the same work assigned to a smaller, purpose-appropriate model. When organizations lack policy-level guardrails enforcing model-to-task matching, budget exposure scales with headcount — and it scales fast.

The Linux Foundation has responded by standing up a formal Tokenomics Foundation to develop industry standards for AI token tracking. That's a signal that the sector now acknowledges cost runaway as a structural problem requiring standardized infrastructure, not an edge case requiring internal policy fixes.

What the Vendors Are Building in Response

The market has recognized the crisis. Two significant governance responses arrived in the past two weeks.

IBM Bob + Bobalytics (July 9): IBM expanded its Bob agentic development platform with multi-agent orchestration and isolated subagents, combined with a built-in cost analytics dashboard called Bobalytics. The subagent architecture addresses the core cost mechanism directly: each subagent receives only the inputs it needs for its specific subtask, operates inside an isolated context window, and returns only the result — discarding intermediate steps and accumulated context. IBM states this approach, combined with task-aware model routing, achieves roughly a 40% reduction in AI compute spend, though this figure is IBM-stated and unaudited.

Bobalytics provides three visibility tiers: an administrator view covering seat usage, governance controls, and activity logs; a manager view showing team-level adoption patterns and value delivery; and a cost attribution layer that traces spend spikes to specific projects, workflows, and model invocations. Bob routes tasks across a pool that includes Anthropic Claude, Mistral open-source models, IBM's own Granite small language models, and specialized fine-tuned models — choosing by accuracy, performance, and cost profile rather than delegating that choice to individual developers.

Anthropic Claude Enterprise (July 2): Anthropic shipped administrative controls for Claude Enterprise including model-level entitlements, an analytics dashboard, and configurable spend-threshold alerts. This addresses the organizational policy gap: before this update, Claude Enterprise had no mechanism to enforce model-to-task matching at a policy level. An organization could have a blanket agreement that every developer should use Haiku for straightforward tasks, but no technical control to ensure it happened.

These releases signal a broader market shift. AI tooling vendors are building FinOps infrastructure into their platforms because enterprise customers are demanding governance before they will expand deployments.

What CIOs and CFOs Need to Do Now

The challenge is clear. Here's a practical framework for the leaders dealing with it:

1. Audit consumption before budgeting. Most 2026 AI budgets were set in fall 2025 based on chat-era usage patterns. If your budget was built on a per-seat model, it doesn't account for agentic consumption multipliers. Before any renewal or expansion decision, pull actual token consumption data and model it forward at 30x for agentic workflows.

2. Separate token metrics from outcome metrics. A token dashboard tells you what you spent. It doesn't tell you whether spending produced value. In conversations with CFOs dealing with this exact problem, the consistent gap is the same one Uber's COO identified: the link between spend and outcome isn't there yet. Tie token spend to specific projects, workflows, and business outcomes — not just to cost centers. Cost-per-outcome is the metric that matters.

3. Enforce model-to-task matching at the policy level. With a 4,500x pricing spread across AI models, developer choice is not a governance strategy. Set policy-level controls that assign task types to cost-appropriate models. Frontier models for complex reasoning, smaller models for summarization, classification, and retrieval. This single change can reduce token costs 40-70% without touching developer productivity on work that actually requires frontier capability.

4. Set spend-threshold alerts before problems compound. The Uber budget was gone before the finance team had visibility. Spend-threshold alerts with automatic escalation — not just reporting — need to be in place before deployment scales. Both Claude Enterprise and IBM Bobalytics now offer this infrastructure. Use it.

5. Build a FinOps function for AI. Cloud FinOps took a decade to mature, but enterprises that invested in it early controlled their cloud spend as a competitive advantage. The same dynamic is playing out in AI right now. The teams building governance infrastructure in 2026 will have a structural cost advantage over teams that wait.

The Bottom Line for Enterprise Leaders

The technical leaders I talk to across large enterprises are wrestling with a consistent reality: agentic AI delivers real productivity value, but the cost model requires governance infrastructure that most organizations don't have yet.

That gap is not a reason to slow down AI adoption. It's a reason to invest in the governance layer that makes adoption sustainable. Uber, Microsoft, and the others who hit the wall this year did so because they deployed at scale before building cost visibility. The lesson isn't that agentic AI is too expensive. It's that you can't manage costs you can't see.

The vendors are building the instruments. The question for CIOs and CFOs is whether they install them before the next billing cycle — or after it.


Sources:

Continue Reading

THE DAILY BRIEF

Enterprise AI insights for technology and business leaders, twice weekly.

beri.net

Subscribe at beri.net/subscribe for twice-weekly AI insights delivered to your inbox.

LinkedIn: linkedin.com/in/rberi  |  X: x.com/rajeshberi

© 2026 Rajesh Beri. All rights reserved.

Uber Burned Its AI Budget in 4 Months. Are You Next?

Photo by Lukas on Pexels

In December 2025, Uber rolled out AI coding tools to roughly 5,000 engineers. By April 2026 — just four months later — the entire annual AI budget was gone. Uber's COO Andrew Macdonald described it publicly: the budget he expected to need for the year was consumed by April. When pressed on whether Uber could trace that spending back to any consumer feature shipped to customers, his answer was blunt: "That link is not there yet."

This isn't a story about Uber being reckless. It's a warning signal for every enterprise that has deployed — or is planning to deploy — agentic AI at scale. Token costs have crossed a threshold. They are no longer an engineering line item. They are a boardroom crisis.

The Companies That Found Out the Hard Way

Uber wasn't alone. Microsoft revoked Claude Code licenses across an entire internal division before June 30, citing the same cost dynamics Uber discovered. A separate company reportedly accumulated a $500 million AI bill in a single month after deploying access without usage caps, according to reporting from Axios. A Priceline engineer burned through $40,000 in tokens in a single month — not from negligence, but from routine agentic coding workflows that no one had modeled correctly.

According to Ramp's April 2026 AI Index, monthly AI token spend across enterprise customers grew 1,001% from January 2025 to April 2026. The median company now dedicates nearly 15% of its software budget to AI tools. These aren't edge cases anymore. This is the new baseline.

Why This Is Fundamentally Different From Every SaaS Budget You've Managed

Enterprise software budgets have always been predictable: seat count multiplied by price, invoiced monthly, reconciled in twenty minutes. The CFO office was built for that model.

Token-based AI consumption is not that model. It scales with usage, compounds with agentic workflows, and generates costs throughout the month that finance teams don't see until the bill arrives. The structural mismatch between when spending happens and when it becomes visible is the root cause of every budget blowout.

The 78% of IT leaders who reported unexpected charges from consumption-based AI pricing models in 2026 — according to Zylo's SaaS Management Index — weren't failing at financial discipline. They were managing a new cost type with tools designed for the old one. Ninety percent of CIOs named AI cost forecasting as their top deployment challenge this year, according to Flexprice research. The finance operating model hasn't caught up to the consumption model yet.

The 30x Multiplier Hidden in Agentic Workflows

Here's the math that's breaking budgets: a standard chatbot interaction costs approximately $0.04, according to EY analysis. An orchestrated agentic workflow — where an AI model plans tasks, calls tools, spawns sub-agents, reads files, iterates across reasoning steps, and verifies outputs — costs approximately $1.20 per interaction. That's a 30x cost multiplier, and it's baked into the architecture of where enterprise AI is going.

GitHub's May 2026 research found that agentic coding tasks can consume roughly 1,000 times more tokens than a standard single-turn query. Per-developer token consumption grew 18.6x in nine months across enterprise organizations, according to TechCrunch reporting from June 2026. These aren't rounding errors. The economic assumptions enterprise teams built for chat-era AI tools are structurally wrong for agentic workflows.

The compounding mechanism is worth understanding. Every exploratory step an agent takes — reading a file, running a search, tracing a function, generating an intermediate result — accumulates in the model's context window. Each subsequent inference call processes that entire accumulated history, not just the new step. Computational cost scales roughly with the square of the sequence length. An eight-hour agentic development session can generate token charges that would have seemed implausible when the team licensed the tool six months earlier.

Model Upgrades Are Making It Worse

IBM's announcement of Bobalytics last week landed one day after a Microsoft internal evaluation documented another accelerant: upgrading from one generation of AI model to the next multiplied token consumption by a factor of 10 to 12 in complex agentic coding scenarios. One test run consumed 69 million tokens in a single task.

GitHub's June 1 shift to token-based billing for its 4.7 million paid Copilot subscribers generated projections of cost increases between 10x and 50x for developers running agentic sessions. The industry has simultaneously moved to token-based billing, shifted to agentic architectures, and pushed model capability upgrades — every one of these trends multiplies cost, and they're happening concurrently.

Goldman Sachs has forecast a 24-fold increase in total token consumption by 2030 as agentic AI scales across enterprise workflows. Gartner analyst Will Sommer has flagged the core trap explicitly: enterprises should not mistake falling token prices for falling enterprise AI costs. Agentic models require far more tokens per task than standard models, and consumption growth is outpacing unit-cost declines by a significant margin.

"Tokenmaxx" Culture Is a Budget Disaster Waiting to Happen

There's a behavioral dimension to this crisis that compounds the structural one. Amazon reportedly pushed teams internally to "tokenmaxx" — maximize AI usage — treating high token consumption as a proxy for AI adoption. Microsoft's own internal teams were doing the same, optimizing for engagement metrics before the bill arrived.

There is a 4,500x pricing spread between the cheapest and most expensive AI models currently available. A developer doing basic summarization who defaults to a frontier model for every task costs an organization orders of magnitude more than the same work assigned to a smaller, purpose-appropriate model. When organizations lack policy-level guardrails enforcing model-to-task matching, budget exposure scales with headcount — and it scales fast.

The Linux Foundation has responded by standing up a formal Tokenomics Foundation to develop industry standards for AI token tracking. That's a signal that the sector now acknowledges cost runaway as a structural problem requiring standardized infrastructure, not an edge case requiring internal policy fixes.

What the Vendors Are Building in Response

The market has recognized the crisis. Two significant governance responses arrived in the past two weeks.

IBM Bob + Bobalytics (July 9): IBM expanded its Bob agentic development platform with multi-agent orchestration and isolated subagents, combined with a built-in cost analytics dashboard called Bobalytics. The subagent architecture addresses the core cost mechanism directly: each subagent receives only the inputs it needs for its specific subtask, operates inside an isolated context window, and returns only the result — discarding intermediate steps and accumulated context. IBM states this approach, combined with task-aware model routing, achieves roughly a 40% reduction in AI compute spend, though this figure is IBM-stated and unaudited.

Bobalytics provides three visibility tiers: an administrator view covering seat usage, governance controls, and activity logs; a manager view showing team-level adoption patterns and value delivery; and a cost attribution layer that traces spend spikes to specific projects, workflows, and model invocations. Bob routes tasks across a pool that includes Anthropic Claude, Mistral open-source models, IBM's own Granite small language models, and specialized fine-tuned models — choosing by accuracy, performance, and cost profile rather than delegating that choice to individual developers.

Anthropic Claude Enterprise (July 2): Anthropic shipped administrative controls for Claude Enterprise including model-level entitlements, an analytics dashboard, and configurable spend-threshold alerts. This addresses the organizational policy gap: before this update, Claude Enterprise had no mechanism to enforce model-to-task matching at a policy level. An organization could have a blanket agreement that every developer should use Haiku for straightforward tasks, but no technical control to ensure it happened.

These releases signal a broader market shift. AI tooling vendors are building FinOps infrastructure into their platforms because enterprise customers are demanding governance before they will expand deployments.

What CIOs and CFOs Need to Do Now

The challenge is clear. Here's a practical framework for the leaders dealing with it:

1. Audit consumption before budgeting. Most 2026 AI budgets were set in fall 2025 based on chat-era usage patterns. If your budget was built on a per-seat model, it doesn't account for agentic consumption multipliers. Before any renewal or expansion decision, pull actual token consumption data and model it forward at 30x for agentic workflows.

2. Separate token metrics from outcome metrics. A token dashboard tells you what you spent. It doesn't tell you whether spending produced value. In conversations with CFOs dealing with this exact problem, the consistent gap is the same one Uber's COO identified: the link between spend and outcome isn't there yet. Tie token spend to specific projects, workflows, and business outcomes — not just to cost centers. Cost-per-outcome is the metric that matters.

3. Enforce model-to-task matching at the policy level. With a 4,500x pricing spread across AI models, developer choice is not a governance strategy. Set policy-level controls that assign task types to cost-appropriate models. Frontier models for complex reasoning, smaller models for summarization, classification, and retrieval. This single change can reduce token costs 40-70% without touching developer productivity on work that actually requires frontier capability.

4. Set spend-threshold alerts before problems compound. The Uber budget was gone before the finance team had visibility. Spend-threshold alerts with automatic escalation — not just reporting — need to be in place before deployment scales. Both Claude Enterprise and IBM Bobalytics now offer this infrastructure. Use it.

5. Build a FinOps function for AI. Cloud FinOps took a decade to mature, but enterprises that invested in it early controlled their cloud spend as a competitive advantage. The same dynamic is playing out in AI right now. The teams building governance infrastructure in 2026 will have a structural cost advantage over teams that wait.

The Bottom Line for Enterprise Leaders

The technical leaders I talk to across large enterprises are wrestling with a consistent reality: agentic AI delivers real productivity value, but the cost model requires governance infrastructure that most organizations don't have yet.

That gap is not a reason to slow down AI adoption. It's a reason to invest in the governance layer that makes adoption sustainable. Uber, Microsoft, and the others who hit the wall this year did so because they deployed at scale before building cost visibility. The lesson isn't that agentic AI is too expensive. It's that you can't manage costs you can't see.

The vendors are building the instruments. The question for CIOs and CFOs is whether they install them before the next billing cycle — or after it.


Sources:

Continue Reading

Share:
THE DAILY BRIEF
Enterprise AIAI CostsFinOpsAgentic AIBudget Management
Uber Burned Its AI Budget in 4 Months. Are You Next?

Uber blew its entire 2026 AI budget by April. Enterprise token costs are now a CFO crisis. Here's what's breaking budgets — and how to fix it.

By Rajesh Beri·July 11, 2026·9 min read

In December 2025, Uber rolled out AI coding tools to roughly 5,000 engineers. By April 2026 — just four months later — the entire annual AI budget was gone. Uber's COO Andrew Macdonald described it publicly: the budget he expected to need for the year was consumed by April. When pressed on whether Uber could trace that spending back to any consumer feature shipped to customers, his answer was blunt: "That link is not there yet."

This isn't a story about Uber being reckless. It's a warning signal for every enterprise that has deployed — or is planning to deploy — agentic AI at scale. Token costs have crossed a threshold. They are no longer an engineering line item. They are a boardroom crisis.

The Companies That Found Out the Hard Way

Uber wasn't alone. Microsoft revoked Claude Code licenses across an entire internal division before June 30, citing the same cost dynamics Uber discovered. A separate company reportedly accumulated a $500 million AI bill in a single month after deploying access without usage caps, according to reporting from Axios. A Priceline engineer burned through $40,000 in tokens in a single month — not from negligence, but from routine agentic coding workflows that no one had modeled correctly.

According to Ramp's April 2026 AI Index, monthly AI token spend across enterprise customers grew 1,001% from January 2025 to April 2026. The median company now dedicates nearly 15% of its software budget to AI tools. These aren't edge cases anymore. This is the new baseline.

Why This Is Fundamentally Different From Every SaaS Budget You've Managed

Enterprise software budgets have always been predictable: seat count multiplied by price, invoiced monthly, reconciled in twenty minutes. The CFO office was built for that model.

Token-based AI consumption is not that model. It scales with usage, compounds with agentic workflows, and generates costs throughout the month that finance teams don't see until the bill arrives. The structural mismatch between when spending happens and when it becomes visible is the root cause of every budget blowout.

The 78% of IT leaders who reported unexpected charges from consumption-based AI pricing models in 2026 — according to Zylo's SaaS Management Index — weren't failing at financial discipline. They were managing a new cost type with tools designed for the old one. Ninety percent of CIOs named AI cost forecasting as their top deployment challenge this year, according to Flexprice research. The finance operating model hasn't caught up to the consumption model yet.

The 30x Multiplier Hidden in Agentic Workflows

Here's the math that's breaking budgets: a standard chatbot interaction costs approximately $0.04, according to EY analysis. An orchestrated agentic workflow — where an AI model plans tasks, calls tools, spawns sub-agents, reads files, iterates across reasoning steps, and verifies outputs — costs approximately $1.20 per interaction. That's a 30x cost multiplier, and it's baked into the architecture of where enterprise AI is going.

GitHub's May 2026 research found that agentic coding tasks can consume roughly 1,000 times more tokens than a standard single-turn query. Per-developer token consumption grew 18.6x in nine months across enterprise organizations, according to TechCrunch reporting from June 2026. These aren't rounding errors. The economic assumptions enterprise teams built for chat-era AI tools are structurally wrong for agentic workflows.

The compounding mechanism is worth understanding. Every exploratory step an agent takes — reading a file, running a search, tracing a function, generating an intermediate result — accumulates in the model's context window. Each subsequent inference call processes that entire accumulated history, not just the new step. Computational cost scales roughly with the square of the sequence length. An eight-hour agentic development session can generate token charges that would have seemed implausible when the team licensed the tool six months earlier.

Model Upgrades Are Making It Worse

IBM's announcement of Bobalytics last week landed one day after a Microsoft internal evaluation documented another accelerant: upgrading from one generation of AI model to the next multiplied token consumption by a factor of 10 to 12 in complex agentic coding scenarios. One test run consumed 69 million tokens in a single task.

GitHub's June 1 shift to token-based billing for its 4.7 million paid Copilot subscribers generated projections of cost increases between 10x and 50x for developers running agentic sessions. The industry has simultaneously moved to token-based billing, shifted to agentic architectures, and pushed model capability upgrades — every one of these trends multiplies cost, and they're happening concurrently.

Goldman Sachs has forecast a 24-fold increase in total token consumption by 2030 as agentic AI scales across enterprise workflows. Gartner analyst Will Sommer has flagged the core trap explicitly: enterprises should not mistake falling token prices for falling enterprise AI costs. Agentic models require far more tokens per task than standard models, and consumption growth is outpacing unit-cost declines by a significant margin.

"Tokenmaxx" Culture Is a Budget Disaster Waiting to Happen

There's a behavioral dimension to this crisis that compounds the structural one. Amazon reportedly pushed teams internally to "tokenmaxx" — maximize AI usage — treating high token consumption as a proxy for AI adoption. Microsoft's own internal teams were doing the same, optimizing for engagement metrics before the bill arrived.

There is a 4,500x pricing spread between the cheapest and most expensive AI models currently available. A developer doing basic summarization who defaults to a frontier model for every task costs an organization orders of magnitude more than the same work assigned to a smaller, purpose-appropriate model. When organizations lack policy-level guardrails enforcing model-to-task matching, budget exposure scales with headcount — and it scales fast.

The Linux Foundation has responded by standing up a formal Tokenomics Foundation to develop industry standards for AI token tracking. That's a signal that the sector now acknowledges cost runaway as a structural problem requiring standardized infrastructure, not an edge case requiring internal policy fixes.

What the Vendors Are Building in Response

The market has recognized the crisis. Two significant governance responses arrived in the past two weeks.

IBM Bob + Bobalytics (July 9): IBM expanded its Bob agentic development platform with multi-agent orchestration and isolated subagents, combined with a built-in cost analytics dashboard called Bobalytics. The subagent architecture addresses the core cost mechanism directly: each subagent receives only the inputs it needs for its specific subtask, operates inside an isolated context window, and returns only the result — discarding intermediate steps and accumulated context. IBM states this approach, combined with task-aware model routing, achieves roughly a 40% reduction in AI compute spend, though this figure is IBM-stated and unaudited.

Bobalytics provides three visibility tiers: an administrator view covering seat usage, governance controls, and activity logs; a manager view showing team-level adoption patterns and value delivery; and a cost attribution layer that traces spend spikes to specific projects, workflows, and model invocations. Bob routes tasks across a pool that includes Anthropic Claude, Mistral open-source models, IBM's own Granite small language models, and specialized fine-tuned models — choosing by accuracy, performance, and cost profile rather than delegating that choice to individual developers.

Anthropic Claude Enterprise (July 2): Anthropic shipped administrative controls for Claude Enterprise including model-level entitlements, an analytics dashboard, and configurable spend-threshold alerts. This addresses the organizational policy gap: before this update, Claude Enterprise had no mechanism to enforce model-to-task matching at a policy level. An organization could have a blanket agreement that every developer should use Haiku for straightforward tasks, but no technical control to ensure it happened.

These releases signal a broader market shift. AI tooling vendors are building FinOps infrastructure into their platforms because enterprise customers are demanding governance before they will expand deployments.

What CIOs and CFOs Need to Do Now

The challenge is clear. Here's a practical framework for the leaders dealing with it:

1. Audit consumption before budgeting. Most 2026 AI budgets were set in fall 2025 based on chat-era usage patterns. If your budget was built on a per-seat model, it doesn't account for agentic consumption multipliers. Before any renewal or expansion decision, pull actual token consumption data and model it forward at 30x for agentic workflows.

2. Separate token metrics from outcome metrics. A token dashboard tells you what you spent. It doesn't tell you whether spending produced value. In conversations with CFOs dealing with this exact problem, the consistent gap is the same one Uber's COO identified: the link between spend and outcome isn't there yet. Tie token spend to specific projects, workflows, and business outcomes — not just to cost centers. Cost-per-outcome is the metric that matters.

3. Enforce model-to-task matching at the policy level. With a 4,500x pricing spread across AI models, developer choice is not a governance strategy. Set policy-level controls that assign task types to cost-appropriate models. Frontier models for complex reasoning, smaller models for summarization, classification, and retrieval. This single change can reduce token costs 40-70% without touching developer productivity on work that actually requires frontier capability.

4. Set spend-threshold alerts before problems compound. The Uber budget was gone before the finance team had visibility. Spend-threshold alerts with automatic escalation — not just reporting — need to be in place before deployment scales. Both Claude Enterprise and IBM Bobalytics now offer this infrastructure. Use it.

5. Build a FinOps function for AI. Cloud FinOps took a decade to mature, but enterprises that invested in it early controlled their cloud spend as a competitive advantage. The same dynamic is playing out in AI right now. The teams building governance infrastructure in 2026 will have a structural cost advantage over teams that wait.

The Bottom Line for Enterprise Leaders

The technical leaders I talk to across large enterprises are wrestling with a consistent reality: agentic AI delivers real productivity value, but the cost model requires governance infrastructure that most organizations don't have yet.

That gap is not a reason to slow down AI adoption. It's a reason to invest in the governance layer that makes adoption sustainable. Uber, Microsoft, and the others who hit the wall this year did so because they deployed at scale before building cost visibility. The lesson isn't that agentic AI is too expensive. It's that you can't manage costs you can't see.

The vendors are building the instruments. The question for CIOs and CFOs is whether they install them before the next billing cycle — or after it.


Sources:

Continue Reading

THE DAILY BRIEF

Enterprise AI insights for technology and business leaders, twice weekly.

beri.net

Subscribe at beri.net/subscribe for twice-weekly AI insights delivered to your inbox.

LinkedIn: linkedin.com/in/rberi  |  X: x.com/rajeshberi

© 2026 Rajesh Beri. All rights reserved.

Frequently Asked Questions

Did Uber really spend its entire 2026 AI budget in four months?

Yes. Uber exhausted its full-year 2026 AI coding budget by April 2026, roughly four months in, after rolling AI tools out across its engineering workforce. COO Andrew Macdonald said publicly that the company could not yet draw a clear line between that token spend and additional useful consumer features shipped to customers.

Why are agentic AI workflows so much more expensive than chatbots?

Agentic workflows plan tasks, call tools, spawn sub-agents, read files and iterate across many reasoning steps, so each run consumes far more tokens than a single chat query. Every step accumulates in the context window and gets reprocessed on the next call, and compute scales roughly with the square of sequence length. Analysts cite cost multipliers from ~30x per interaction up to ~1,000x more tokens for some agentic coding tasks.

How can enterprises control runaway AI token costs?

Audit actual token consumption before setting budgets, tie spend to specific projects and business outcomes rather than cost centers, enforce model-to-task matching at the policy level so cheap tasks do not default to frontier models, set spend-threshold alerts with automatic escalation before deployments scale, and build a dedicated FinOps function for AI. Vendors including Anthropic (Claude Enterprise) and IBM (Bobalytics) now ship spend controls and cost analytics to support this.

Newsletter

Stay Ahead of the Curve

Weekly enterprise AI insights for technology leaders. No spam, no vendor pitches—unsubscribe anytime.

Subscribe