PromptForge
AI Glossary

Cost & performance

LLM as judge

Also known as: model as judge, ai judge

Definition

LLM as judge uses one model to grade another's output against criteria you define. It makes evaluating subjective quality practical at scale, with known biases to control for.

Human grading is accurate but slow and expensive. LLM judges are fast and cheap enough to run on every change, which is what makes continuous evaluation feasible.

Judges have documented biases: they prefer longer answers, favour their own family's outputs, and are sensitive to option order in comparisons. Counter these by supplying an explicit rubric, randomising position in pairwise comparisons, and requiring a justification before the score.

Validate the judge against human labels on a sample before trusting it. If judge and human agree on most of a hundred examples, the judge is usable for that task.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.