By Sagar Shankaran, Founder of CallSphere
The metrics that prove a Claude transformation works: task success vs baseline, accuracy-gated deflection, cost per resolution, and leading indicators.
Key takeaways
"Is the AI working?" is the question every executive asks and almost nobody answers well. Teams point at adoption charts, token spend, or a vibes-based "it feels faster," none of which prove the agent is creating value or staying correct. A Claude transformation that can't be measured can't be defended, can't be improved, and quietly degrades the first time a model upgrade shifts behavior. This post is about the metrics that actually prove an enterprise Claude agent is working — and the ones that fool you.
The goal is a small, honest scorecard you can put in front of both engineers and executives: a few outcome metrics that show value, a few quality metrics that show correctness, and a set of leading indicators that warn you before a number goes bad. Vanity metrics get ruthlessly cut.
A useful scorecard has three layers. Outcome metrics answer "did the agent achieve the business goal?" — task success rate, deflection rate, conversion, time-to-resolution. Quality metrics answer "is it correct and safe?" — accuracy against ground truth, hallucination rate, escalation correctness, customer satisfaction on agent-handled work. Efficiency metrics answer "at what cost?" — cost per resolved task, tokens per task, latency. You need all three because optimizing one alone is a trap: an agent can have a great deflection rate while quietly giving wrong answers, or perfect accuracy at an absurd cost.
The most useful definition to anchor this: task success rate is the fraction of attempts where the agent fully achieved the intended outcome, graded against a fixed reference set of correct answers. Because the reference set is fixed, this number is comparable over time, which makes it your single best instrument for detecting regression — including the silent kind that follows a model upgrade.
Metrics you compute after the fact are always incomplete. The agents that are easy to measure emit the data they need as they run: every task logs its intent, the agent's confidence, the tools it called, the outcome, and — where you have it — ground truth. The eval set runs continuously against this stream, not just at release.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
flowchart TD
A["Agent handles task"] --> B["Emit: intent, confidence, tools, outcome"]
B --> C["Gold eval set scores sample"]
B --> D["Live metrics: deflection, escalation, cost"]
C --> E{"Success rate dropped?"}
D --> F{"Leading indicator spike?"}
E -->|Yes| G["Alert + investigate"]
F -->|Yes| G
E -->|No| H["Dashboard: outcome vs human baseline"]
G --> H
The two diamonds are the alarms that matter. The eval set catches outcome regressions; the leading-indicator watch catches problems before they reach outcomes. Both feed a dashboard that always shows agent performance against the human baseline, because a 70% task-success rate is excellent if humans were at 60% and a disaster if they were at 95%.
Outcome metrics are lagging — by the time deflection drops, customers have already had a bad experience. Leading indicators move first. Watch the confidence distribution: if the agent's self-reported or scored confidence is drifting lower, something upstream changed. Watch the retry and self-correction rate: more retries means the agent is struggling. Watch the tool-error rate: failing tool calls often mean a dependency changed shape. Watch the escalation rate in both directions — a sudden drop can mean the agent stopped handing off cases it should, which is worse than a rise.
These indicators are cheap to compute and they buy you time. When the tool-error rate spikes after a backend deploy, you can fix the integration before task success even moves. Treat leading indicators as the smoke detector and outcome metrics as the fire alarm.
| Metric | Type | What it tells you | Trap |
|---|---|---|---|
| Task success rate | Quality | Correctness vs gold set | Needs a maintained eval set |
| Deflection rate | Outcome | Work fully handled | High while wrong = harmful |
| Escalation correctness | Quality | Hands off the right cases | Low escalation can hide failure |
| Cost per resolution | Efficiency | Unit economics | Cheap but wrong is not cheap |
| Confidence drift | Leading | Early warning | Needs a stable baseline |
The hard part of measuring quality at scale is that you cannot have a person read every transcript. There are three practical layers. The first is the gold eval set graded automatically — this gives you a comparable success number but only on the cases you curated. The second is LLM-as-judge: use a separate Claude call with a strict rubric to score a large sample of real production transcripts for correctness, tone, and policy adherence. This scales far beyond human review and catches drift the gold set misses, as long as you periodically check the judge against human labels so the judge itself does not drift. The third is targeted human audit: a small random sample plus every escalation and every customer complaint, read by a person. Together these three layers give you breadth (LLM-judge), a stable baseline (gold set), and ground truth (human audit) without anyone drowning in transcripts.
A common failure is trusting the LLM-judge blindly. Calibrate it: every few weeks, have humans grade the same sample the judge graded and measure agreement. If the judge and humans diverge, fix the rubric before you trust the judge's numbers again. An uncalibrated judge can make a degrading agent look healthy, which is exactly the failure you were trying to prevent.
Several popular numbers actively mislead. Token spend measures activity, not value — a cheaper agent that gives wrong answers is more expensive in every way that matters. Adoption / login counts tell you people opened the tool, not that it did useful work. Raw deflection without an accuracy gate is the most dangerous of all: an agent that confidently resolves tickets with wrong answers scores beautifully on deflection while damaging customers. Always pair a volume metric with a correctness metric, and never report one without the other.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
The executive scorecard should be small: task success vs human baseline, deflection with an accuracy gate, cost per resolution, and customer satisfaction on agent-handled work. Four honest numbers that move together tell a truer story than a dashboard of forty. Keep the engineering dashboard richer — leading indicators, per-intent breakdowns, tool-error rates — but never let the executive view sprawl, because a scorecard nobody reads is a scorecard that protects nothing.
Task success rate against a fixed gold eval set. Because the reference is fixed, it is comparable over time and is your best alarm for regression — including silent degradation after a model upgrade. Every other metric supports it.
An agent that resolves tickets with confidently wrong answers scores high on deflection while harming customers. Always gate deflection with an accuracy metric, and never report volume without correctness alongside it.
Cheap, fast-moving signals — confidence drift, retry rate, tool-error rate, escalation shifts — that change before outcome metrics do. They give you time to fix problems before customers feel them, acting as the smoke detector ahead of the fire alarm.
Show four honest numbers against the human baseline: task success, accuracy-gated deflection, cost per resolution, and satisfaction on agent-handled work. A small scorecard that moves consistently is far more credible than a wall of activity metrics.
CallSphere instruments every voice and chat interaction — resolution, escalation, and satisfaction tracked against your human baseline — so you can prove the agent is working, not just feel it. See the metrics live at callsphere.ai.
Source & attribution: This is an independent, original explainer inspired by Anthropic's coverage on the Claude blog. Claude, Claude Code, Claude Cowork, Claude Opus, and the Model Context Protocol are products and trademarks of Anthropic. CallSphere is not affiliated with or endorsed by Anthropic.

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
Map one messy process and prove it: spray ticket records, the five baseline numbers to capture before you start, and the error rate that ends the debate.
The past-due report is the gym process to baseline before buying AI: five numbers to capture, a worked example on a 1,400-member club, and the honest limits.
Deloitte found 84% of AI investors report positive returns. For P&C carriers the provable process is FNOL intake - here are the four numbers to baseline first.
How a security guard company proves AI paid for itself: map the open-shift callout, take a 30-day baseline, and track overtime as a share of billed hours.
Pull twelve months of factor deductions, convert to chargeback dollars per $100,000 shipped, and you have a baseline that settles the AI argument in 90 days.
How a benefits agency proves AI paid for itself: reconcile every carrier commission statement, capture five baseline numbers, and count recovered dollars.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco
Watch how CallSphere handles real customer calls, schedules appointments, and processes payments — live.
Try Live DemoBook a DemoCalculate Your ROI