Build1 distinct publisher3 min readPublished
Greedy accuracy came back to baseline by 1,500 steps and per-sample correctness tripled, so the fall in pass@64 to 0.19 only surfaced when the authors paid for 64 samples a problem instead of one.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
Check the two headline numbers against each other before carrying either one anywhere. Mean per-sample correct probability after RL is reported as 0.231, up from 0.075 [9]. pass@64 is reported as 0.19, down from 0.83 [7]. Those cannot describe the same prompts at the same checkpoint. A problem solved with per-sample probability p is solved at least once in 64 draws with probability 1 - (1-p)^64, which is never below p, and at p = 0.231 with independent draws it rounds to 1.0 [19]. One of the two figures is therefore a different measurement point, most likely a later step on a curve the authors describe as still falling [7]. The direction of the finding does not depend on the pairing, but a reproduction should log both at the same step.
The contraction had somewhere specific to land. On the carry class, 87.5% of the base model's correct answers sat in sums 110 to 119, which the authors count as 1.7 effective values against 99 nominal [10][4]. The base's correct mass lived in the sampling distribution rather than the argmax [5]. Outcome-only reward has one term, whether the sample scored correct, so mass moves to whatever pays and nothing in the objective protects spread [11]. A beta=0 ablation reproduced the same contraction, which takes the KL anchor off the suspect list [11]. Instance memorization is off it too: fresh accuracy matched or beat seen [12].
The second blind spot runs the other way. On the parity family with a 90/10 SFT imbalance, odd-class greedy accuracy stayed at 0.000 through 3,840 odd examples in every RL run, which a greedy-only evaluator reads as RL having done nothing [13]. Sampling was the only channel carrying that class, and whether RL preserved it varied by seed [14].
The registered prior for the issue was that outcome-only RL is load-bearing exactly when base failures are systematic, because RL can then fix the wrong rule [1]. At near-zero base competence there is no rule to fix: about 60,000 rollouts produced zero correct samples, a wall for RL and for base-plus-search alike [2]. Learning that at 1.8 million parameters is cheaper than learning it on a cluster.
For the 0.83 to 0.19 number to say anything about a production run, three things have to hold. The class you care about has to start diffuse, with greedy well below pass@k [5]. The answer space has to be wide enough for entropy to have room to fall [4]. And your reward has to be outcome-only, with no term on the sampling channel [11]. The write-up is explicit that this is a small synthetic setup rather than a frontier model on real code or math, and that what exports is the pair of qualitative signatures plus the entropy diagnostic, not the magnitudes [16]. It does not test whether large-model RLVR shows the same signature [16]. Per-prompt answer entropy is cheap to log against a fixed prompt set. Sampling 64 times per problem is 64 times the generation cost of a greedy pass [20]. In my context that makes the entropy trace the thing that runs every checkpoint and pass@64 the thing that runs when the trace moves.
Ranked by verification strength, evidence, and original report placement.
The write-up comes from a small journal (issue #79) where every empirical paper registers its priors before touching data; the registered belief was that outcome-only RL is load-bearing exactly when the base model's failures are systematic, i.e. when the base learned a wrong rule and RL can fix the rule.
The prior was refuted in its strong form: systematic failure at near-zero base competence (p0 approximately 0) is not fixable by RL at all and is a wall for both base+search and RL, with about 60,000 rollouts producing zero correct samples.
The setup was a 1.8M-parameter transformer on three synthetic algorithmic families with exact ground truth (counting, multi-digit addition with a carry class, digit-sum parity), with base competence p0 controlled per class, comparing outcome-only GRPO against a matched-budget base+search baseline (pass@k sampling) under fixed per-seed evaluation.
The addition carry class has a wide answer space of 99 possible sums, and the experiment swept coverage c, the fraction of carry examples in training.
At c = 0.01 the base model's greedy accuracy on the carry class was 0.156 while its pass@64 was already 0.792, so the base's correct competence was diffuse and lived in the sampling distribution rather than the argmax.
Under RL, greedy accuracy got worse first and then recovered to base level by 1,500 steps, which a greedy-only monitor reads as a transient degradation followed by a completed run.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · September 4, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
99% token accuracy, zero learning: the training failure that bills you for 18 hours1 distinct publisher
build
A reward curve that hit 1.0 hid a text-to-SQL model scoring 6.4% on Spider1 distinct publisher
build
CrowdStrike's own triage numbers make AI auto-close a calibration contract, not a headcount cut1 distinct publisher
build
A 1MB script that never looks at the screen beats frontier models on computer-use benchmarks1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
One self-refereed toy experiment, documented in unusual detail
Every figure here comes from a single dev.to post whose authors are also its editors and its venue. The methodology is more legible than most blog empiricism: a prior registered before the data, a coverage sweep, a no-KL ablation, a memorization control, three seeds. What it cannot carry is scale or independence, and one pair of reported numbers does not survive arithmetic, since a mean per-sample correct rate of 0.231 implies near-certain success at 64 draws rather than 0.19.
No use outside the journal's own repository
The only thing in the world beyond the experiment is the journal's own issue #79 write-up and the repository behind it. Nobody in this reporting has run the entropy check on a production harness, reproduced the collapse, or tested the signature on a large model under exact-match rewards, which is precisely what the paper asks for.
Scoped honestly, framed one size larger
The post disciplines itself where it counts, leading with its own refuted prior and stating that only the qualitative patterns and the entropy computation transfer. The framing then asks readers to carry a toy-scale mechanism into their production dashboards, and the collapse figure in the headline sits beside a per-sample number that cannot coexist with it. The overreach is modest and mostly in the packaging.
Author, reviewer and publisher are the same small journal
The experimenters wrote the paper, edited it, and published it on their own account, and the payoff they seek is that readers adopt their diagnostic and read their repository. Nothing commercial is in view: no product, no funding round, no model to sell. Reporting a refuted prior in the first section is also not how promotional writing behaves, which is why this reads as reputational self-interest rather than a pitch.
Enough detail to argue with, no outside check on any of it
The write-up gives specific numbers, named controls and per-seed variation, which is more than most single-source posts allow, so our reading of what was claimed is firm. Our reading of whether it is true is not: everything traces to one party's accounting of its own run, including the pair of figures that do not reconcile, and the seed spread in the parity cell shows how much a single run can move.