Enterprise AI is entering a less glamorous phase. The question is no longer whether an employee can summon a powerful model, but whether the company can show what that interaction changed. As token consumption rises across coding, research and operations, businesses are discovering that AI spending is becoming a production cost without a reliable system for measuring the output.

Imagine a software engineer beginning the workday with an AI coding agent already open beside the development environment. The agent reviews a repository, proposes a plan, searches through old documentation, writes several files, runs tests, revises its work and asks another model to inspect the result. By lunchtime, the engineer may have completed a task that once required days of manual effort.

The same process may also have generated thousands or millions of tokens.

Everlaw’s core Java project: estimatedimplementation time fell from 9.5 engineer-months t…engineer-months02.557.510Before9.5After2.5
Everlaw’s core Java project: estimated implementation time fell from 9.5 engineer-months to 2.5 months after $3,500 in token spending

To the engineer, those tokens feel like invisible electricity. They power a useful collaborator that can read, reason, revise and continue working through a problem. To the finance department, they arrive as a growing bill whose relationship to revenue, product quality or customer satisfaction may be difficult to see.

That tension is becoming one of the central management problems in enterprise artificial intelligence. Companies have spent the first phase of adoption making models available. They are now entering a second phase in which executives want to know whether increasing model use is producing better products, faster delivery, lower costs or some other measurable result.

A report published by VentureBeat on September 7 describes this shift through the experience of several companies, most notably Uber. The publication reports that Uber expanded access to Claude Code among its engineers and used internal leaderboards to track adoption. By April, the company had exhausted its entire 2026 budget for AI coding tools. Yet Uber’s president and chief operating officer said the company had not established a clear connection between the spending surge and better products for riders and drivers.

That gap has inspired a new phrase: “tokenmaxxing.” It describes an organization that is rapidly increasing its use of models, often through autonomous agents, without being able to demonstrate a corresponding return on investment.

The phrase sounds playful, but the issue is serious. Tokens are becoming a new form of variable infrastructure. The more context an agent reads, the more steps it takes and the more powerful the model it calls, the more a task can cost. Unlike a conventional software license, the expense does not remain stable when usage patterns change.

A company can therefore adopt the same AI tool in two very different ways. One employee may use it for short suggestions and spend very little. Another may ask it to inspect a large codebase, plan a complex migration, run repeated tests and consult several specialized agents. Both users appear active in the same adoption dashboard. Their economic impact may be radically different.

From software licenses to computational behavior

Traditional enterprise software tends to make budgeting comparatively straightforward. A company buys a license for a defined number of users, pays for storage or seats, and negotiates additional capacity as it grows. There are still unpredictable costs, but the basic unit is easy to understand.

Generative AI changes the unit of measurement. The cost is connected not simply to who has access, but to what that person asks a model to do. A request can be short or expansive. It can involve a small prompt or a large collection of documents. It can receive a direct answer or initiate a long chain of actions.

Model selection adds another variable. A frontier model may deliver stronger reasoning, better coding or more dependable performance on difficult work, but it typically costs more than a smaller model. Reasoning settings can increase the amount of internal processing required. Agentic systems can make repeated calls without a person explicitly approving each one.

The result is a cost structure shaped by behavior.

This creates a difficult problem for managers. High usage may represent waste, especially when an agent repeatedly rereads the same files, produces unnecessary output or pursues a task that should have been handled by a cheaper model. But high usage may also represent valuable automation. An agent that consumes a substantial amount of compute while eliminating weeks of manual work could be an excellent investment.

Low usage is equally ambiguous. It could indicate that employees have learned to work efficiently with smaller models and concise context. It could also mean that a company bought access to a system that people rarely use because the product is unreliable, confusing or poorly integrated into existing workflows.

Token volume, by itself, does not answer the question.

That is why the next generation of enterprise AI systems will need to connect consumption with outcomes. The important dashboard will not only show how many tokens an employee used. It will show whether a release reached customers sooner, whether defects fell, whether support resolution improved, whether legal review became faster or whether a process became easier to maintain.

Uber’s warning for the adoption race

Uber’s experience is significant because it captures the way enthusiasm can outrun measurement. Coding agents are particularly attractive inside large technology companies. They can operate in repositories, inspect dependencies, write tests and handle repetitive work that developers often find time consuming.

When such tools appear to increase individual productivity, organizations have a natural incentive to expand access quickly. Internal leaderboards can add a competitive element, encouraging teams to experiment and use the systems more often. An employee who sees colleagues completing tasks with an agent may feel pressure to demonstrate similar activity.

But activity is not the same as value.

A leaderboard can reward the quantity of interactions instead of the quality of results. It may celebrate the engineer who generates the most code or consumes the most tokens, even if another engineer accomplishes the same goal with a smaller and more deliberate workflow. It can turn a tool designed to remove friction into a new form of workplace performance theater.

The danger is not that internal usage tracking is always wrong. Adoption data can reveal which teams are experimenting, which workflows are blocked and where training may be needed. The danger comes when usage becomes a substitute for impact.

Uber’s budget experience demonstrates how quickly that substitution can become expensive. If the entire annual allocation for an AI coding category is consumed within months, the company must decide whether it has discovered a powerful new production capability or merely created an uncontrolled demand for computation.

The answer cannot come from a token count alone. Executives need to examine what happened after the agent was used. Did developers ship more valuable features? Did the code pass review with fewer revisions? Did the system reduce the number of incidents? Did it help engineers spend more time on architecture and customer problems? Did the generated code remain understandable six months later?

Those questions are harder than measuring consumption. They are also the questions that determine whether enterprise AI becomes durable infrastructure or an expensive novelty.

Companies are choosing different controls

The organizations described by VentureBeat are experimenting with several approaches, each reflecting a different theory of how AI spending should be governed.

Uber has introduced a monthly limit of $1,500 per employee for each agentic coding tool. A cap provides an immediate form of financial discipline. It gives finance teams a predictable ceiling and forces users to make choices when they approach the boundary.

Yet a fixed cap can create blunt incentives. An employee working on a difficult migration may need more resources than someone handling routine maintenance. If both receive the same allowance, the cap may punish valuable work while leaving inefficient work untouched. Employees may also rush to use their allowance before the month ends, or avoid a useful tool because they fear running out of capacity at the wrong moment.

Promova is attempting a different kind of control by encouraging a 40, 50 and 10 percent mix of Anthropic’s Opus, Sonnet and Haiku models. This approach treats model selection as a portfolio decision. The strongest model is reserved for a minority of tasks, the mid-tier model handles most work and the least expensive option deals with routine requests.

The appeal is clear. Many enterprise tasks do not require the most advanced model available. Summarizing a short internal note, classifying a simple request or transforming a predictable data format may be handled well by a smaller system. Reserving expensive capacity for complex reasoning can reduce the average cost of each workflow.

The difficulty lies in classifying the work correctly. A task that appears simple may contain an unusual edge case. A cheaper model may produce an answer that looks plausible but requires extensive human correction. Organizations must therefore measure quality as they optimize price.

Agiloft has taken another route. The company eliminated individual caps after finding that most employees never reached them. Instead, it makes cheaper models the default and reserves frontier models for difficult assignments.

This approach recognizes that a limit is useful only when behavior regularly approaches it. If employees are naturally conservative, individual caps may add administrative complexity without changing spending. Model defaults can influence behavior more quietly. People can still access a powerful system when necessary, but they begin with a lower-cost option.

Defaults matter because most users do not want to make infrastructure decisions every time they begin a task. In the future, the interface may present the model choice as an invisible part of the workflow. A user might simply describe a problem, while a routing system decides which model is adequate. The challenge is to make that decision trustworthy and explainable.

Everlaw is connecting higher token spending to estimated engineering-time savings. VentureBeat reports that one core Java project used $3,500 in tokens while reducing an estimated 9.5 engineer-month implementation to 2.5 months.

That example points toward a more useful measure of value. The company is not claiming that tokens are inherently good or bad. It is asking what the expenditure purchased. If a project genuinely moved from nearly ten engineer-months to two and a half, the token cost may be small compared with the value of earlier delivery.

The key word is “estimated.” Engineering time is difficult to measure, and faster completion does not automatically mean better software. A project may finish sooner but create maintenance burdens, security weaknesses or hidden rework. Even so, linking model costs to a specific project and an explicit counterfactual is a meaningful step beyond counting prompts.

The coming era of model routing

As companies struggle to control these variables, infrastructure vendors are promoting model-routing systems. The basic idea is to send routine work to less expensive models and escalate difficult tasks to more capable systems.

In a mature version of this arrangement, an employee would not need to decide between several models. The system would inspect the task, estimate its complexity, consider the available context and choose an appropriate route. If the first model shows signs of uncertainty, the request could be escalated. If a coding agent reaches a dead end, a stronger model could be called for diagnosis rather than used for every step.

This resembles an adaptive workforce. A simple administrative question might go to a fast assistant. A complex contract review could move to a more capable system. A software migration might begin with a planning model, use a coding model for implementation and call a review model before a human approves the result.

Routing could become one of the most important cost controls in enterprise AI. But it also introduces a governance problem. When a system makes the decision, managers need to know why. They must be able to trace which model handled a task, what context it received, how many calls it made and whether a fallback rule was triggered.

Quality evaluation becomes essential. A cheaper model may appear efficient while quietly increasing error rates. A routing policy that reduces the token bill by 30 percent could still destroy value if employees spend twice as long checking the results. The total cost includes human review, rework, delays and the consequences of mistakes.

Companies will also need clear thresholds. What happens when a model is uncertain? When should an agent stop and ask for approval? Which tasks can run autonomously, and which require a person to inspect every meaningful decision? How long should an organization retain the logs needed to investigate an unexpected result?

These questions are especially important because agents can make many calls without a user watching each step. A single instruction can produce a chain of searches, edits, tests and revisions. The chain may be productive, but it can also amplify a flawed assumption. The longer the process continues, the more difficult it becomes to identify where the error began.

A better definition of productivity

The first generation of AI productivity claims often focused on speed. A developer completed a ticket faster. A marketer produced more drafts. A support representative answered more messages.

Speed matters, but enterprise value is broader.

A useful measurement system should examine at least four dimensions: output, quality, cost and durability. Output asks what was completed. Quality asks whether the result met the required standard. Cost includes model usage and human oversight. Durability asks whether the work remains useful, maintainable and safe over time.

Consider an AI coding agent that creates a feature in one afternoon. If the feature passes tests, is understandable to the team and performs well for customers, the result may justify significant token spending. If it requires weeks of cleanup, the initial speed was misleading.

The same principle applies outside engineering. A legal team may use an AI system to review thousands of documents more quickly. The important measure is not only the number of documents processed, but the accuracy of issue identification and the time lawyers spend validating the results. A customer support organization may generate more responses, but the business should also track resolution quality, repeat contacts and customer sentiment.

This approach changes the role of the AI budget. Instead of treating tokens as a simple expense to minimize, the company treats them as an input into a production system. The aim is not to use as few tokens as possible. It is to use the appropriate amount to produce a valuable result.

That distinction matters because aggressive cost cutting can be as damaging as uncontrolled spending. If employees are forced to use weak models for complex tasks, the company may save on tokens while losing time and trust. Workers may stop using AI altogether, or they may move important work into unapproved tools that offer better performance without corporate oversight.

Governance must therefore be designed around outcomes rather than austerity. Finance teams, engineering leaders, security specialists and frontline users need to share responsibility for the system. Each group sees a different part of the picture. Finance understands cost patterns. Engineers understand workflow quality. Security teams understand exposure and access. Users understand where an agent helps and where it becomes a burden.

The human experience behind the metrics

There is also a psychological dimension to tokenmaxxing. Employees are not passive consumers of model capacity. They are learning how to collaborate with systems that can respond instantly, produce alternatives and continue working while the human is occupied elsewhere.

That experience can be liberating. A developer may feel able to explore a difficult idea without first assembling a large team. A product manager may test several concepts in an afternoon. A researcher may move through a mountain of material with a conversational guide.

It can also become disorienting. When the system is always available, the boundary between productive exploration and endless iteration becomes unclear. Employees may ask for more versions because each version is cheap to request. They may accept a long chain of model activity as evidence of progress, even when the underlying problem has not changed.

Interfaces will influence this behavior. A tool that displays only tokens used may encourage anxiety or competition. A tool that shows estimated business value, confidence, review status and unresolved risks could help users make better decisions. The future workplace may not measure AI activity through a leaderboard at all. It may use a project ledger that connects model interactions to deliverables and outcomes.

This is where design and management meet. The most effective systems will make responsible behavior convenient. They will offer a low-cost model by default, explain when escalation is needed and show users the likely tradeoff. They will preserve human control without requiring people to become experts in pricing tables.

Trust will depend on transparency. Employees should know when a request is being routed to a more expensive model and why. They should be able to challenge a routing decision or report when a lower-cost system is failing. Companies that hide every control may reduce short-term confusion while creating long-term suspicion.

What the next budget cycle will demand

In the next stage of enterprise AI, budget proposals will likely look different. A request for more model access will need to include a description of the workflow, the expected benefit, the evaluation method and the safeguards.

Teams may be asked to establish a baseline before deployment. How long does the process currently take? How often does it fail? What is the cost of human labor? Which quality standards must be preserved? After deployment, the organization can compare results instead of relying on impressions.

This is not a demand for perfect measurement. Many business outcomes are influenced by multiple factors, and AI will rarely be the only reason a product ships faster or a team performs better. The goal is to build enough evidence to distinguish genuine improvement from novelty, enthusiasm or accounting noise.

Companies will also need to watch for second-order effects. An AI system can make one stage of a process faster while moving work into another stage. Faster code generation may create more review pressure. Automated research may increase the number of ideas that need validation. A cheaper model may lower infrastructure spending while increasing the risk of incorrect decisions.

The strongest organizations will measure the entire workflow rather than celebrating one dramatic metric. They will ask what happened before the model was introduced, what changed afterward and who absorbed the remaining effort.

That discipline could reshape competition. The advantage may not belong to the company that gives every employee access to the most powerful model. It may belong to the company that learns how to combine models, people and processes with the least wasted motion.

From token consumption to accountable intelligence

The phrase “tokenmaxxing” captures a moment when technological abundance is colliding with managerial uncertainty. Models are becoming easier to access, agents are becoming more autonomous and employees are finding new ways to incorporate them into daily work. But the economics remain unsettled.

Token spending will not disappear. In many organizations, it will continue to rise as AI becomes part of software development, research, customer service, finance and operations. The important question is whether that growth is connected to meaningful results.

A future enterprise may treat model calls as carefully as a factory treats energy. It will monitor consumption, route work intelligently, detect waste and invest more when the output justifies the input. Yet it will also understand that the cheapest process is not always the most valuable one.

The companies that succeed will make this relationship visible. They will connect a model interaction to a task, a task to a project and a project to a business outcome. They will assess quality after the excitement of deployment has faded. They will give employees capable tools while protecting them from uncontrolled complexity.

In that future, the most persuasive AI report will not announce that a company generated billions of tokens. It will show what those tokens helped people build, how reliably they worked, what they cost and whether the result continued to create value after the model conversation ended.

That is the real test facing enterprise AI. The winners will not simply spend more on intelligence. They will learn how to account for it.

#Uber#Claude Code#Anthropic#Promova#Agiloft#Everlaw#VentureBeat
Rebeca Smith is an AI and technology journalist specializing in the business of artificial intelligence. Her reporting focuses on the companies, investments, and competitive strategies driving the industry's rapid evolution. She closely follows Big Tech, AI startups, venture capital, semiconductor manufacturers, and enterprise software, explaining how commercial decisions shape the future of AI adoption. Rebeca's work combines financial insight with technological understanding, helping readers see beyond product launches to the economic forces transforming the industry.

This article was written with the assistance of an AI system and published automatically.