← AI Agents collection
AI Agents Agent Verification Decision Infrastructure

AI Agent Costs: The Real Bill Isn't Tokens, It's Rework.

Token spend is the easy thing to meter. What breaks a deployment is unverified output reaching a real workflow, and three separate benchmarks put that failure rate between 70 and 95 percent, depending on what's being measured.

Christopher Wakare
8 min read
AI Agents

Picture a scheduling agent that reassigns technician visits when a job runs long, pulling live availability from the field-service system every five minutes. Reassignments under two hours don't need sign-off — the volume would swamp a human reviewer, and that's the whole reason the agent exists. Three weeks in, a sync job between two systems starts silently dropping availability updates for one region. The agent keeps reassigning against a day-old picture of who's free. The schedule still looks full, so nobody checks. Customers notice first, when nobody shows up. Untangling which no-shows were the agent's doing and which technicians got double-booked in the meantime takes the regional manager the better part of a week.

That week the regional manager spent untangling no-shows and double-bookings never shows up on a token bill. It doesn't show up in a compute invoice, a retrieval-pipeline cost, or an observability subscription either, the line items a recent round of "hidden AI agent cost" lists like to meter. None of them account for the actual bill: the rework a team absorbs when an agent's output enters a real workflow before anyone checks whether it's right.

Definition

A verification loop is the mechanism that checks an agent's output against its source data, or against a second pass, before that output reaches an approver or a system of record. It's a standing check built into the agent's own workflow, re-verifying output every time the agent acts, not a one-time test run before launch.

Why AI agent costs get measured in the wrong currency

The instinct to meter an AI agent by its inputs, tokens, compute, retrieval calls, is the same instinct that once priced software by lines of code. It measures what's cheap to count, not what costs money. Credits aren't the real cost. Rework is. And rework rarely lands on the same P&L line as the credits, because it shows up weeks later, after someone traces a bad decision back to the agent that made it.

We build specialized agents and skills for a living, inside OpsGrid, our decision infrastructure layer for Dynamics 365 Business Central. The pattern repeats across every deployment we've scoped: teams that meter token spend closely and skip verification design entirely are optimizing the smaller number.

Why most AI agents fail before rework even starts

The gap between an agent that works in a demo and one that works in production is wider than most cost lists admit. Carnegie Mellon University's TheAgentCompany benchmark (2025) ran leading models through the kind of tasks a real employee handles daily inside a simulated company: filing, scheduling, cross-referencing, following a process end to end. Gemini 2.5 Pro completed 30.3% of tasks. Claude 3.7 Sonnet completed 26.3%. GPT-4o completed 8.6%. Every one of those numbers reads the same in reverse: the agent failed the majority of tasks it was given, in an environment built to resemble ordinary office work, not an adversarial trap.

The WebArena academic benchmark tells a similar story from a different angle. The best GPT-4-based agent it tested achieved a 14.41% end-to-end task success rate, independent corroboration that the reliability gap isn't one model's problem or one benchmark's design.

MIT Project NANDA's "The GenAI Divide: State of AI in Business 2025" report, built from 52 executive interviews, 153 survey responses, and analysis of 300-plus public AI initiatives, found that 95% of enterprise GenAI pilots show no measurable P&L impact. MIT's own conclusion wasn't that the models were too weak. It was that these systems don't adapt to, or verify against, the real workflow they're dropped into.

Three different benchmarks, three different metrics, task completion, end-to-end success, measurable business impact, and the failure rate lands between 70 and 95% on all three. That range is the real number a cost-metering list never puts on the page.

What gets metered vs. what actually breaks

Line the cost-list framing up against what these three benchmarks actually measured, and the mismatch is direct.

What a cost list meters What actually breaks it
Token and API spend Specialization gap: a general-purpose agent asked to do multi-step office work fails 65–94% of the time across CMU's and WebArena's benchmarks
Compute and infrastructure cost No verification loop: unverified output reaches a real workflow before anyone re-checks it against the source
RAG and retrieval tuning Workflow-fit failure: retrieval accuracy doesn't fix a task the agent was never scoped to complete end to end
Observability tooling subscriptions No P&L-linked audit trail: MIT found 95% of pilots show no measurable business impact, not because nobody was watching, but because nobody was verifying against the workflow
Human review, listed as overhead Rework, after the fact: the "review" a cost list treats as pure overhead is what catches a 65–94% failure rate before it becomes a decision someone has to undo
Retries Repeated failure: a retry without a verification loop just reruns the same unverified output and hopes for a different answer

Where AI agent specialization is already heading

Gartner's August 26, 2025 press release puts a number on the shift already underway: 40% of enterprise applications will feature task-specific AI agents by the end of 2026, up from less than 5% in 2025. Gartner also forecasts that by 2027, a third of agentic AI implementations will combine agents with different skills to manage complex tasks, not one general-purpose agent asked to do everything.

That's not a failure stat. It's a signal about what the vendors closest to the deployment data are building toward: agents scoped to one task, not one agent scoped to every task. A general-purpose agent asked to reconcile invoices, answer a customer question, and flag a compliance exception in the same session is the same agent CMU's benchmark watched fail two-thirds of its assignments. A specialized agent, built and verified against one workflow, is a different bet, and it's the bet the market is already making.

What leading teams do instead: verification as a skill, not a bigger model

Anthropic's own engineering team has written about this same shift from the inside, describing how they package a capability, including a verification pass, as a reusable Agent Skill instead of betting on a longer context window or a bigger model call to catch problems on its own (Anthropic, 2025). That's the pattern worth copying: verification is a skill the agent calls on every time it acts, not a QA phase it passes once before launch, the same way an invoice-matching skill only fires on invoice-matching tasks.

We build this into every agent we ship. The skill that checks an agent's proposed Business Central write against its own source signal runs on every single decision the agent proposes, not once during a review before we shipped it. What gets recorded afterward, who approved the exception and when, is what makes the record defensible months later, not just accurate on the day it ran. That's the difference between a verification step and a verification loop: a step happens once. A loop runs every time the agent acts, for as long as the agent keeps running.

Free, 3 minutes

The Decision Latency Diagnostic scores whether your Approve and Audit stages catch an agent's output before it becomes a decision you have to undo.

Verification loops are decision infrastructure, not a monitoring add-on

A verification loop that only checks output quality, with no named owner, no approval step, and no durable record of who signed off on the exception, is still missing half the job. Decision infrastructure is the governance layer underneath a verification loop: it doesn't just check whether the agent's answer is right, it records who's accountable for the decision that answer feeds, and keeps that record intact long enough to survive an audit. A cost-metering list that tracks tokens, compute, and retries has no line for this. It's the reason the other costs on the list stay small, not a cost itself.

Ask what an agent's mistake costs to undo, not what it costs to run. The credits were never the bill. The rework was, and it only stops compounding once verification becomes a loop the agent runs on every decision, not a phase it passed once before launch.

Sources: Xu et al., "TheAgentCompany: Benchmarking LLM Agents on Consequential Real World Tasks," Carnegie Mellon University, 2025; WebArena: A Realistic Web Environment for Building Autonomous Agents, Carnegie Mellon University; MIT Project NANDA, "The GenAI Divide: State of AI in Business 2025," July 2025; Gartner, "Gartner Predicts 40% of Enterprise Apps Will Feature Task-Specific AI Agents by 2026," August 26, 2025; Anthropic, "Equipping Agents for the Real World with Agent Skills."

Frequently asked questions

Why do most AI agents fail in production?

Because the benchmarks measuring real, multi-step office tasks keep finding the same gap. Carnegie Mellon University's TheAgentCompany benchmark (2025) had leading agents complete only 30 to 35% of standard office tasks in a simulated company environment: Gemini 2.5 Pro scored 30.3%, Claude 3.7 Sonnet scored 26.3%, GPT-4o scored 8.6%. The WebArena academic benchmark found the best GPT-4-based agent completed only 14.41% of tasks end to end. MIT Project NANDA's 2025 research, drawn from 52 executive interviews, 153 survey responses, and analysis of 300-plus public AI initiatives, found 95% of enterprise GenAI pilots show no measurable P&L impact. MIT's own conclusion wasn't model quality. It was that these systems don't adapt to, or verify against, the real workflow they're dropped into.

What's the difference between AI agent spend and AI agent failure cost?

Spend is what shows up on an invoice: tokens, compute, retrieval calls, an observability subscription. It's visible, itemized, and usually small relative to the deployment's total budget. Failure cost is what it takes to find and undo a wrong action after it's already gone into a real workflow: a reassignment made on stale data, a decision made on bad output nobody flagged. It doesn't appear on any bill. It appears in the hours a team spends reconstructing what happened, and it scales with how long the bad output ran unverified, not with how many tokens the agent used.

How do specialized agent skills reduce the real cost of AI agents?

A general-purpose agent asked to handle every kind of task is the same agent CMU's benchmark watched fail roughly two-thirds of its office-task assignments. Gartner's August 26, 2025 press release forecasts that 40% of enterprise applications will feature task-specific AI agents by the end of 2026, up from less than 5% in 2025, and that by 2027 a third of agentic AI implementations will combine agents with different skills to manage complex tasks rather than one general agent doing everything. Narrowing an agent's scope to one workflow makes verification tractable: it's far easier to check whether an invoice-matching skill got the PO line right than to check whether a general-purpose agent got an unbounded task right.

Is a verification loop the same as Decision Infrastructure?

No, and treating them as the same thing is where a lot of agent governance stops short. A verification loop checks whether an agent's output is correct before it goes further. Decision infrastructure is the layer underneath that: a named owner accountable for the decision the output feeds, an approval step before execution, and an audit record durable enough to survive a compliance review months later. A verification loop without that layer can catch a wrong answer and still leave no record of who signed off on the right one.

Where does your own agent's output go unchecked?

The Decision Latency Diagnostic scores your Signal, Route, Approve, Execute, and Audit stages in 12 questions, 3 minutes, before any build conversation.

Take the diagnostic →

The Execution Edge

Monthly. For operations leaders building faster on AI. Real case studies, system blueprints, and tools — no fluff.

Your subscription could not be saved. Please try again.
Your subscription has been successful.