The Hidden Cost of Brute-Force AI
Pega CEO Alan Trefler made a quiet observation in June 2026 that cuts to the heart of enterprise AI: "Tokenmaxxing is ridiculous."
He's not wrong. Across industries, companies are confronting an uncomfortable reality. Token costs are exploding not because AI is getting intrinsically expensive, but because teams are solving problems by brute-forcing more tokens instead of building smarter systems.
Uber blew through its entire 2026 AI budget by April. Not because coding was expensive - but because their LLM integration was inefficient. Microsoft reports are exposing this systematically: Using AI is now more expensive than paying the human it's supposed to replace. Fortune reports US companies are winning on adoption rates but "getting pummeled by costs." The irony: Higher adoption means higher waste.
But here's the hidden crisis: Companies aren't fixing the underlying problems. They're just spending more.
The Tokenmaxxing Paradox
Token costs don't scale linearly with capability. They scale with architectural inefficiency.
When you prompt-engineer your way out of a problem instead of building context properly, you add tokens. When you call the LLM 50 times for something that could run 5 times, you multiply costs. When you use GPT-4 for a task that works fine on GPT-3.5, you're not getting better results - you're masking a workflow problem with premium model pricing.
The industry term is emerging: "Tokenmaxxing." It's the practice of solving AI problems by escalating spend instead of redesigning systems.

Lanai's Token Tuner report (June 2026) mapped token spend across 150+ enterprises and found three core failure modes:
-
Context Bloat - Teams throw entire documents, databases, and historical context at prompts because retrieval (RAG) systems are hard to build right. Instead of retrieving exactly the 200 tokens needed, they load 5,000 tokens of document context. A properly architected context layer runs at 10% of the current token cost.
-
Orchestration Waste - Multi-agent systems call the LLM redundantly. Instead of designing agents to delegate work efficiently, teams add more expensive model calls to fix poor coordination. Trefler's observation: semantic understanding of data (which costs nothing) would eliminate 40-60% of unnecessary token calls. Companies are paying GPT-4 prices to solve coordination problems that should be pure logic.
-
Model Escalation - Running expensive models for all queries instead of routing cheaper models to simple tasks. Fortune reports enterprises are paying 3-5x more per task than necessary because they lack token spend visibility. The default is always "use the most capable model" even for tasks like classification or simple lookups that cost pennies on smaller models.
The Visibility Crisis That Makes Tokenmaxxing Invisible
Here's what makes tokenmaxxing insidious: It's invisible to finance and organizational oversight.
Traditional FinOps (financial operations for cloud) tracked compute, storage, bandwidth - clear categorical costs with predictable scaling models. Token spend doesn't fit those categories. Your DevOps team can't see it flowing through infrastructure costs. Your FinOps framework doesn't measure it. Your CFO sees "AI costs escalated 8x in Q2" but can't trace it to architectural decisions. The buck-passing is perfect: Engineering says it's necessary for performance. Finance says that's not their domain. The tokens keep flowing.
Lanai's Token Tuner research (June 2026) involved enterprises mapping token spend to workflows for the first time. What they discovered was stunning:
- 35% of token spend comes from unnecessary model escalation (paying for GPT-4 when GPT-3.5 works identically)
- 28% from redundant API calls (agents asking the same question twice in different ways)
- 19% from context bloat (sending 50KB of documents when 5KB would suffice)
- 18% from retry loops and inefficient error handling
For a typical 10,000-employee enterprise using agentic AI, that breakdown equals approximately $4 million per year in preventable waste.
And that's just the waste they could see. Gartner's May 2026 report warns that many enterprises lack the semantic data foundations to even identify overspending. They're flying blind.
Why Teams Tokenmaxx Instead of Building Right
Tokenmaxxing spreads because it's the path of least resistance - and it's rewarded.
Building a real data foundation (semantic models, proper retrieval architectures, deduplication logic) takes 8-12 weeks. Requires skilled engineers. Has implementation risk. Upgrading to a more expensive model takes 2 days. Adding more context to prompts takes 30 minutes. Zero risk.
When you're under deadline pressure to ship agentic AI by Q3, ship a proof-of-concept by Friday, or demonstrate adoption metrics to the board, you don't redesign your data pipeline. You add tokens.
This is especially true in marketing organizations. CMOs are under pressure to "prove AI adoption" and "accelerate digital transformation." The easiest proof point is shipping more agents faster. The easiest way to ship faster is to skip architecture and tokenmaxx.

Microsoft's AI adoption report (May 2026) shows something revealing: 67% of AI projects that "succeeded" internally did so by escalating spend, not improving efficiency. Companies report AI adoption wins while token bills quietly triple. Executives celebrate the feature shipment. Finance flags the cost spike four months later.
This is the inverse of Moore's Law. As AI models improve and get cheaper, companies manage to spend more anyway by using more tokens.
The Structural Problem: Tokens Reveal Hidden Inefficiencies
The real issue: Token costs reveal architectural problems that were always there.
Your retrieval system is slow and misses half the relevant documents? Add tokens (more LLM calls to reason about which context is actually needed). Your agents don't coordinate and make redundant decisions? Add tokens (more thinking, more retries). Your data is messy with duplicates and inconsistencies? Add tokens (more context so the LLM can reason around the mess).
This is the opposite of good engineering. Good engineering solves problems at their root. Tokenmaxxing solves them by paying more.
And it creates a compounding trap: The more you tokenmaxx, the less visible your real inefficiencies become. When your baseline is "we're spending 3x more than last quarter," you stop asking why the system needs to spend that much. You normalize it.
The trap tightens when you consider switching costs. Once you've built agentic systems on tokenmaxxing assumptions, redoing the architecture means rewriting all the agents. So you don't. You commit further.
By late 2026, enterprises will face a reckoning. Token costs will plateau (models won't get cheaper as fast as usage grows - a physics constraint). Budget cuts will follow inevitably. And companies that invested in tokenmaxxing instead of architecture will have no way to reduce costs without rebuilding everything.
How Agentic AI Amplifies Tokenmaxxing
Agentic AI amplifies tokenmaxxing because agents are inherently less efficient than constrained, deterministic systems.
An agent can't just execute Task A. It has to reason about Task A, consider alternatives, handle edge cases, decide when to ask for help, potentially retry. Each decision point is a token call. If your agent architecture is loose, it multiplies.
Gartner (May 2026) nailed it: "Lack of semantics causes inaccurate agents and wasted spending." Companies building agentic systems without semantic data foundations are essentially tokenmaxxing by necessity. The LLM has to do all the reasoning work that a well-structured system would have handled in pure logic layers.
This is why Salesforce Agentforce, despite early wins, is already seeing adoption walls. Companies quickly discover: An unconstrained agent on bad data is just an expensive way to amplify your data problems.
Example: A marketing team builds an AI agent to manage ad spend across channels. Without semantic data (clear definitions of audience, budget rules, channel capabilities), the agent has to use LLM reasoning to figure out what's allowed and what isn't. That's 200 tokens per decision. With semantic data, it's logic gates (no tokens). Multiply across 500 decisions per day, 250 business days per year: 25 million unnecessary tokens annually. At current rates, that's $150,000+ per year per agent.
The Broken Efficiency Narrative
Here's the marketing narrative everyone believed in 2025: "AI increases productivity by 40%."
It does. But for every dollar of productivity gained, enterprises are spending $1.20 on AI. The math is broken.
This only works if costs decline faster than adoption grows. But they're not. Model pricing hit floors in early 2026 (Anthropic, OpenAI, and Google all reached price parity around $0.003 per 1K input tokens). Usage is accelerating past efficiency gains. The gap closes.
By 2027, the "AI efficiency gain" story will flip. CFOs will face a reckoning: We deployed AI for productivity. We got productivity. We also got 3-5x higher operational costs. That's not efficiency - that's tokenmaxxing dressed up as transformation.
One quick metric: Track ROI as (productivity gain x average employee salary) / total AI cost. For most enterprises executing tokenmaxxing strategies, that number is below 1.2. You're spending more than the value you're capturing.
The Path Forward (And Why Most Companies Ignore It)
Fixing tokenmaxxing requires architectural discipline. It's not hard. It's just unglamorous:
-
Map every token to business impact - Trace token spend to specific workflows and measurable outcomes. Require token cost reduction alongside any feature addition. Don't accept "AI costs are hard to measure." They're not.
-
Route models by task complexity - Use cheap models (GPT-3.5, Claude Haiku) for 70% of queries (classification, lookup, simple reasoning). Reserve expensive models (GPT-4, Claude 3 Opus) for genuine reasoning-heavy tasks.
-
Fix your data foundation first - Bad data forces you to use expensive models to "think around" the mess. Investing in clean, semantically clear data lets cheap models work fine.
-
Constrain agentic systems relentlessly - Don't build agents that can think about anything. Build agents that solve specific problems with bounded reasoning and clear guardrails.
-
Stop adding context, start optimizing retrieval - If your RAG requires dumping entire documents into context to get decent results, your retrieval system is broken. Fix it instead of paying for tokens.
This isn't novel. It's just engineering discipline. But discipline is hard when your VP of Engineering is under pressure to "accelerate AI adoption by Q3" or your CMO is chasing adoption metrics.
The Hidden Cost: Tokenmaxxing Signals Organizational Dysfunction
Here's what nobody talks about: Tokenmaxxing is a leading indicator of organizational dysfunction.
Companies that spend heavily on AI tokens aren't more innovative - they're often less disciplined. They're using AI spend to cover for architectural problems, data problems, and process problems that would normally trigger operational reviews.
In Q1 2027, when detailed token cost audits happen (they will), the companies that tokenmaxxed will discover their AI projects have no measurable ROI. They spent $3-5 million on tokens. They got features and operational drag.
Companies that architected well will show 3-5x better token efficiency and measurable business impact.
One path leads to budgets being cut and momentum lost. The other leads to expansion and compounding returns. Both paths are visible today - you just have to measure tokens.
Alan Trefler was right. Tokenmaxxing is ridiculous.
The tragedy is that it's systemic and largely invisible. Until enterprises build token spend visibility into their FinOps frameworks and tie it to outcomes, they'll keep funding it unconsciously.
The clock is ticking. By late 2026, the token bill comes due.