ModularRSI:递归自我改进智能体框架新论文

DAIR.AI · @dair_ai · X·2026-09-21 08:46·2小时前
AI 导读

ModularRSI 提出模块化递归自我改进的智能体框架方案,针对现有 harness 改进方式指出三大缺陷并给出修复:在基准不相交任务上进化、对比同一任务的成功与失败轨迹并跨任务聚合。

DAIR.AI@dair_ai
42AI 编辑部评分,满分 100

ModularRSI:递归自我改进智能体框架新论文

2026-09-21 08:46· 2小时前
AI 导读

ModularRSI 提出模块化递归自我改进的智能体框架方案,针对现有 harness 改进方式指出三大缺陷并给出修复:在基准不相交任务上进化、对比同一任务的成功与失败轨迹并跨任务聚合。

Impressive paper on building recursive self-improving agent harnesses.

It's rich with great insights on building effective agent harnesses.

If you maintain an agent harness, this paper names three defects in how harnesses get improved and the fixes.

First, evolving a harness against the evaluation benchmark makes reusable improvements impossible to tell apart from benchmark fitting.

Instead, ModularRSI evolves on tasks disjoint from the benchmark.

Second, updating from a single trajectory confuses a systematic harness deficiency with one task's reasoning details, which produces changes that fail on unseen tasks.

ModularRSI contrasts successful against failed trajectories for the same task, then aggregates across tasks to find recurring behavioral deficiencies.

Third, a monolithic harness makes it hard to localize a recurring problem, and optimizing the whole thing entangles unrelated mechanisms, so no change can be attributed.

ModularRSI splits the evolvable harness into five functional modules that evolve separately. Agent Loop, Tool Use, Observation Management, Context Management, and Task Completion Detection.

Paper: https://academy.dair.ai/papers/modularrsi-modular-and-generalizable-recursive-harness-self-improvement-2609.14857

来源:DAIR.AI· x.com