In the end, 153 fully autonomous experiments were conducted, with the longest lasting over 8 days, but no experiment proposed a truly novel method. Effective techniques such as normalization, learning rate adjustments, and weight averaging all had similar ideas in existing research.
However, the gap between models did not come from ideas but from trial-and-error throughput. Stronger models did not easily give up on an idea; they would change seeds, re-run ablations, and even retest old solutions after recipe changes. For example, Opus 5 re-tuned beta2 to set a new record, and Fable 5 re-explored old solutions to save 31 steps.
Stronger models were better at handling noise, judging whether small improvements were real or random fluctuations, and even discovering that GPU non-determinism caused loss variations when repeating the same seed, leading them to redo the experimental process around this phenomenon.