Q: Should I use “ready-to-use” evaluation metrics?

LLMs
evals
faq
faq-individual
Generic evaluation metrics can create false confidence, but they can still help explore traces.
Authors

Hamel Husain

Shreya Shankar

Published

July 6, 2025

Modified

September 1, 2026

No. Generic evaluations waste time and create false confidence when you use them as quality measures. However, they can still help you find traces to inspect.

Why are generic eval metrics misleading?

Generic evaluation metrics are everywhere. Eval libraries contain scores like helpfulness, coherence, quality, etc. promising easy evaluation. These metrics measure abstract qualities that may not matter for your use case. Good scores on them don’t mean your system works.

Instead, conduct error analysis to understand failures. Define binary failure modes based on real problems. Create custom evaluators for those failures and validate them against human judgment.

Experienced practitioners may use generic metrics as exploration signals. Once you understand why they fail as quality measures, you can use them to find interesting traces for human review.

↩︎ Back to main FAQ


This article is part of our AI Evals FAQ, a collection of common questions (and answers) about LLM evaluation. View all FAQs or return to the homepage.