AI token costs are the compute charges an organization pays every time an agent reads context, reasons, or calls a tool - and in agentic workflows they can grow 100x to 1,000x per run versus a simple prompt. The fix is rarely a cheaper model. It is a shorter process: redesign the workflow, route 99% of the work to an affordable open-weight model behind a thick harness, and reserve frontier models for the 1% of genuinely hard edge cases.

AI token costs are becoming the primary hurdle for organizations moving from experimental pilots to full-scale production. As agents evolve to handle more ambitious work - investigating customer problems, navigating account histories, and performing multi-step reasoning - the financial burden often grows exponentially. Many operations leaders find themselves caught in a paradox: they want the capability of frontier models, but the resulting token bills threaten the ROI of the entire project. This research explores how to achieve high-performance automation without the massive financial overhead by rethinking the underlying business processes and adopting a strategic approach to model routing.

How AI token costs explode 1,000x in agentic workflows

In early 2024, the typical AI interaction was a simple question-and-answer exchange. You provided an input, the model provided an output, and the cost was predictable. In 2026, the landscape has shifted toward autonomous agents that use tools, notice missing information, and iterate until a task is complete. This shift has fundamentally changed the economics of intelligence.

When you ask an agent to investigate a complex customer issue, it doesn't just make one call to a model. It may read documentation, check a CRM, query a database, and then synthesize its findings. Each of these steps involves processing thousands of tokens. Our research suggests that the move from simple prompts to agentic workflows can increase token consumption by 100x or even 1,000x per run. If you multiply that by a 10x increase in adoption across a company, you are suddenly looking at a 10,000x increase in total token volume.

At the current market rate for frontier models - which can reach $50 per million output tokens - this trajectory is unsustainable for mid-market companies. Many organizations respond by shopping for cheaper models, but this is a tactical fix for a structural problem. The issue isn't just the price per token; it's the volume of work we are asking the models to perform. Left unmanaged, this is exactly how a runaway pilot turns into a full-blown token spend crisis that stalls the whole program. To control costs, leaders must look at the design of the AI harness and the infrastructure that manages these calls. At Ability.ai, we see this as a governance challenge that is best solved through sovereign AI agent systems that provide visibility into where every token is spent.

<!-- INFOGRAPHIC: A funnel diagram showing token volume multiplying from a single prompt to an agentic run (100x-1,000x) and then across company-wide adoption (10x), ending at a 10,000x total token volume figure, with a callout that process redesign and model routing cut the base before it multiplies -->

The problem with legacy workflows and the agent theater

One of the most significant contributors to unnecessary AI token costs is the automation of "broken" legacy processes. In many companies, work moves through an invisible version of the old inter-office envelope - a brown folder with string closures where documents were passed from desk to desk. Over decades, this envelope became an email, then a ticket, and now it is becoming an agent interaction.

When we analyze these workflows, we often find that agents are being hired to perform tasks that only exist because of previous system limitations. For example, one agent might be used to summarize a request for Sales Ops, while another agent checks the account, and a third translates that into a product configuration. While this looks like modern AI implementation, it is often just "agent theater." You have made each stop faster, but you haven't asked why the envelope needs to visit all those desks in the first place.

Every unnecessary handoff between agents consumes tokens for summarization, context-setting, and error correction. These costs add up to what we call Shadow AI sprawl - a situation where ungoverned agents perform redundant tasks across the organization. To solve this, leadership must step in to simplify the workflow before any code is written. Engineers can make a step cheaper, but only a business leader has the authority to say a specific document or approval step is no longer required. This is why the Ability.ai Starter Project model focuses on a solution-first approach: we wipe the whiteboard clean and design the shortest path to the business outcome before deploying a single agent.

Redesigning for simplicity: the customer quote example

To make this concrete, consider the standard process for generating a complex customer quote. In a traditional enterprise, a request comes in and is summarized by a human or an agent for Sales Ops. An account check follows, then a translation into a product configuration, and finally, a pricing system entry. The quote then travels back through several layers for approval.

If you automate this as-is, you are paying for the agent to read summaries, reconcile version drift between departments, and reenact administrative work that grew like coral around the actual value. By starting with a blank sheet of paper, you can identify the only three things that truly matter:

  1. The customer gets an accurate, authorized quote.
  2. The company has a record of that quote.
  3. Any unresolvable exceptions are flagged for human review.

By focusing on the outcome, you can often drop 70% of the traditional steps. When you eliminate a step, the cost of that work becomes zero - and zero is the best possible token price. A shorter workflow also reduces the points of failure. The model doesn't need to rediscover arithmetic if you give it a tool call to a pricing engine. It doesn't need to guess if you give it direct access to the CRM. This is the same discipline behind a governed operations automation engagement, where the goal is the shortest path to an owned outcome rather than a faster version of the old paperwork. This approach lets organizations use the model's ability to understand the whole problem at once, instead of asking it to perform a series of fragmented tasks.

Model routing and the thick harness versus thin harness strategy

Once a process is streamlined, the next opportunity for cost savings lies in model routing. Not every business task requires a frontier model capable of solving advanced scientific problems. In 2026, we categorize work into a continuum: deterministic work (following known rules) and probabilistic work (interpreting language and ambiguity).

For 99% of routine enterprise work - such as updating a CRM or identifying a product mention in an email - a high-performance open-weight model is more than sufficient. However, these less capable models require what we call a "thick harness." A thick harness provides more structure, specific tool access, and rigid instructions to ensure the model behaves predictably. This is where disciplined harness engineering earns its keep: by surrounding an affordable model with a well-engineered harness, you get enterprise-grade reliability at a fraction of the cost. It is also one of the most reliable token reduction strategies available to an operations team.

In contrast, the 1% of difficult edge cases - where the facts conflict or the reasoning is non-linear - should be routed to a frontier model. For these tasks, we use a "thin harness." You want to give the high-IQ model freedom to investigate and reason without being bogged down by the rigid instructions used for smaller models. Over-structuring a powerful model can actually degrade its performance and waste the intelligence you are paying for.

This routing is managed by a "classifier," a specialized part of the system that recognizes the type of request and sends it to the appropriate model. This is a core feature of Trinity, our open-source runtime for autonomous reasoning. By implementing sovereign infrastructure that includes these classifiers, companies can provide broad AI access to their teams while ensuring that expensive tokens are reserved only for the hardest problems.

Why evals are the new management layer

Scaling AI agents requires a shift in how we evaluate performance. You cannot determine if a redesigned process is working simply because an agent sounds confident or a human user seems happy with the first few outputs. As agents take on more responsibility, the concept of "evals" - automated and human evaluation frameworks - must become a core competency for operations leaders. A rigorous agent evaluation framework is what turns "it seems fine" into a measurable, auditable claim.

Just as humans have annual performance reviews, agents need continuous evaluation. However, an agent performing thousands of tasks per day needs feedback much more frequently. An effective eval system checks the actual business result: Was the price correct against the pricing tool? Did the approval happen in the right system? Was the explanation actually what the customer needed?

Evals are as much a human skill as a technical one. Someone who deeply understands the business process must help define what a "good" result looks like. This evaluation layer ensures that you aren't paying for long, expensive agent runs that produce technically valid but incorrect outcomes. Within our transformation partnerships, we prioritize the development of these evaluation loops so that the system can learn from its mistakes and self-correct, further reducing the need for expensive manual oversight. Finance-heavy teams often start here with a governed finance and procurement engagement, where every automated decision has to reconcile against a system of record.

Conclusion: the path to sensible AI at scale

Achieving ambition without an astronomical token bill is a matter of design, not just model selection. The organizations that will win in the agentic era are those that refuse to simply automate their old problems. By using the current capability of AI as a reason to redraw the path to a business result, you can eliminate the administrative weight that has accumulated in your processes over the years.

The strategic implications for operations leaders are clear: look beyond the token leaderboard and focus on the business outcome. A shorter, redesigned process combined with intelligent model routing through a platform like Trinity allows for a sovereign AI system that is both more powerful and more affordable than fragmented Shadow AI experiments.

As you look at your own workflows today, ask why each piece of work exists. You may find that the problem deserves a frontier model's attention, but you are more likely to find that a streamlined process, supported by a thick harness and a reliable open-weight model, is the faster and more cost-effective path to growth. This is the transition from AI as a novelty to AI as a dependable, governed, and scalable part of your company's infrastructure.