Benedict.

Back to series

SeriesComplete6 of 6 articles

Parameter Golf: Learning Transformers Under 16MB

Learning transformer design under a 16MB limit through compression, evaluation, and agent-assisted experiments.

  1. 01The 16MB BetMay 13, 2026 · 10 min readI studied Parameter Golf because I wanted a real constraint to force me past surface-level transformer knowledge.
  2. 02Learning The Parameter Golf Game BoardMay 13, 2026 · 8 min readThe first useful lesson was that Parameter Golf is not scored on vibes. It is scored on a very specific artefact pipeline.
  3. 03The Bottleneck Kept MovingMay 13, 2026 · 9 min readBetter model quality did not always produce a better submission. Compression and evaluation kept changing what progress meant.
  4. 04What Tiny Transformers PunishMay 13, 2026 · 9 min readA small transformer under a byte budget makes comfortable architecture defaults feel expensive.
  5. 05Agents As Lab InfrastructureMay 13, 2026 · 11 min readCoding agents were most useful when I stopped treating them as geniuses and started treating them as structured lab infrastructure.
  6. 06The Next Parameter Golf RunMay 13, 2026 · 7 min readIf I ran Parameter Golf again, I would spend less time chasing cleverness and more time making the bottleneck visible earlier.