智能体自我训练为何陷入局部最优

elvis · @omarsar0 · X·2026-08-23 05:30·2天前
AI 导读

一篇新论文分析大量公开的后训练轨迹,发现智能体在第一步就锁定训练策略,剩余预算全用于局部调整,无法真正实现递归自我改进。研究者尝试三种升级方案:经验驱动脚手架在GSM8K提升12.6分、HumanEval提升40.8分,但策略仍冻结;人类引导和额外推理算力均未解决根本问题。核心缺失是智能体在执行中缺乏重新考虑策略的能力。

elvis@omarsar0
42AI 编辑部评分,满分 100

智能体自我训练为何陷入局部最优

2026-08-23 05:30· 2天前
AI 导读

一篇新论文分析大量公开的后训练轨迹,发现智能体在第一步就锁定训练策略,剩余预算全用于局部调整,无法真正实现递归自我改进。研究者尝试三种升级方案:经验驱动脚手架在GSM8K提升12.6分、HumanEval提升40.8分,但策略仍冻结;人类引导和额外推理算力均未解决根本问题。核心缺失是智能体在执行中缺乏重新考虑策略的能力。

Great paper if you are tracking progress in recursive self-improvement (RSI).

(bookmark it)

There is so much hype around RSI, so I think it's worth understanding why current models are not able to do this properly yet.

Issues range from "lack of creativity" of models to getting stuck in a local optimum.

This work tries to provide more insights into whether agents can really post-train other agents.

Here is the most interesting finding reported in the paper: "the agent’s training strategy is locked in at the very beginning, and the entire remaining budget is spent on local adjustments within the selected strategy."

They analyzed a large corpus of publicly released post-training trajectories. Across tasks, the agent locks in its training strategy at the very first step and spends the entire remaining budget on local adjustments inside it.

They then tried three escalating fixes. An experience-driven scaffold lifted execution broadly, worth 12.6 points on GSM8K and 40.8 on HumanEval, and the strategy stayed frozen.

Human guidance redirected the opening choice, and the agent slid back into local loops once training began. Extra inference compute paid off on easy tasks and did almost nothing on the hardest one.

What agents lack here is a way to reconsider strategy while execution is still running.

Paper: https://arxiv.org/abs/2608.19072

Track more trending AI papers in our academy: https://academy.dair.ai/

来源:elvis· x.com