The benchmark can rise while the product gets worse
A team fine-tunes a support assistant and watches answer accuracy climb from 78% to 86% on a held-out test set. Hallucinations fall by three percentage points. Reviewers prefer the new model in blind comparisons. Yet, after deployment, customers ask for human agents more often, conversations lengthen and satisfaction drops from 4.2 to 3.8 out of five. Nothing about those results is contradictory. The evaluation measured whether isolated answers looked correct; customers experienced an end-to-end workflow in which speed, confidence, recoverability and effort mattered just as much.
Offline evaluations are attractive because they are controlled, repeatable and inexpensive. Teams can compare prompts, retrieval systems and models without exposing users to every experiment. But the control comes at a cost: benchmarks strip away the messy conditions that determine whether an AI system is useful. They often omit ambiguous requests, incomplete account data, repeated interactions, policy constraints, latency, interface design and the consequences of a wrong answer. A model can therefore improve against the test while becoming less effective inside the product.
The central mistake is treating model quality as a proxy for user value. It is only one input. The relevant question is not whether the AI produces a stronger answer in isolation, but whether it helps a particular user complete a task, at an acceptable cost and level of risk. That distinction changes what teams measure, how they design experiments and when they decide a release is ready.
Offline scores compress away the cost of mistakes
Most aggregate metrics assume errors have roughly equal weight. Users know otherwise. A slightly awkward product description and an invented refund policy may both count as incorrect responses, but their consequences differ dramatically. The first may require a quick edit; the second can trigger a complaint, a chargeback or regulatory scrutiny. An evaluation that reports 92% accuracy can conceal the fact that the remaining 8% includes the failures that matter most.
Consider an AI assistant used to draft insurance claim summaries. If it correctly extracts 980 of 1,000 routine details but misses 20 references to prior medical conditions, its field-level accuracy is 98%. That number looks excellent until those omissions delay claims or alter coverage decisions. A risk-aware evaluation would separate low-cost formatting defects from high-cost factual omissions, assign severity levels and report recall for critical facts. The headline score might fall, but the metric would become more faithful to operational reality.
Teams should quantify error cost rather than merely count errors. Useful dimensions include financial exposure, time to detect, time to repair, number of people affected and reversibility. A false recommendation that users can undo in seconds is not equivalent to an automated action that sends money, deletes records or publishes content. Weighted metrics are imperfect and can be gamed, but they force product, legal and operational leaders to state which failures are tolerable before deployment rather than after an incident.
Workflow friction rarely appears in a test set
An answer can be correct and still be burdensome. A coding assistant might generate a valid function but require the developer to restate repository context three times. A sales tool might draft a credible email yet force the representative to copy customer details between four screens. A clinical summariser might save five minutes of typing while adding seven minutes of verification. None of these problems necessarily reduces answer accuracy, but each reduces adoption.
Friction accumulates through small interactions: a two-second delay before every response, citations that open in a new tab, edits that disappear after regeneration, unclear controls for undoing an action or repeated requests for information already supplied. Suppose an analyst uses an assistant 60 times a day. An extra four seconds per interaction costs four minutes daily, while two failed retrievals that each take three minutes to diagnose add another six. The system may look fast in a single demo and still consume nearly an hour per analyst each week.
Measure the complete task, not the model turn. Time to successful completion, number of retries, hand-offs, edits, abandoned sessions and repeated questions reveal friction that accuracy scores miss. Instrument each stage of the workflow so the team can distinguish model failures from retrieval delays, poor interface choices and missing permissions. Otherwise, the model becomes the convenient explanation for every problem, even when the largest gains would come from fixing the product around it.
Trust depends on calibrated behaviour, not polished prose
Users do not trust AI because it sounds confident. They trust it when its confidence corresponds to its competence and when they can inspect, correct and recover from its decisions. Fluent language can undermine that relationship by making weak outputs appear authoritative. A model that gives decisive but unsupported answers may score well with reviewers who assess readability, while experienced users learn to disregard it after encountering a handful of costly errors.
Calibration should be visible in system behaviour. When evidence is strong, the product can act quickly and cite the relevant source. When evidence is incomplete, it should ask a targeted question, narrow the claim or route the case to a person. Imagine a procurement assistant reviewing 10,000 invoices. Automatically approving 70% at 99.8% precision may create more value than attempting 95% coverage at 97% precision, because the latter could produce roughly 285 incorrect approvals rather than 14. Higher automation is not automatically better automation.
Trust metrics must also capture whether users accept correct recommendations and reject incorrect ones. Track overrides, verification actions, citation openings, undo rates and the gap between expert and novice behaviour. If users routinely rewrite accurate outputs, the issue may be poor explanation or prior negative experience. If they accept bad outputs without inspection, apparent adoption may signal dangerous overreliance. The goal is appropriate reliance: confidence when the system is dependable and scrutiny when it is not.
Production users redraw the data distribution
Test sets are usually cleaner and narrower than production traffic. They reflect historical examples, expected phrasing and cases that evaluators could label with reasonable confidence. Real users bring misspellings, conflicting instructions, unusual languages, screenshots, partial documents and requests that span multiple policies. They also adapt to the product. Once they discover that longer prompts or repeated regeneration produce better results, their behaviour changes the distribution again.
Segmentation exposes this drift. A global success rate of 88% may hide 94% performance for English-speaking desktop users and 61% for customers uploading photographed documents on mobile devices. The average can improve even while a vulnerable or commercially important group deteriorates, particularly if traffic shifts towards easier tasks. Report results by task type, language, device, customer tier, risk level and degree of automation. Small groups need confidence intervals and qualitative review, but they should not disappear into a blended number.
Production evaluation also requires fresh ground truth. Sample real interactions, obtain appropriate consent and privacy controls, and have domain experts review the cases that carry material consequences. Random sampling estimates broad quality; targeted sampling finds rare failures. Teams should deliberately inspect low-confidence outputs, escalations, repeated attempts, policy-sensitive topics and unusually successful sessions. The last category matters because it reveals workflows worth expanding, not merely defects to repair.
Behavioural evidence tells you whether value was delivered
User satisfaction surveys are useful but incomplete. Response rates are low, unhappy users may leave without answering and a positive rating can reflect pleasant wording rather than task completion. Behavioural signals provide a harder view of what happened: did the user send the drafted message, resolve the ticket, merge the code, complete the application or return to manual work? The strongest product metrics connect AI use to an observable outcome.
Those signals need careful interpretation. A high acceptance rate may indicate quality, but it can also reflect automation bias or a low-stakes task where users do not bother checking. Heavy editing may mean the draft was poor, or that the AI successfully provided a useful starting structure. Repeat usage can indicate value, dependency or repeated failure to solve the original problem. Pair event data with session replay, interviews and expert review before assigning a cause.
A practical scorecard combines outcome, effort, reliability and economics. For a support assistant, that might include verified resolution rate, seven-day reopen rate, customer effort, escalation rate, median handling time and cost per resolved case. If handling time falls 20% but reopenings rise from 6% to 11%, the apparent productivity gain may simply defer work. Similarly, a cheaper model is not cheaper if its errors create more reviews, refunds or support contacts. Measure total cost to a successful outcome.
Build an evaluation system that can disagree with the leaderboard
A credible evaluation programme uses several layers. Start with offline tests for rapid iteration: factuality, instruction following, retrieval quality, safety and adversarial cases. Add scenario evaluations that simulate complete workflows, including tool calls, permissions, interruptions and recovery. Then run controlled production experiments with guardrails, staged exposure and predefined stop conditions. Each layer answers a different question; no single score should decide release readiness.
Before an experiment, write down the expected mechanism and tradeoffs. For example: a new retrieval system should reduce unsupported policy claims by 30%, add no more than 300 milliseconds of median latency and keep escalations within one percentage point. Monitor leading indicators such as tool failures and response time, alongside lagging outcomes such as complaints and repeat contacts. Use canary releases for higher-risk changes, and preserve a control group long enough to detect novelty effects rather than celebrating the first week of engagement.
Ownership matters as much as instrumentation. Model engineers should not define success alone, because they are closest to the metrics their work can improve. Product, design, operations, security, legal and frontline staff need authority to challenge a release whose benchmark gains create unacceptable workflow costs. Maintain an error taxonomy, review severe incidents regularly and feed production cases back into evaluation sets without allowing the benchmark to become a memorisation target.
The most mature teams are willing to ship a model with a lower aggregate score when it produces fewer catastrophic errors, clearer uncertainty and better task completion. They are also willing to reject a technically impressive upgrade that adds latency, encourages overreliance or shifts labour onto users. Evaluation succeeds when it can reveal that the leaderboard winner is the wrong product choice. If every offline improvement is automatically declared a user improvement, the measurement system is not testing the strategy; it is merely endorsing it.
Comments (0)
Discussion is opening soon. Be the first to comment.