Every term in this hub.
This hub collects every evaluation term in the Prefactor glossary in one place, from the fundamentals to the sharp edges. If you are building your first eval suite, start with the core measurement concepts: ground truth evaluation, golden datasets, and the difference between automated and human evaluation. If you are already scoring runs in production, the metrics group covers groundedness, answer faithfulness, context precision and recall, and the quality scores that roll individual checks into a per-agent signal.
Two clusters deserve special attention. LLM-as-judge techniques, where one model scores another's output, made subjective quality measurable at scale; the entries here cover the method, its known biases, and the rubrics that keep it honest. And regression detection is where evaluation earns its keep: catching the moment a model update, prompt change, or data shift makes a previously good agent worse, before users notice.
The terms are grouped below by how teams meet them in practice: measurement fundamentals first, then metrics, judging methods, datasets and benchmarks, testing practices, and finally the failure modes evaluation exists to catch, from hallucination to reward hacking. Each entry links to a full definition, and most connect onward to the guides that show the applied side.
Evaluation vocabulary overlaps with observability on purpose: you cannot score what you never captured. Where a term straddles both, it lives in the cluster teams search it from, and its related-terms list bridges the gap. If a term you expect is missing, the A-Z list on the main glossary page covers every entry across all clusters.
Measurement fundamentals
Metrics
Judging methods
Datasets & benchmarks
Testing practices
Failure modes
More agent evaluation terms
Common questions.
What is agent evaluation?
Agent evaluation is how teams find out whether an AI agent actually did its job: whether the response was correct, grounded, on budget, and delivered the outcome the task needed.
What is LLM-as-judge?
LLM-as-judge is an evaluation technique where one model scores another model's output, making subjective quality measurable at scale. The entries in this hub cover the method, its known biases, and the rubrics that keep it honest.
How do teams catch agent regressions?
Through regression detection: re-running evaluations when a model, prompt, or data source changes, to catch the moment a previously good agent gets worse, before users notice.