paper-with-me

Papers

ModularRSI: Modular and Generalizable Recursive Harness Self-Improvement

2026-09-14 · Siwei Wu, Jincheng Ren, Yizhi Li, Haau-Sing Li, Chengran Yang, Yuxuan Zhang, Weicheng Gu, Jian Yang, Riza Batista-Navarro, Chuanyi Zhang, Xianglong Liu, Ming Zhou, Bryan Dai, Chenghua Lin hf

Recent work extends recursive self-improvement (RSI) to agent harnesses for long-horizon coding and terminal tasks, enabling agents to improve execution mechanisms from experience. However, generalizable harness RSI remains challenging. First, evolving harnesses on evaluation benchmarks or their subsets makes it difficult to distinguish reusable improvements from benchmark-specific adaptation. Second, single-trajectory updates can conflate systematic harness deficiencies with instance-specific reasoning and solution details, producing modifications that transfer poorly to unseen tasks. Third, localizing recurring behavioral deficiencies within monolithic harnesses is difficult, while whole-harness optimization can entangle unrelated mechanisms and complicate attribution and validation. We propose ModularRSI, a benchmark-disjoint, contrastive, and modular framework for generalizable harness evolution. ModularRSI contrasts successful and failed trajectories for the same task and aggregates evidence across tasks to identify recurring behavioral deficiencies. It decomposes the evolvable harness into five functional modules: Agent Loop, Tool Use, Observation Management, Context Management, and Task Completion Detection. Each module evolves independently within a restricted modification scope, followed by an integration stage that combines the evolved modules into a unified harness and resolves potential conflicts. To support benchmark-disjoint evolution, we curate 2,000 executable evolution tasks from external sources that are disjoint from downstream evaluation benchmarks. Experiments on TB2.0 and SWE-Bench Verified show consistent improvements on unseen in-domain and cross-domain tasks, with the evolved harness also transferring across different foundation models.

📄 PDF Abstract BibTeX arXiv:2609.14857

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ScienceBuddy: Recursive-in-Recursive Self-Improvement for Interactive Scientific Agents

2026-09-15 · Shuhan Xue, Jianyuan Zhong, Ziyuan Nan, Wenbin Li 외 arxiv

We introduce and release ScienceBuddy, an interactive scientific research workspace that brings continually improving scientific agents into researchers' everyday workflows. ScienceBuddy supports researchers in carrying …

Reinforcement LearningContinual Learning

HELIX: Model-Harness Co-evolution for Recursive Self-Improvement

2026-08-14 · Tianyu Fan, Chao Huang arxiv

Scaling agent capability has largely focused on improving the model, yet an interactive agent acts through a runtime harness that mediates context, tools, control flow, and stopping. The harness shapes both what a model …

Code Repair

Recursive Harness Self-Improvement

2026-07-17 · Hyunin Lee, Jinglue Xu, Jeffrey Seely, Donghyun Lee 외 arxiv

Under model--harness co-evolution, harnesses are not merely inference-time scaffolds but data-generating components whose execution traces can shape future foundation models. This motivates harness-in-the-loop learning: …

Continual Learning

MerLean-Prover: A Recursive Looping Harness for Lean 4 Theorem Proving

2026-05-26 · Jinzheng Li, Zeru Zhu, Yuanjie Ren arxiv

MerLean-Prover is an end-to-end Lean4 theorem prover that replaces sorry declarations with kernel-checkable proofs. It is built from three agent types (Planning, Check, and Lean) composed by a recursive outer loop whose …

SoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness

2026-09-17 · Haozhe Liu, Tian Ye, Sensen Gao, Qihang Cao 외 hf

As coding agents move from supervised code completion to unattended, around-the-clock exploration, their work expands from isolated predictions into long trajectories of reasoning, tool use, and feedback. Token efficienc…

Code Completion