Terms  /  Evaluation  /  Rubric Rot
08 · Evaluation

Rubric Rot

Decay in evaluation criteria relevance over time — the eval no longer tests what it should.

Rubric Rot is a specific mechanism of Eval Drift focused on the rubric itself. Individual criteria that were once meaningful become meaningless: a check for "uses modern syntax" meant something when the team was migrating from legacy patterns, but a year later it's always true and provides no signal. Criteria accumulate without cleanup: new checks are added but old irrelevant ones are never removed. The rubric grows into a checklist that everyone passes but that catches nothing, creating a false sense of quality assurance.

Example
A team's code review rubric has 25 items. An audit reveals: 8 items are always true (no signal), 4 items reference deprecated practices (no longer relevant), 3 items overlap (measuring the same thing twice), and 2 items contradict each other (legacy vs. current standards). Only 8 of the 25 items provide meaningful evaluation. The rubric has rotted — it creates work (checking 25 items) without proportional value (only 8 provide signal).

More in Evaluation