Skip to content
LLM Engineering

What is LLM Judge?

Using a model to score other model outputs on rubrics like correctness, tone, or format compliance. Judges scale evals beyond hand-labeling, but need calibration against human grades or they bless fluent wrong answers.

Example

BYOB backend configuration carries a dedicated judge model config alongside chat and tool configs, so scoring passes run on a calibrated grader instead of the model being tested.

What people get wrong

Letting the same model grade its own homework uncalibrated. Self-grading inflates scores; separate judges plus human spot-checks keep grades honest.

Sources

Browse all LLM Engineering terms →