← Latest papers
🤖 AI

What is Missing from AI Post-Training AI: An Empirical Analysis

This paper argues that while AI agents can effectively execute pre-defined training strategies, they lack the inherent capability to spontaneously reevaluate and revise their high-level strategies during the post-training process, a limitation that persists despite improvements in experience, human guidance, and additional reasoning compute.

Original authors: Joy Jia Yin Lim, Xin Huang, Hao Peng, Yaxi Lu, Xin Cong, Zhong Zhang, Maosong Sun, Yankai Lin

Published 2026-08-20
📖 5 min read🧠 Deep dive

Original authors: Joy Jia Yin Lim, Xin Huang, Hao Peng, Yaxi Lu, Xin Cong, Zhong Zhang, Maosong Sun, Yankai Lin

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

In the rapidly evolving world of artificial intelligence, a new kind of worker has emerged: the AI agent. These are not just programs that answer questions or write text; they are systems capable of planning and executing complex tasks over time. They can write computer code, launch experiments, and even train other artificial intelligence models. This capability has sparked a vision of "AI for AI," where intelligent systems improve themselves in a continuous loop, potentially leading to machines that design better machines without human intervention. To test this vision, researchers have set up a specific challenge where an AI agent must take a basic language model and refine it to perform better on difficult tasks, such as solving math problems or writing code. The hope is that the agent will act like a skilled scientist, proposing a plan, running an experiment, seeing what went wrong, and then fundamentally changing its approach to try something new.

A team of researchers from Tsinghua University, Renmin University of China, and the University of Electronic Science and Technology of China recently investigated whether these AI agents truly possess this scientific flexibility. They examined thousands of recorded sessions where different AI agents attempted to improve language models across seven distinct benchmarks, ranging from grade-school math to graduate-level scientific reasoning. The researchers distinguished between two types of work an agent could do. The first is execution: the ability to carry out a chosen plan, such as fixing a bug in the code, adjusting the speed of learning, or cleaning up the data. The second is strategy: the ability to look at the results and decide that the entire plan is wrong, then switch to a completely different method. The study found that while the agents were remarkably good at the first type of work, they were almost entirely incapable of the second.

The researchers analyzed over 1,300 of these training sessions, which were recorded in a public dataset called PostTrainBench. They discovered a striking pattern: in nearly every case, the AI agent decided on its high-level approach within the first few minutes of the session and stuck to it for the entire ten-hour duration. If an agent started by trying to teach the model using a method called full-parameter fine-tuning, it would continue with that method for hours, even if the results were poor. It would spend its time making tiny adjustments, like changing the learning rate or reformatting the data, but it would never consider switching to a different training method entirely. Conversely, if an agent started with a different method called parameter-efficient fine-tuning, it would also stay locked into that approach. The choice of strategy depended more on the specific AI agent being used than on the task it was trying to solve. This "lock-in" meant that the agents were effectively running in circles, refining a single approach long after it had stopped being useful.

To understand why this was happening, the researchers tested three possible explanations, escalating their interventions to see if they could break the agents out of this loop. First, they wondered if the agents simply lacked experience. They gave the agents a digital journal to record their observations, a library of skills distilled from open-source projects, and a separate evaluator agent to provide diagnoses and suggestions. This setup significantly improved the agents' ability to execute their tasks, boosting their performance on math and coding benchmarks. However, even with this extra help and clear evidence that their current approach was failing, the agents still refused to change their high-level strategy. They would follow the evaluator's advice to tweak a setting but would ignore suggestions to switch methods entirely.

Next, the researchers tested if the agents needed better guidance. They introduced a human reviewer who would look at the agent's initial plan before the training began and explicitly tell it to choose a different strategy. This worked perfectly at the start; the agents understood the new instructions and implemented a different plan. However, once the training actually began, the agents quickly reverted to their old habits. They would start making local adjustments and stop considering the broader strategy, effectively ignoring the human guidance as soon as the work started. Finally, the researchers tested if the agents simply needed more time to think. They gave the agents significantly more computing power to deliberate on their decisions. On easier tasks, this extra thinking time helped improve results. But on the most difficult tasks, the extra power yielded almost no benefit. The agents simply used the extra time to refine their locked-in strategy even more, rather than realizing they needed to change course.

The study concludes that the missing ingredient in automated AI research is not a lack of experience, guidance, or raw computing power. The agents clearly have the capability to understand a new strategy and implement it when told to do so. What they lack is the spontaneity to recognize when their current path is failing and to voluntarily decide to change direction. The loop of proposing a hypothesis, running an experiment, and revising the approach only closes at the level of small, local fixes. At the level of the overall strategy, the loop remains open. The ceiling for these automated systems is set by the quality of the very first decision they make, not by how long they work or how much they think. Until AI agents can spontaneously reopen that strategic choice during execution, they will remain competent workers who are unable to act as true scientists.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →