tech
What Parameter Golf taught us
Lessons from 1,000+ participants, 2,000+ submissions, and an open machine learning challenge shaped by coding agents.

TL;DR
- Parameter Golf was a machine learning challenge focused on minimizing held-out loss within a 16 MB artifact limit and a 10-minute training budget.
- Over 2,000 submissions were received from more than 1,000 participants.
- AI coding agents were extensively used, lowering the cost of experimentation and increasing participation.
- Submissions featured technical creativity including optimizer tuning, quantization, new modeling ideas, and test-time training.
- The challenge also highlighted new issues related to AI agent use, such as submission review, attribution, and scoring.
- The competition served as a talent discovery mechanism, revealing strong machine learning taste and persistence.
- The nonrecord track encouraged more experimental approaches, with some alternative methods holding their own against dominant transformer baselines.
- AI agents made prototyping speculative ideas cheaper and faster, benefiting the more experimental nonrecord track.
- The widespread use of AI agents lowered the barrier to entry but also created 'noise' with many small modifications to top scorers and occasional invalid paths copied by agents.
- A Codex-based triage bot was developed to handle the high volume of submissions and flag them for human review.
- AI agents also became community tools, tracking progress and helping participants understand the competition.
- The challenge provided insights into the future of open research competitions with increasingly capable AI agents.