What Parameter Golf taught us about AI-assisted research

OpenAI Blog News

Summary

OpenAI publishes a post-mortem on the Parameter Golf challenge, highlighting how AI coding agents lowered experimentation costs and changed the pace of research participation. The article details technical insights from over 2,000 submissions, including innovations in quantization, training optimization, and new modeling ideas.

Parameter Golf brought together 1,000+ participants and 2,000+ submissions to explore AI-assisted machine learning research, coding agents, quantization, and novel model design under strict constraints.
Original Article
View Cached Full Text

Cached at: 05/13/26, 12:14 AM

# What Parameter Golf taught us Source: [https://openai.com/index/what-parameter-golf-taught-us/](https://openai.com/index/what-parameter-golf-taught-us/) We launched Parameter Golf to engage and support the machine learning research community in exploring a new, tightly constrained machine learning problem\. We wanted the challenge to be interesting enough to reward real technical creativity, while remaining conceptually simple and easy to verify\. Participants had to minimize held\-out loss on a fixed FineWeb dataset while staying within a 16 MB artifact limit, including both model weights and training code, and a 10\-minute training budget on 8×H100s\. We provided a baseline, dataset, and evaluation scripts so participants could fork the repo, improve the model, and submit their results through GitHub\. Over the course of eight weeks, we received more than 2,000 submissions from over 1,000 participants\. We were impressed by the technical breadth, creativity, and rule\-bending across the submissions, from careful optimizer tuning and quantization work to new modeling ideas and test\-time training\. One of the most exciting parts of the challenge was seeing how widely participants used AI coding agents\. Agents helped lower the cost of experimentation, made it easier for more people to participate, and changed the pace of the competition\. They also created new challenges for submission review, attribution, and scoring\. The challenge also became a meaningful talent discovery surface for us\. That was one of our goals for Parameter Golf, and it was a useful signal that open\-ended technical challenges can reveal exceptional machine learning taste and persistence\. In this post, we highlight some of the submissions we found surprising and interesting, and share what we learned from running a coding contest in the age of powerful AI agents\. ## Technical impressions We judged and independently reproduced each submission on the record\-track leaderboard, and verified that each submission was record\-breaking at the time it was submitted\. Several themes stood out\. ***Training optimization*** Some of the strongest results came from careful tuning of existing components\. ***Quantization*** Several submissions pushed hard on compression and export\. ***Test\-time and evaluation strategies*** Some submissions pushed the boundary between model improvement and evaluation strategy\. These approaches were valid under the rules, but they required careful review from us as organizers\. ***New modeling and data ideas*** A few submissions introduced modeling or data ideas that were especially creative\. We chose to highlight these nine submissions because they represent the range of results we hoped the challenge would surface\. Some participants found wins through careful tuning\. Others pushed quantization and low\-rank techniques\. Some explored edges of the evaluation rules\. And several introduced modeling or data ideas, from the literature or from scratch, that produced unexpected gains\. The nonrecord track was home to many creative submissions\. We highlighted 15 favorites, including approaches ranging from non\-autoregressive text modeling to dynamic tokenization\. Because this track was more experimental, we focused less on raw performance and more about whether the approach was technically interesting\. Three submissions stood out in particular: These were our favorite three nonrecord submissions, even though they were not necessarily the top three by performance\. That said, the nonrecord track was still competitive\. Half of nonrecord leaderboard entries beat the naive baseline of 1\.22 BPB, and the top\-ranked entry reached 1\.12 BPB\. We found this encouraging\. Even against strong transformer baselines, alternative approaches could sometimes hold their own against the dominant architecture\. We also think that this track benefits especially from the availability of strong coding agents\. Agents made it much cheaper to prototype speculative ideas, including approaches that may previously have felt too time\-consuming or uncertain to try in a short competition\. ## Takeaways A major difference between Parameter Golf and earlier competitions like it was the widespread use of coding agents\. The vast majority of submitters mentioned using agents as part of their work\. That lowered the barrier to entry\. Participants could set up experiments faster, inspect unfamiliar code, and test ideas with less friction\. RunPod’s sponsorship of $1,000,000 in compute also played a major role in making the challenge accessible to more people\. At the same time, agent use created new issues for submission and scoring\. Many submissions were small changes to existing top scorers, rather than fundamentally new approaches\. This was often useful: strong ideas spread quickly and were refined by others\. But it also created noise\. When submissions that fell outside the competition guidelines produced unusually strong scores, other agents sometimes copied those ideas and continued down the same invalid path\. The volume of submissions also changed how we had to run the competition\. We could not manually inspect every submission and still keep the leaderboard moving\. During the challenge, we developed an internal Codex\-based triage bot to monitor new submissions and flag them for human review\. This became especially important during periods when we received hundreds of submissions a day\. AI agents also became part of the community around the challenge\. For much of the competition, @notapplica and their coding agent ran a “Live Updates” bulletin, tracking major events, explaining leaderboard approaches, and helping other participants follow the competition\. Community review tools also appeared to help less experienced participants check whether their submissions were within the rules and avoid common invalid approaches\. ## What’s next? Our primary goal was to launch a challenge that[eligible participants⁠\(opens in a new window\)](https://cdn.openai.com/pdf/d5caec5a-ee81-419d-b0d7-39f1424d819c/OpenAI%20Model%20Craft_%20Parameter%20Golf%20Challenge%20Terms%20and%20Conditions.pdf)could take part in and experience machine learning research\. Parameter Golf brought in a wide range of technically strong and creative submissions, and it gave us a clearer view of how open research competitions may change as AI agents become more capable and widely used\.

Similar Articles

Parameter Golf: What Really Works?

arXiv cs.CL

A paper analyzing the Parameter Golf open challenge for training language models under strict size and time constraints, finding that individual techniques rarely improve BPB by more than 1% but collectively achieved a 13.6% reduction.

Measuring AI’s capability to accelerate biological research

OpenAI Blog

OpenAI demonstrates GPT-5's capability to accelerate biological research by autonomously optimizing a molecular cloning protocol in collaboration with Red Queen Bio, achieving a 79-fold improvement in cloning efficiency through novel enzymatic mechanisms. The work showcases AI's potential to support experimental iteration and empirical validation in wet lab settings while highlighting biosecurity considerations.