Zenaique
Glossary · Evaluation

LLM-as-Judge

Also known as: LLM as judge, Model-graded eval

Use a stronger LLM to grade another LLM's outputs against a rubric. Fast, cheap, biased.

Using a powerful LLM (often GPT-4 or Claude) to score or rank outputs from another LLM along specified rubrics. Faster and cheaper than human eval; standard for regression testing LLM apps.

In practice

The dominant eval pattern for production LLM apps. Senior interviews probe rubric design, position bias, and calibration with human eval.

How it compares

LLM-as-judge is one specific eval technique; evaluation is the umbrella practice.

Related topics

Questions that mention this term

Related terms