Skip to main content
  • Home
  • Tech
  • “Cut Token Consumption”: Companies Turn to AI Cost Optimization as Competition Shifts from Performance to Efficiency

“Cut Token Consumption”: Companies Turn to AI Cost Optimization as Competition Shifts from Performance to Efficiency

Picture

Member for

1 year
Real name
Niamh O’Sullivan
Bio
Niamh O’Sullivan is an Irish editor at The Economy, covering global policy and institutional reform. She studied sociology and European studies at Trinity College Dublin, and brings experience in translating academic and policy content for wider audiences. Her editorial work supports multilingual accessibility and contextual reporting.

Modified

Corporate AI token consumption rising rapidly as cost pressures become more visible
Efficient model-management strategies spreading to eliminate unnecessary token use
AI providers launching services and solutions focused on reducing customer costs

The center of competition in the artificial intelligence industry is shifting toward cost management. As corporate AI services move beyond the proof-of-concept stage and enter full commercial deployment, the financial burden created by rapidly expanding token consumption is becoming increasingly visible. Companies are consequently moving away from the indiscriminate application of the most powerful models and adopting strategies designed to improve performance relative to cost. AI providers are responding to the same pressure by broadening a market contest previously centered almost exclusively on model capability to include operating efficiency, usage transparency, and measurable returns on investment.

The Hidden Cost of Widespread AI Adoption

According to an analysis released by IT research and advisory firm Gartner on July 20, the global market for AI platforms and models is expected to expand by 63.4% year on year to $64.25 billion in 2026. The market for domain-specific language models and specialized generative AI systems is projected to grow even more rapidly, increasing by 210% to $4.91 billion. That rate substantially exceeds the projected 104.2% growth of the general-purpose frontier-model market, indicating that demand is increasingly concentrating on specialized systems that require less computing power and offer clearer returns on investment. Gartner also expects platform companies that integrate cost transparency, usage tracking, and performance-evaluation modules to improve profitability as corporate customers begin applying much stricter scrutiny to AI budgets.

The market’s growing focus on cost reflects the mounting burden of token-based pricing, which rises in proportion to the use of generative AI. A token is the smallest unit of data processed by an AI model when interpreting and generating language. Traditional enterprise software is commonly sold through seat-based subscriptions under which companies pay a fixed monthly fee for each employee, but many AI services charge customers according to the number of tokens consumed. The problem is that token usage can rise at an accelerating rate as AI becomes embedded throughout corporate operations. Conversational AI systems generally receive earlier exchanges as context whenever they process a new request. Unless users summarize or remove previous material, the context continues to accumulate, creating a structure in which total processing volume can grow at a rate approaching the square of the conversation length.

Token consumption increases further when companies apply retrieval-augmented generation, or RAG, which allows a model to incorporate external documents and data into its answers. Original documents, tables, operating guidelines, and other materials retrieved to improve accuracy are all included as input tokens. If systems indiscriminately add irrelevant or duplicate documents to the context, costs and response times can rise considerably without producing a corresponding improvement in output quality. AI agents, which have recently become more common in enterprise environments, create an additional source of cost pressure. Agents divide a user’s request into smaller objectives, evaluate whether their results are satisfactory, and repeatedly revise or rerun tasks. Completing a single assignment may therefore require numerous model calls, with prior work histories and tool outputs repeatedly reintroduced into the context each time, causing token consumption to expand rapidly.

Structural Strategies for Reducing Token Costs

Companies are responding by developing strategies that reduce AI token expenses at the structural level. Rather than merely negotiating lower prices, they are redesigning the model-calling process to eliminate unnecessary token use at each stage. One of the most basic approaches is to write prompts in a concise and highly structured form. Greetings, polite expressions, and repeated background explanations may make instructions easier for people to read but often provide little practical benefit to the model while increasing input length. Enterprise users are therefore increasingly advised to structure prompts more like technical work specifications than conversations, placing the objective at the beginning and avoiding the repetition of information already contained in system instructions or earlier context. Separating instructions from reference materials through XML tags, delimiters, or code blocks can also help models identify the input structure more clearly.

Prompt caching provides another method of reducing unnecessary input. Enterprise AI services frequently include lengthy system prompts containing security requirements, response rules, and operating manuals in every request, while RAG applications may repeatedly retrieve the same documents or knowledge base for multiple questions. Processing that material in advance and reusing it through a cache can reduce input-token costs and improve response times. Separating models according to task difficulty is also becoming an important strategy. Sending every request to a high-performance model may maximize accuracy, but it produces unnecessary expenses when the task involves simple classification, information extraction, or format conversion. Companies can instead apply a tiered routing structure in which an inexpensive smaller model first evaluates the nature and complexity of the request and forwards only demanding tasks to a more capable system.

Managing output tokens is equally important because many leading AI providers charge significantly more for generated output than for input. Responses that are longer than necessary can therefore produce disproportionate costs. Companies can limit such waste by defining the required output format in advance. Classification tasks may be restricted to a predetermined set of labels, while information-extraction requests can require responses in JSON, table, or another compact structured format. Maximum output-length settings should also be adjusted according to the task rather than applied uniformly, allowing systems to produce detailed responses where necessary while preventing routine requests from generating excessive text.

AI Industry Responds to Customer Demand

This form of “token dieting” is moving beyond informal operational guidance and becoming part of formal corporate policy. Uber reportedly exhausted its annual AI coding budget within four months and subsequently imposed a monthly model-usage limit of $1,500 per employee. Walmart has instructed workers to use less expensive models for simple tasks and introduced systems intended to prevent several employees from submitting identical questions or duplicating the same AI-assisted work. Amazon discontinued an internal leaderboard that ranked employees by AI usage after concluding that competition for a higher position was encouraging workers to use AI for unnecessary tasks. Samsung Electronics has introduced a performance framework comparing the amount of labor saved by AI with the number of tokens consumed, allowing the company to measure token cost-effectiveness by organization and reward teams that produce greater productivity gains with lower expenditure.

AI companies are also rapidly introducing services and pricing structures intended to reduce customers’ financial burden. Salesforce recently launched Agentforce Help Agent, which supports the construction and operation of AI agents for customer service, together with a new outcome-based pricing model. Customers are charged only when the agent autonomously resolves a problem from beginning to end. No fee is imposed when the customer requests a human representative or expresses dissatisfaction with the result. Salesforce said the structure allows companies to evaluate the efficiency of customer-service AI investments according to actual problems resolved rather than the number of interactions handled or the volume of system usage.

Microsoft has adopted a different approach focused on reducing token consumption itself. Microsoft Research unveiled Memora, a memory framework for AI agents performing long-duration tasks, on June 29. The system preserves most details from conversations and work histories but selectively retrieves only the memories and related information required for the task currently being performed. Microsoft said that in long-conversation benchmark testing, Memora reduced the number of tokens required for context processing by as much as 98% compared with feeding the model the complete interaction history, while simultaneously improving accuracy. Such developments suggest that the next phase of AI competition will be determined not only by which company can produce the most capable model, but also by which can deliver useful results with the smallest possible amount of computation and expense.

Picture

Member for

1 year
Real name
Niamh O’Sullivan
Bio
Niamh O’Sullivan is an Irish editor at The Economy, covering global policy and institutional reform. She studied sociology and European studies at Trinity College Dublin, and brings experience in translating academic and policy content for wider audiences. Her editorial work supports multilingual accessibility and contextual reporting.