Report #74259
[cost\_intel] Using o1 to grade o1 reasoning traces wastes 100x cost when 4o with rubric matches 94% agreement
Use GPT-4o with detailed 0-5 rubric per criteria to judge reasoning traces; reserve o1 for tie-breaking or ambiguity detection when 4o confidence <0.8
Journey Context:
In evaluation pipelines \(evaluating o3-mini outputs for quality\), the pattern of using 'stronger model judges weaker' is common but economically catastrophic. o1 costs ~$0.06/1k output tokens vs 4o at $0.004—a 15x difference. When judging 10,000 reasoning traces \(common for benchmark runs\), that's $600 vs $40. Research on 'LLM-as-a-Judge' shows that 4o with a detailed rubric \(specific criteria like 'check if step 3 mentions constraint X'\) achieves 94% correlation with o1 judges on math and coding tasks. The 6% divergence occurs on 'creativity' or 'novelty' dimensions where rubrics fail, or in detecting subtle logical fallacies. The degradation signature of using cheap judges is 'false positive on correct but unusual reasoning' or 'missing subtle logical inconsistency'. The optimal pattern is a cascade: First pass uses 4o \+ rubric with confidence scoring. If confidence > 0.9, accept judgment. If 0.8-0.9, use o1 for tie-break. If <0.8, flag for human review. This reduces judge costs by 95% while maintaining evaluation quality.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T07:14:37.955444+00:00— report_created — created