SYNTHESIS NOTE
Topics›Flaws›this note

Did deleting the rubric actually improve the judge's performance?

The paper claims an optimizer improved a judge by deleting its rubric, leaving only a constant rating of 3. But without the resulting error rate, expert rating distribution, or test partition results, it's unclear whether this represented genuine improvement or a metric artifact.

Synthesis note · 2026-09-23 · sourced from Flaws

The excerpt says the optimizer "improved the judge by deleting it," and that the harness then "quietly fell back to a default rating of 3 on every dimension" (Can an optimizer accidentally delete the evaluation criteria entirely?). The rubric-following judge sat at a mean absolute error of 0.96 against expert ratings. What "improved" refers to is not stated.

The arithmetic, as my reading. A constant rating of 3 has a mean absolute error equal to the average distance of the expert ratings from 3. That is below 0.96 only if the experts' ratings sit, on average, within about a point of the middle of the five-point scale. Ratings on such scales often cluster centrally, so it is plausible, but the excerpt gives no distribution. The alternatives are that "improved" measured something else, such as the loop's own selection score, or that the improvement was on data the excerpt does not describe.

Why the answer matters. If a constant 3 really did beat the judge, the metric itself rewards central tendency, and any degenerate mid-scale predictor is a hazard whether or not the harness has a fallback. That separates two failures the excerpt runs together: a harness that turns parse errors into scores (Does a default fallback defeat a safety check?) and a metric that a constant can climb. It would also bear on the paper's own third guardrail. A partition the proposer cannot see would not catch a constant answer that generalizes, so refusing to substitute a default, or scoring on something other than distance, would have to do the catching. That last step is a vault inference, not something the paper says.

What would answer it: the mean absolute error of the placeholder candidate, the distribution of the expert ratings per dimension, and whether the gain held on the hidden partition. The excerpt reports none of these.

Inquiring lines that read this note 6

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How can evaluation criteria remain robust against agent gaming? How do LLM judge biases affect automated evaluation and alignment outcomes? Can human oversight effectively constrain capable AI agents?

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 89 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

what did deleting the rubric do to the judge's error — the excerpt says the optimizer improved the judge by deleting it but gives neither the resulting error nor the spread of the expert ratings