Developer open sources NoiseCheck, exposing statistical fallacies in model evals

Formal-King3851 · reddit · 2026-08-16

The author built a CLI tool called noisecheck to determine if model evaluation improvements are real or just statistical noise. Real-world tests on models like DeepSeek and GLM revealed that a "lead of 2.7 points" can be statistically meaningless, with rankings flipping upon scaling the sample size. Experiments also showed that a single model's score fluctuated by ±2.9 points across identical runs, exceeding the marginal gaps between different models.

The tool features cluster-aware resampling, judge consistency checks (GPT-4 vs. human experts Kappa 0.15), and power analysis, designed to act as a CI gate to prevent releases based on spurious data. The code is open source.

Original post →

More from coding & agent

coding & agent channel →