What they did
The authors designed two preregistered campaigns to test whether a black-box LLM observer could reliably read solution progress from partial reasoning traces. All thresholds, sample sizes, and analysis plans were fixed before data collection. They audited 52,988 request attempts across shared serving endpoints (e.g., API calls to named models). The core analyses used 31 valid task groups, 100 replay pairs, ten windows per supplementary arm, and 3,060 constructed-error judgments. Execution record (delivery rates, schema validity, request hashes, recorded metadata) was at ceiling, indicating the failures were not due to engineering errors.
Key findings
- Same-window repeat rankings (identical requests within a short time window) agreed at Spearman ρ = 0.400 against a required 0.90 threshold.
- Byte-identical next-day replays agreed at Spearman ρ = 0.78 against a required 0.99 threshold.
- Three mechanisms explained the gap: (1) a label-to-meaning mapping that biased readouts as strongly as the signal; (2) candidate gaps seven orders of magnitude below the instrument's noise floor; (3) byte-identical inputs returning different rankings, a noise that exact-permutation readouts compound.
- Preregistered follow-ups showed that waiting (ρ=0.805 vs 0.800, replicated over five days) and switching providers (medians 0.74–0.88 across four providers) did not repair reliability; self-hosting on batch-invariant kernels helped only while the server was quiet.
Why it matters
These results challenge a foundational assumption in LLM-as-judge research: that a model name on a shared endpoint corresponds to a stable measurement instrument. The authors show that even with perfect execution, the instrument's noise floor can overwhelm the signal, making it untrustworthy for tasks like training data filtering, generation scoring, or leaderboard computation. The paper provides a three-level snapsho-identity ladder, eight design rules, and a reporting checklist to help future studies validate their instruments before freezing evaluation gates.
Caveats
All measurements were taken on externally observed behavior of shared serving infrastructure; results may differ for private or dedicated endpoints. The study tested a specific set of models and tasks (solution progress reading from partial reasoning traces); other judge tasks or model families might show different reliability profiles. The authors note that a pilot at roughly 2% of the study's call volume would have exposed the unreachable gates, suggesting that many published results using LLM judges may be at risk.