Token Budget Wars: Enterprise AI Enters the 'Accounting Era'

marsbitОпубликовано 2026-05-28Обновлено 2026-05-28

Введение

Token Budget Wars: Enterprise AI Enters the "Accounting Era" Enterprise AI is shifting from the question of "whether to adopt" to "how to account for it." As AI inference costs evolve from experimental budgets into ongoing operational expenses, CEOs and CFOs are demanding proof of value: what tangible results does each dollar spent on tokens deliver? The core of "Token Budget Wars" is not simply about reducing AI bills, but about intelligently allocating compute resources. It involves determining which business processes warrant more computational power, which tasks can use cheaper models, which can be outsourced or handled manually, and which are merely inefficient consumption. A key insight is that AI usage (token consumption) does not equal value. While SaaS usage indicated software adoption, AI token usage only indicates the "meter is running." The same workflow can cost vastly different amounts due to factors like prompt quality, context, model choice, and retries. The critical metric for scaling is "marginal token utility"—the business value created per additional dollar of inference cost. However, this is difficult to measure due to challenges like the long tail of retries, context inflation (where costs can scale quadratically with context length), and inefficient model routing (defaulting to the most powerful model for all tasks). The competition for token allocation is intensifying because, in the AI era, influence is tied to how much intelligence one can comman...

Original Title: Token Budget Wars

Original Author: Jaya Gupta

Original Translator/Compiler: Peggy

Editor's Note: Enterprise AI is moving from the stage of 'whether to adopt' to the stage of 'how to account for it'.

Over the past two years, many companies pushed employees to use AI, more to keep up with technological trends and competitive pressures. But when AI inference costs shift from experimental budgets to ongoing operational expenses, CEOs and CFOs are beginning to ask a more practical question: How much value is AI actually creating? What tangible outcome is gained for each dollar of token cost?

This is the heart of the 'Token Budget Wars.' The so-called token budget war is not just about companies wanting to lower their AI bills; it's about reassessing which business areas deserve more computing power, which tasks should be switched to cheaper models, which processes can be outsourced or done manually, and which are just wasteful consumption.

The most notable point of the article is that AI usage volume does not equate to value. In the SaaS era, usage typically indicated software adoption; but in the AI era, token consumption only tells us 'the meter is running.' The same workflow can incur costs that differ by multiples due to variations in prompts, context, model selection, and retry counts. A higher bill could mean AI is genuinely doing work, or it could mean the system is wasting effort.

Therefore, the next phase of enterprise AI hinges not just on model capability, but on the ability to correlate token costs with business outcomes. The first phase proved AI can perform tasks; the second phase must answer: Are these tasks worth paying for?

Below is the original text:

Enterprise AI Has Shifted from 'Whether to Adopt' to 'How to Allocate.'

In the corporate C-suite, the new 'currency' is your ability to quantify the ROI of AI investment. Every functional department is being asked the same question: What did you produce? What was the cost? For the past two years, CEOs, while waking up to Jim Cramer on CNBC (#bearish) and watching competitors announce productivity gains, have demanded their companies use AI across the board. The real pressure now comes from the follow-up question: Show me the proof of value.

Claude was launched in November 2025, by which time most enterprises' 2026 annual budgets were already locked. By the first quarter, actual enterprise usage far exceeded original plans. Inference costs are no longer just a line item for experimentation but have become an ongoing operational expense. This brings a new question: Where is AI actually creating value?

This question is difficult to answer because the utility of tokens is not quantified. The bill doesn't tell you whether this expense replaced labor, generated revenue, reduced risk, accelerated a process, or was just a group of engineers spamming tokens for a leaderboard (#metamates). When spending is only a few hundred thousand dollars, it still looks like an experiment. But beyond a certain threshold, say seven figures, it becomes infrastructure. Technical differences begin to materially impact the P&L: the same workflow, the same inputs, could have token costs 5 to 10 times different between two runs, with no apparent surface-level issue. At experimental scale, this variance is expensive; at infrastructure scale, it becomes a number the CFO must explain to the CEO.

Call it 'marginal token utility': the business value created per additional dollar of inference cost. This is the number that truly matters at scale, and the one most companies currently cannot see.

Boardroom questions are shifting from 'Is AI useful?' to 'Where is AI actually providing leverage?' Precisely because of this, the so-called token budget war is essentially a battle over the allocation of tokens.

The fight over token ownership is heating up quickly because it collides with a thirty-year-old executive instinct: a large team means a big title, large scope of responsibility, and greater power. In the past, the visible marker of a senior executive's success was the size of their team—direct reports, indirect reports, headcount on the org chart.

But when intelligence becomes the scarce resource, the new marker becomes: how much intelligence you can command.

AI spending is essentially competing with labor costs.

Most AI budget requests are essentially one of three claims: replacing outsourced labor, replacing internal labor, or creating new revenue.

An employee has a salary. A BPO contract has a price per ticket, claim, invoice, or review. Humans understand these units. But inference cost is more complex because the final cost to complete a task depends on how the system runs during execution. A claims task that requires three retries, manual fixes, and calls to a frontier model might be more expensive than the outsourced labor it was meant to replace. That's why the conversation is turning to: What is the cost per outcome? Like per resolved ticket, per processed claim, per reviewed contract, per completed invoice, per job opening avoided, per customer retained, or per dollar of revenue converted.

Executives have realized BPO is the easiest place to establish a baseline because that work is already priced per 'unit completed.' Comparing internal employees to AI is much harder because an employee does many things in a day, including scrolling TikTok during lunch; productivity gains often show up as avoided hires or dispersed capacity release; and managers resist cutting headcount based on partial automation. BPO provides a quantifiable baseline for business teams.

This differs from the logic of SaaS. SaaS trained businesses to treat usage as a proxy for value.

AI breaks this. The same workflow can consume vastly different amounts of inference resources depending on the prompt, retrieved context, model selected, tools called, retry count, and whether the agent gets stuck. The unit on the bill—the token—is stable, but the workload it represents is not.

More accurately: signal and noise use the same unit of measurement. A rising token bill could mean real work is getting done; but it could also mean compute is being wasted on bad prompts, irrelevant context, unnecessary tool calls, repeated reasoning, and over-capable models. Two companies could have identical token bills, but the underlying operations are completely different: one is converting inference into results, the other is paying for wasted effort, and both look identical on the invoice lines.

SaaS usage tells you: the software has been adopted. AI usage can only tell you: the meter is running. It doesn't tell you whether the company is actually moving.

Why Is Marginal Token Utility Hard to See?

There are three main reasons.

First, the long tail of retries. If the probability an agent correctly completes a workflow on the first try is p, the expected token consumption per *solved* workflow roughly scales as T/p, where T is the base cost. If the completion rate drops from 90% to 70%, the effective cost per problem solved increases by about 28%, not 20%, because failures have a compounding effect. In enterprise workflows, inputs are often messy, and edge cases matter. Failure not only lowers accuracy but also changes the economics.

Second, context inflation. For operations heavily reliant on attention mechanisms, inference costs roughly scale O(n²) with context length. So, doubling context length roughly quadruples inference cost. Everyone wants the model to have enough information, so systems tend to oversupply: five documents would suffice, but retrieval fetches fifty; connectors dump entire email threads; agents carry stale conversation history forward.

Third, routing. When teams don't know which model is 'good enough,' the default is to use the most powerful one. A basic classification task might run on the same model meant for complex reasoning. At millions of calls, routing simple tasks to smaller models versus running everything on a frontier model is often the difference between a manageable bill and a board-level problem.

Non-software industries will feel this pain as a 'transformation.' Software companies will see it first because the work being optimized is already heavily instrumented. Engineering teams have metrics for PRs, commits, deploys, incidents, cycle time, MTTR, and these are linked to product. While not perfect, this work is easier to measure.

Non-software enterprises will feel this problem more profoundly because their work is operational. Like claims, underwriting, customer service tickets, compliance reviews, supply chain anomalies, payment disputes. Or, companies with real-world assets face the same issue. These workflows were traditionally measured in headcount, cycle time, SLA attainment, and error rate, often with higher requirements to stand up in an audit, not just be correct on average. The work unit and cost unit don't speak the same language or reside in the same organization. The tech team sees token consumption, the business sees workflow changes, but connecting the two requires multiple teams to first agree on 'what we're even measuring.'

I think software companies will experience the token budget war as a productivity measurement problem, aligning with many 'AI layoffs'; non-software enterprises will experience it as a transformation problem.

The missing layer is attribution from tokens to outcomes. Enterprises need a translation layer connecting inference spend to work completed and business results generated. This layer must answer three questions: What is the true cost of this workflow, including retries and fixes? In the agent's execution trace, which parts were essential, and which were wasted cycles? Did this work change the operating model—like fewer tickets per agent, shorter claims cycles, smaller BPO budgets, delayed hiring? The next level is outcome attribution in business language. Not just 'this workflow cost $2.13,' but: This type of claim is cheaper with an agent than BPO, but if the policy requires an extra exception document, the long tail of retries destroys the economics.

Measurement becomes memory. To connect a token to an outcome, a company must capture everything that happened in between: what the agent saw, what it retrieved, which tools it called, what it ignored, where it retried, when it was overridden by a human, which exception rule applied, which precedent mattered, and why one path succeeded while another failed. The measurement layer must log the decision trail, which is precisely what enterprises have almost never truly possessed. Logging systems capture what happened, but rarely why. A CRM can tell you a deal slipped, but not the unwritten judgment behind a sales forecast.

Reasoning behind decisions is one of the most perishable, most corruptible assets in a company because it lives in Slack threads, email chains, escalation meetings, and people's heads. The problem is, people leave, and processes change.

AI changes this because agents generate traces. Every retrieval, tool call, retry, escalation, human correction, and final decision becomes part of a path from context to action to outcome. Initially, companies capture these traces to justify spend. But once captured, these traces become more valuable than the cost report itself, as they turn into a durable record of how the organization actually makes decisions. (Ahem, context graph, though I'm quite tired of hearing that term lately.)

The allocation layer is the real prize. If inference becomes a metered resource in a company's operating model, then every dollar must justify itself. Which vendors can explain when tokens converted to outcomes, when they didn't, and why?

Enterprises won't figure this out entirely on their own. They'll buy it as a transformation. The Fortune 500 has seen this playbook before: buckle up, hire McKinsey, recruit every former Palantir employee on the market, and drive change top-down from the CEO. Token-to-outcome attribution will arrive similarly to ERP, BI, and digital transformation: as a 'program' with executive sponsorship, underpinned by infrastructure, eventually becoming the new source of truth. Founders who can do this will build different founding teams and be different archetypes themselves from traditional founders.

Whoever masters token-to-outcome attribution gets to make allocation decisions: which workflows deserve more compute, which should be capped, which should switch to cheaper models, which stay human, which can replace BPO. And once you can make those decisions, you control the flow of AI spend inside the enterprise and gain the trust needed to allocate that resource.

The first phase of enterprise AI proved: models can do work. The next phase will determine: how much of that work is worth paying for. As Charlie Munger said: Show me the incentive, and I'll show you the outcome.

Original Link

Связанные с этим вопросы

QAccording to the article, what is the core issue in the 'Token Budget Wars'?

AThe core issue is not just about lowering AI bills, but about accurately linking token costs to specific business outcomes. It's about determining which tasks are worth the compute cost, which should use cheaper models or be done by humans/BPOs, and which are simply inefficient or wasteful consumption. The key challenge is measuring the 'marginal token utility'—the actual business value created per additional dollar spent on inference.

QHow does AI token consumption differ from traditional SaaS usage as a measure of value?

AIn the SaaS era, high usage typically indicated software adoption and value. In the AI era, token consumption (the 'meter running') only indicates that resources are being consumed. The same workflow can have vastly different token costs due to factors like prompts, context, model choice, and retries. A high token bill could mean real work is being done or that resources are being wasted on inefficiencies, making token count alone a poor proxy for business value.

QWhat are the three main reasons identified in the article for why 'marginal token utility' is difficult to measure?

AThe three main reasons are: 1) The Retry Long Tail: Failed attempts compound costs, so a drop in success probability increases the effective cost per solved task more than proportionally. 2) Context Inflation: Over-provisioning context (e.g., retrieving 50 documents instead of 5) causes costs to scale roughly quadratically with context length. 3) Routing: Defaulting to the most powerful model for all tasks, even simple ones, leads to massively inflated costs at scale compared to using appropriately sized models.

QWhat is the 'missing layer' needed to resolve the token budget challenge, and what key capability must it provide?

AThe missing layer is the attribution layer that connects token expenditure to business results. It must be able to trace and record the 'decision trajectory' of AI agents—capturing what they retrieved, what tools they called, where they retried, when human intervention occurred, and why certain paths succeeded or failed. This transforms measurements into a persistent 'memory' of how decisions are actually made, which is more valuable than cost reports alone.

QUltimately, what power does controlling the 'token-to-outcome attribution' provide within an enterprise?

AControlling the token-to-outcome attribution provides the power to make allocation decisions. It determines which workflows deserve more compute, which should be rate-limited, which should switch to cheaper models, which should remain human tasks, and which can replace BPO contracts. This control over the flow of internal AI spending grants the trust and authority to allocate this critical, scarce resource—intelligence.

Похожее

Three Years Later: Looking Back on My 2023 Predictions for ChatGPT

Looking Back After Three Years: Revisiting My 2023 Predictions on ChatGPT In March 2023, shortly after ChatGPT's debut and before GPT-4's release, I made over twenty predictions about AI's future based on limited information and intuition. Now, in May 2026, I revisited those forecasts using an AI-driven analysis with 41 Opus 4.8 agents to cross-reference them with the latest data. The assessment used symbols: ✅ Correct, 🟢 Mostly Correct, 🟡 Partially Correct, ❌ Incorrect. Overall, the directional judgments held up well, with only one major factual error regarding GPT-4's rumored parameter size (incorrectly cited as 100T). However, nuances and degrees of accuracy revealed more. **What Was Largely Correct:** Predictions about mechanisms and directions proved accurate. The rise of RAG (Retrieval-Augmented Generation) as the standard architecture for combating AI hallucination was confirmed, as was the transformative potential of LUI (Language User Interface) in creating a new industry layer atop GUIs. The emergence of "robot networks" (agent-to-agent communication protocols) and China's rapid catch-up in developing capable large models (closing the performance gap with top models to ~2.7%) were also on point. The analysis affirmed that LLMs lack consciousness and that the Turing Test merely measures perceived intelligence. **What Was Off Target:** Errors often involved specific numbers, over-optimistic timelines, or misjudged distributions. The prediction that value would primarily accrue to the application layer was half-right but missed NVIDIA's dominance as the profitable infrastructure layer. Forecasts about AI circumventing copyright issues and fostering a "global common ground" by averaging human viewpoints were incorrect; instead, major copyright settlements occurred and AI personalization is increasing. Estimates for model training costs ("$5-10 billion cap") were significantly off, underestimating frontier costs and overestimating replication costs. The notion that LLMs could never do complex math without tools was disproven by later models winning IMO gold. **Key Patterns from the Review:** 1. **Direction over precision:** Judgments about mechanisms and trends were more reliable than specific numbers or definitive statements. 2. **Timing bias:** There was a tendency to overestimate short-term speed but underestimate long-term magnitude and transformation. 3. **The distribution blind spot:** Aggregate-level correctness often masked uneven impacts (e.g., on young professionals' employment). 4. **The value of qualifiers:** Predictions framed with caution (e.g., "reportedly," "for now," "prototype in 2-3 years") aged better. 5. **Some debates continue:** Issues like the nature of "emergent abilities" or machine consciousness remain unresolved. This three-year review highlights that while seeing the big picture is crucial, humility regarding specifics, timelines, and disparate impacts is essential for future forecasting.

链捕手13 мин. назад

Three Years Later: Looking Back on My 2023 Predictions for ChatGPT

链捕手13 мин. назад

AI Bubble Warning: AI Investments Are Negative Returns for Most Tech Giants

The article issues a stark warning about a potential AI investment bubble. It notes that while the AI boom shares similarities with the TMT bubble of the late 1990s, its scale is vastly larger, currently driving 93% of U.S. GDP growth. Major hyperscale cloud providers like Microsoft, Alphabet, Amazon, Meta, and Oracle are planning to invest trillions in AI data centers over the coming years. However, calculations based on analyst projections for 2025-2030 reveal a concerning math problem: expected capital expenditure growth far outpaces projected revenue growth. Even under an extremely optimistic scenario of zero costs, the implied return on investment for most of these tech giants (except Amazon) is deeply negative. This suggests that the current trajectory could lead to one of history's largest shareholder value destruction events. The piece outlines two potential escapes: AI generating vastly more revenue than currently anticipated—a near-impossible task—or a significant cutback in the planned investment splurge. The latter scenario could trigger a domino effect, severely impacting the entire tech supply chain (from Nvidia to TSMC), potentially pushing the U.S. economy into recession, and causing a major stock market downturn. The author suggests upcoming high-profile IPOs by companies like OpenAI and Anthropic might represent a transfer of risk from early investors to public market participants. While the peak of the hype cycle might sustain investment through 2026, the fundamental financial dilemma remains unresolved, setting the stage for a potential market correction in 2027 or 2028, similar to the years following Alan Greenspan's "irrational exuberance" warning.

marsbit1 ч. назад

AI Bubble Warning: AI Investments Are Negative Returns for Most Tech Giants

marsbit1 ч. назад

From Tokens to Machine Labor: AI is Shifting from Tool to "Worker"

The article "From Token to Machine Labor: AI is Evolving from Tool to 'Worker'" argues that the business model for AI is shifting beyond simply selling computational resources (tokens, GPU hours) or model access. Instead, a new "machine labor market" is emerging, where the core economic transaction is the purchase of economically useful work directly performed by software. The central thesis is that AI pricing will evolve through four stages: 1) raw tokens, 2) standardized LLM capabilities (e.g., text generation), 3) industry-specific labor markets (e.g., legal review, radiology), and finally 4) a programmable results market where tasks like resolving a support ticket are bid on and priced based on outcome. In this future, buyers will care less about *which* model or GPU completes a task and more about whether the work meets specified standards for accuracy, latency, and cost. This transition reframes the impact of AI on human labor. Rather than simple replacement, it suggests a re-coordination where machines handle standardized, verifiable work, freeing humans for roles involving oversight, context management, responsibility, and final judgment. In some cases, this "last 1%" of human input becomes more valuable as it enables the other 99% to be automated. Furthermore, as AI reduces the cost of work, demand may expand, creating larger markets (e.g., 24/7 customer service) rather than just cheaper versions of existing ones. The article concludes that while infrastructure (GPUs, models, tokens) remains crucial upstream, the market is converging on a simpler, tradeable unit: machine labor that can be defined, measured, priced, and procured based on contractible specifications.

marsbit1 ч. назад

From Tokens to Machine Labor: AI is Shifting from Tool to "Worker"

marsbit1 ч. назад

Xiaomi MiMo's 99% Price Cut is Not Marketing! Luo Fuli Posts on X to Refute Critics

The price of Xiaomi's MiMo-V2.5 series API has been permanently reduced by up to 99%, specifically for the "Input (Cache Hit)" cost, which covers users re-reading historical context in long conversations. MiMo's head, Luo Fuli, published a detailed technical blog to clarify that this drastic price cut stems from genuine engineering breakthroughs, not a marketing stunt or a simple price war. The core of the achievement lies in six key engineering optimizations. First, the model architecture adopts a Hybrid Sliding Window Attention (SWA), reducing the memory footprint (KVCache) to 1/7th of a traditional model. Second, a dual-pool memory management system actually utilizes these savings, allowing a single GPU to handle over 5 times more concurrent users. Third, an upgraded prefix caching mechanism achieves a cache hit rate of 93-95% for repeated reads, meaning most such requests bypass GPU computation entirely. Fourth, a self-developed distributed cache (GCache) utilizes idle SSD space on existing GPU servers, eliminating additional storage costs. Fifth, an intelligent scheduling system (LLM-Router) efficiently routes requests to maximize cache reuse and performance. Sixth, Multi-Token Prediction (MTP) accelerates the model's text generation ("output") side. Together, these systemic optimizations dramatically lower the real computational cost per request, enabling the 99% price reduction for cached inputs while reportedly maintaining positive gross margins. Luo Fuli's disclosure aims to shift the narrative from "price war" to a demonstration of substantive AI engineering progress.

marsbit3 ч. назад

Xiaomi MiMo's 99% Price Cut is Not Marketing! Luo Fuli Posts on X to Refute Critics

marsbit3 ч. назад

$26 Billion: An 'All-Chinese Team' Backs the World's Highest-Valued AI Programming Company

Cognition AI, the company behind the AI programmer "Devin," has raised over $1 billion in new funding at a valuation of $26 billion, just eight months after reaching a $10.2 billion valuation. The round was led by Lux Capital, General Catalyst, and 8VC. Founded by three young Chinese entrepreneurs with strong competitive programming backgrounds, Cognition initially gained fame with Devin, marketed as the world's first AI software engineer capable of handling tasks from start to finish. While its early demos were impressive, real-world usage revealed reliability and cost-effectiveness issues, leading to a significant price cut for Devin in 2025. A pivotal moment came when Cognition acquired the assets of AI IDE company Windsurf after a failed acquisition by OpenAI. This move gave Cognition a crucial developer-facing tool, allowing it to pursue a two-pronged strategy: Devin for autonomous task execution and Windsurf for integrated, collaborative coding within an IDE. This shift helped the company move away from the controversial "AI replacement" narrative towards a model of augmenting human engineers, particularly for repetitive or maintenance tasks. This strategic pivot is backed by strong commercial metrics. The company reports a 10x increase in enterprise usage this year, with an annual revenue run-rate of $492 million and a 50% month-over-month growth in enterprise Devin usage over the past six months. Its client list now includes major corporations like Goldman Sachs and Mercedes-Benz, as well as government agencies like NASA and the U.S. Army. Investors are betting on Cognition becoming a foundational piece of next-generation software engineering infrastructure, positioning it at the center of a hybrid future where AI agents and human developers work in tandem.

marsbit3 ч. назад

$26 Billion: An 'All-Chinese Team' Backs the World's Highest-Valued AI Programming Company

marsbit3 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Как купить ERA

Добро пожаловать на HTX.com! Мы сделали приобретение Caldera (ERA) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки Caldera (ERA).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение Caldera (ERA)После приобретения вами Caldera (ERA) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля Caldera (ERA)С легкостью торгуйте Caldera (ERA) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

718 просмотров всегоОпубликовано 2025.07.17Обновлено 2025.07.17

Как купить ERA

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на ERA (ERA) представлены ниже.

活动图片