Vanity Vs Outcome Metrics
The Metric That Made Everyone Feel Good - And Nobody Better Off
A team launches an AI-powered customer support chatbot. After one month, they report to leadership: '94% user satisfaction rating, 12,000 conversations handled, average response time under 3 seconds.' Leadership is thrilled. But dig deeper. Of those 12,000 conversations, 7,200 were users who immediately escalated to a human agent, the bot handled greetings, not problems. The 94% satisfaction came from a survey shown only to users who completed a conversation with the bot, excluding the majority who abandoned. Response time measured time-to-first-token, not time-to-resolution. Every number was real. Every number was misleading. These are vanity metrics: measurements that look impressive in a report but do not tell you whether your system is actually achieving its purpose. This lesson teaches you to distinguish vanity metrics from outcome metrics and build evaluation frameworks that measure what actually matters.
What Makes a Metric 'Vanity' vs 'Outcome'
A vanity metric measures activity or output without connecting to a meaningful result. An outcome metric measures whether the system achieved the goal it was built for. The distinction is not about the metric itself. It is about context. 'Number of API calls' is vanity if you are trying to measure quality, but it is an outcome metric if you are measuring adoption. The test: Does changing this metric in the direction you want reliably mean your users are better off? If you can increase the metric without improving the user experience, it is vanity. Accuracy on a benchmark is vanity if the benchmark does not represent your production workload. Throughput is vanity if users care about correctness, not speed. 'Conversations handled' is vanity if most conversations are unresolved. BLEU score is vanity if it does not correlate with human judgments of translation quality, and research has repeatedly shown the correlation is weak. The practical framework: for every metric you track, write one sentence explaining how improving it directly benefits a real user. If you cannot write that sentence convincingly, you are tracking vanity.
The Most Common Vanity Metrics in AI Evaluation
Benchmark leaderboard position is perhaps the most pervasive vanity metric in AI. A model ranking first on MMLU may have been specifically optimized for that benchmark through data contamination or format-specific fine-tuning, performing no better, or worse, on real tasks. Parameter count was once treated as a proxy for capability; in 2025-2026, smaller models routinely outperform larger ones on specific tasks. Tokens-per-second measures throughput but says nothing about whether those tokens are correct or useful. 'Supports 100+ languages' counts capabilities without measuring quality, support and proficiency are very different things. Training data size implies quality through volume but ignores data quality, deduplication, and relevance. F1 score on an imbalanced dataset can look excellent while the model fails on the minority class that matters most. User engagement metrics like 'session length' or 'messages per conversation' can increase when users are frustrated and struggling, not when they are satisfied. Each of these metrics has legitimate uses in specific contexts, but each becomes vanity when treated as evidence that your system is working well without further investigation.
Building an Outcome Metrics Framework
Start with the question your system exists to answer, then work backward to the metric. If your AI system exists to help customer support agents resolve tickets faster, the outcome metric is resolution time with AI assistance versus without. If it exists to help doctors catch diagnoses they would otherwise miss, the outcome metric is incremental diagnostic yield. If it exists to generate code that developers ship, the outcome metric is the percentage of AI-generated code that reaches production unchanged. The IMPACT framework helps: Identify the user goal. Measure the current baseline without AI. Pick a metric that changes only when the goal is better achieved. Attribute the change to your system (not external factors). Compare across meaningful time periods. Track regression over time. For each outcome metric, define a 'so what' threshold: the minimum improvement that would justify the system's cost and complexity. A 2% improvement in diagnostic yield might justify a medical AI system. A 2% improvement in chatbot response quality probably does not justify the infrastructure cost. Outcome metrics force honest conversations about whether your AI system is earning its place.
Converting Vanity Metrics Into Outcome Metrics
You do not always need to discard vanity metrics, sometimes you can transform them. The conversion requires adding context, conditions, or downstream validation. 'Accuracy' becomes an outcome metric when you specify accuracy on what, measured how, for whom. '91% accuracy on production-representative queries, measured by expert human raters, across all user language segments with no segment below 80%' is an outcome metric. 'Conversations handled' becomes meaningful as 'conversations resolved without human escalation where the user confirmed their issue was addressed.' 'Response time' becomes meaningful as 'time from user query to complete, correct answer, not time to first token.' Apply three transforms to any vanity metric. First, add a quality gate: do not count outputs that fail a correctness check. Second, add a user-outcome condition: only count interactions where the user's goal was achieved. Third, segment the metric to ensure it is not being inflated by easy cases while hard cases fail. A metric that survives all three transforms has graduated from vanity to outcome. One that cannot survive any of them was never measuring anything useful.
Why Organizations Default to Vanity Metrics
Understanding why vanity metrics persist helps you fight the pattern. Vanity metrics are easy to compute. They require no human judgment, no complex attribution, no uncomfortable questions. They go up consistently, making dashboards look good and progress reports feel positive. They are legible to non-technical stakeholders who equate bigger numbers with better outcomes. And critically, no one gets blamed for a vanity metric looking bad because the metric was never tied to a specific commitment. Outcome metrics are threatening because they might show that your system is not working. A team that reports '12,000 conversations handled' never faces a hard question. A team that reports '23% of conversations fully resolved without escalation' faces immediate scrutiny: why so low? What is the plan to improve? This organizational dynamic means that adopting outcome metrics is not just a technical decision. It is a cultural one. You are choosing accountability over comfort. The teams that make this choice build better systems because they have honest signal about what is working. The teams that avoid it build systems that look good in quarterly reviews but fail users in production.
Designing Dashboards That Resist Vanity
Your evaluation dashboard's design determines whether people engage with real signal or comforting noise. Apply three design principles. First, lead with outcome metrics, put them at the top, make them the largest visual element. Vanity metrics can appear below for operational context but should never be the headline. Second, always show outcome metrics alongside their baselines and targets. '78% resolution rate' means nothing in isolation. '78% resolution rate, up from 62% baseline, target 85%' tells a complete story. Third, include a 'reality check' panel that shows failure cases: the worst outputs from the current period, randomly sampled unsuccessful interactions, and segments performing below floor. This panel prevents the dashboard from becoming a self-congratulation tool. Add a metric health indicator for each number: is this metric validated against user outcomes, or is it a proxy? Color-code unvalidated metrics differently so viewers know which numbers to trust and which to treat with skepticism. Review your dashboard quarterly and ask: which of these metrics has influenced a real decision in the past 90 days? Any metric that has not influenced a decision is probably vanity. Consider removing it to reduce noise.
Case Study: From Vanity Dashboard to Outcome Dashboard
A document processing AI team tracked five metrics: pages processed per hour, OCR accuracy, API uptime, model latency, and customer count. All five trended positively for six months. Then they lost a major client who said the system 'did not actually work.' Investigation revealed the system processed pages quickly (vanity) but extracted incorrect data from complex table layouts (outcome failure). OCR accuracy measured character-level accuracy on clean text, ignoring table structure entirely. The team rebuilt their evaluation around three outcome metrics: end-to-end extraction accuracy on structured documents (verified by human audit), downstream error rate in customer workflows that consumed their output, and customer-reported issue rate per 1,000 documents processed. The new dashboard told a starkly different story. End-to-end accuracy on tables was 54%, not the 97% character-level OCR accuracy they had been reporting. Customer issue rate was 12 per 1,000 documents, concentrated in the financial document segment. These uncomfortable numbers drove a focused three-month improvement effort on table extraction that ultimately saved the next at-risk client relationship.
Validating That Your Outcome Metrics Are Real
Even well-intentioned outcome metrics can drift into vanity territory if you do not validate them regularly. Validation means checking that your metric actually correlates with the user outcome you believe it measures. Run a correlation study at least quarterly: sample interactions where your outcome metric scored high and verify with users or manual review that the outcome was genuinely good. Do the same for low-scoring interactions. If your metric says an interaction succeeded but the user says it failed, your metric is broken. Check for Goodhart's Law effects, when a metric becomes a target, people optimize for the metric rather than the underlying goal. If your team is evaluated on 'resolution rate,' they might start counting premature closures as resolutions. Add a counter-metric that catches gaming: resolution rate paired with reopen rate, for example. Test your metric's sensitivity to meaningful changes. If you deliberately degrade your model and your outcome metric does not drop, it is not measuring what you think it is measuring. Conversely, if you make a genuine improvement and the metric does not move, it may be too noisy or measured at the wrong granularity. Treat metric validation as a recurring evaluation task, not a one-time setup.
Communicating Outcome Metrics to Skeptical Stakeholders
Switching from vanity to outcome metrics means your numbers will often look worse. Prepare for resistance. When a stakeholder asks 'why did our accuracy drop from 97% to 68%?' the answer is: 'It did not drop. We changed what we measure. The old number measured character recognition on clean text. The new number measures whether the complete extracted record is correct. The system has always performed at this level. We are now measuring it honestly.' Frame the transition as increasing visibility, not reporting failure. Use an analogy: 'We used to measure how fast the car goes. Now we measure whether it arrives at the right destination.' Show that outcome metrics are actionable. They tell you exactly where to invest improvement effort, while vanity metrics just told you everything looked fine. Present outcome metrics with improvement trajectories. Even if the current number is low, a clear trend upward demonstrates progress. Stakeholders can accept a low number paired with a plan; they cannot accept the surprise of discovering their 97% metric was meaningless after a customer leaves.
Try This Now
Open your current AI evaluation dashboard or your most recent evaluation report. List every metric you track. For each metric, apply the vanity test: Can you increase this metric without making any real user better off? If yes, it is vanity. For every vanity metric you identify, write one sentence converting it to an outcome metric using the three transforms: add a quality gate, add a user-outcome condition, and segment it. Then identify the single most important outcome metric you are not currently tracking, the one number that would most honestly answer the question 'is this AI system achieving its purpose?' Write a plan to start measuring it this week. You do not need a perfect measurement system. Even a manual weekly sample of 50 interactions, scored against the real user outcome, gives you more honest signal than the most sophisticated vanity dashboard.
Key Takeaways
Vanity metrics measure activity or output without connecting to meaningful user outcomes. They look impressive but do not tell you if your system is working. The test for vanity: can you increase the metric without making users better off? Common AI vanity metrics include benchmark leaderboard position, parameter count, tokens-per-second, and unqualified accuracy scores. Build outcome metrics by starting with the user goal and working backward to a measurement that changes only when that goal is better achieved. Convert vanity metrics by adding quality gates, user-outcome conditions, and segmentation. Organizations default to vanity metrics because they are easy, comfortable, and non-threatening, adopting outcome metrics is a cultural choice toward accountability. Validate your outcome metrics quarterly by checking correlation with actual user outcomes and testing for Goodhart's Law effects. Lead your dashboards with outcome metrics and include failure cases to prevent self-congratulation.
Skill.re