Where Should RL Post-Training Compute Go? Model Size, Search, Learning, and Feedback
This paper introduces a FLOP-accounting framework and the RACE diagnostic protocol to demonstrate that optimal RL post-training strategies under a fixed budget are not universal but depend on a complex interplay between model size, search depth, learning updates, and feedback mechanisms, urging researchers to report detailed compute allocations rather than just total FLOPs.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are a chef trying to create the world's most delicious soup, but you have a strict limit on how much electricity your kitchen stove can use. You could spend that electricity on a giant, expensive pot that holds a lot of soup at once, or you could use a smaller pot but stir it for hours. You could also spend energy on tasting the soup constantly to see if it needs salt, or on chopping vegetables faster. In the world of artificial intelligence, specifically when teaching computer programs to think and solve problems, scientists face a similar puzzle. They have a fixed "budget" of computer power (measured in a unit called FLOPs, which is just a count of how many math calculations the computer can do). The big question is: if you have a set amount of power, where should you spend it? Should you use a bigger, smarter brain for the AI? Should you let the AI try more guesses before learning? Or should you spend more power on a "teacher" that grades the AI's work? Getting this balance wrong means the AI might learn slowly or not at all, even if you have plenty of power.
This paper, titled "Where Should RL Post-Training Compute Go?", dives into exactly that question. The authors, Patrick Wilhelm and Odej Kao, treat the computer's energy budget like a limited amount of money that needs to be split between three main things: search (letting the AI try out many different answers), learning (actually updating the AI's brain based on those answers), and feedback (using a separate program to grade how good those answers are). They found that there is no single "best" way to spend the money. Instead, the perfect recipe changes depending on the size of the AI's brain, the type of teacher grading it, and what kind of test you want the AI to pass later.
The researchers discovered that simply saying "we used 100 units of power" isn't enough to understand how an AI was trained. It's like saying a chef used 100 watts of electricity without telling you if they spent it on the stove, the blender, or the lights. If you have a small AI brain, you might get the best results by spending most of your power on letting it try many different answers (search). But if you have a giant, powerful brain, that same amount of power might only buy you a few tries, so you might need to spend more on the actual learning steps. They also found that the "teacher" matters a lot. If the teacher is a simple rule-based checker (like a math key), almost all the power goes to the AI trying things. But if the teacher is another complex AI program, a huge chunk of the power budget gets eaten up just by the teacher doing its job, leaving less for the student AI to learn.
The paper suggests that the "best" way to train an AI depends entirely on what you are trying to achieve. If you want the AI to get a high score on a specific practice test, one mix of search and learning might work best. But if you want it to solve a completely new problem later, a different mix might be better. To help scientists figure this out without wasting millions of dollars on trial runs, the authors introduced a tool called RACE. Think of RACE as a quick, cheap taste-test. It runs a tiny, low-power experiment to guess where the "sweet spot" is for spending the budget, so researchers know which full-scale experiments are worth doing. The authors are careful to say this isn't a magic guarantee that the AI will get smarter; it's just a diagnostic tool to help them pick the right direction before they commit their full resources.
In the end, the main takeaway is that "more power" isn't the only answer. The smartest move is to be a careful accountant. Whether you are training a robot to walk or a computer to solve math problems, you need to report exactly how you split your energy between the brain size, the practice attempts, and the grading system. Because, as the authors show, the same amount of energy can buy you a completely different kind of intelligence depending on how you spend it.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.