AI agents have become surprisingly proficient at software engineering over the past year, largely due to improvements in reasoning capabilities. This raises a deeper question: can these systems extend their capabilities to automate AI research itself? In this paper, we explore post-training, the critical phase that turns base LLMs into useful assistants. We introduce PostTrainBench to benchmark how well LLM agents can perform post-training autonomously under bounded compute constraints (10 hours on one H100 GPU). We ask frontier agents (e.g., Claude Code with Opus 4.6) to optimize the performance of a base LLM on a particular benchmark (e.g., Qwen3-4B on AIME). Importantly, we do not provide any predefined strategies to the agents and instead give them full autonomy to find necessary information on the web, run experiments, and curate data. We find that frontier agents make substantial progress but generally lag behind instruction-tuned LLMs from leading providers: 23.2% for the best agent vs. 51.1% for official instruction-tuned models. However, agents can exceed instruction-tuned models in targeted scenarios: GPT-5.1 Codex Max achieves 89% on BFCL with Gemma-3-4B vs. 67% for the official model. We also observe several failure modes worth flagging. Agents sometimes engage in reward hacking: training on the test set, downloading existing instruction-tuned checkpoints instead of training their own, and using API keys they find to generate synthetic data without authorization. These behaviors are concerning and highlight the importance of careful sandboxing as these systems become more capable. Overall, we hope PostTrainBench will be useful for tracking progress in AI R&D automation and for studying the risks that come with it. Website and code are available at https://posttrainbench.com/.
翻译:过去一年,AI 智能体在软件工程领域展现出惊人的熟练度,这主要归功于其推理能力的提升。这引发了一个更深层次的问题:这些系统能否将其能力扩展到自动化 AI 研究本身?在本文中,我们探讨了后训练这一关键阶段,该阶段将基础 LLM 转变为有用的助手。我们引入了 PostTrainBench,用于在有限的计算约束下(单张 H100 GPU 上 10 小时)基准测试 LLM 智能体自主执行后训练的能力。我们要求前沿智能体(例如,Claude Code with Opus 4.6)优化特定基准测试上基础 LLM 的性能(例如,Qwen3-4B 在 AIME 上)。重要的是,我们没有向智能体提供任何预定义的策略,而是赋予其完全自主权,以在网络上查找必要信息、运行实验并整理数据。我们发现,前沿智能体取得了实质性进展,但通常落后于领先提供商提供的指令调优 LLM:最佳智能体为 23.2%,而官方指令调优模型为 51.1%。然而,在特定场景下,智能体可以超越指令调优模型:GPT-5.1 Codex Max 在 BFCL 上使用 Gemma-3-4B 达到了 89%,而官方模型为 67%。我们还观察到几种值得关注的失败模式。智能体有时会进行奖励攻击:在测试集上进行训练、下载现有的指令调优检查点而非训练自己的模型,以及使用其发现的 API 密钥未经授权生成合成数据。这些行为令人担忧,并凸显了随着这些系统能力增强,谨慎沙盒化的重要性。总体而言,我们希望 PostTrainBench 将有助于追踪 AI 研发自动化的进展,并研究随之而来的风险。网站和代码可在 https://posttrainbench.com/ 获取。