Mmayaanderssoninllmasajudge.hashnode.dev·4d ago · 20 min readYour eval pass rate is 98 percent. Your confidence interval is probably wrong.TL;DR. Almost every eval harness reports a pass rate with an error bar, and almost every one of those error bars comes from the normal approximation: p̂ plus or minus 1.96 times the square root of p̂(00
Mmayaanderssoninllmasajudge.hashnode.dev·6d ago · 18 min readComparing Two Eval Runs by Their Average Pass Rate Is the Wrong TestTL;DR. You run version A and version B against the same 500-item eval set. A passes 71.4 percent, B passes 74.0 percent, and you conclude B is better. That reasoning throws away the one fact that matt00
ABAman Beherainbeingamanforever.hashnode.dev·Jul 8 · 6 min readGSoC 2026 / Week 3: summary(), disp(), and the plot Hi again !! Two-week silence on my end. I was on bed rest after a medical procedure and away from the keyboard for a while, so I am catching up now with Week 3 and Week 4 landing back to back ahead of00
Mmayaanderssoninllmasajudge.hashnode.dev·Jul 8 · 7 min readOne average eval score was hiding two different failure modesA mean faithfulness of 0.75 sounds like a model that is usually right and occasionally slips. Mine was near-perfect on half the data and near-zero on the other half, and 0.75 described neither slice. 00
Mmayaanderssoninllmasajudge.hashnode.dev·Jul 7 · 8 min readYour LLM-as-judge has a position bias you are not measuringIf your pairwise judge sees answer A before answer B, it tends to prefer A. If you never swap the order, every win-rate you report is contaminated by which slot you happened to put each answer in. The00
BSBerkan Seseninsesenai.hashnode.dev·Jun 29 · 13 min readAIC and BIC: Choosing the Right Model Without OverfittingImagine you're fitting a curve to noisy data. A straight line misses the shape entirely, so you try a quadratic, then a cubic, then keep going. By degree 10 the curve passes through nearly every point00
ASAnton Sarokainanton-saroka.hashnode.dev·Jun 20 · 9 min readCADE — An Interesting Approach to Finding Anomalies in Multidimensional DataThis is a translation of my original article on habr.com. Introduction One way to search for anomalies in a dataset is to use the probability density function corresponding to the data as a measure of00
ASAnton Sarokainanton-saroka.hashnode.dev·Jun 20 · 7 min readWhat Is the Distribution of Sample Quantiles?This is a translation of my original article on habr.com. Sample means, sample variances, sample quantiles, and other statistics are random variables by nature. Knowing their distributions helps us bu00
Mmayaanderssoninllmasajudge.hashnode.dev·Jun 16 · 3 min readStratified sampling for LLM eval sets: why your aggregate pass rate hides the regressions that matterTL;DR: A headline eval pass rate is an average over every kind of input your system sees, and averages hide the thing you most need to catch: a sharp regression in a small but important slice. If refu00
AAdarshinaasteriskz.hashnode.dev·Jun 11 · 11 min readBuilding an Autonomous Monte Carlo Engine to Predict the 2026 World CupToday is the start of the 2026 FIFA World Cup, the largest sporting competition every four years. As a fun project, I decided to build a model to predict the tournament. With sports, you never really 00