proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersSiwei Wu, Jincheng Ren, Yizhi Li1 min readpaperadvanced

ModularRSI: Modular and Generalizable Recursive Harness Self-Improvement

Summary

ModularRSI proposes a contrastive, modular approach to evolve agent harnesses by independently updating five functional modules and aggregating evidence across 2,000 benchmark‑disjoint tasks. Experiments on TB2.0 and SWE‑Bench Verified show consistent gains on unseen tasks and cross‑model transfer.

  • The harness is decomposed into Agent Loop, Tool Use, Observation Management, Context Management, and Task Completion Detection, each evolved within a restricted scope.
  • Contrastive analysis of successful vs. failed trajectories across 2k external tasks isolates recurring behavioral deficiencies.
  • Benchmark‑disjoint evolution prevents overfitting to evaluation suites, improving generalization.
  • Evolved harnesses achieve measurable performance gains on unseen in‑domain and cross‑domain tasks in TB2.0 and SWE‑Bench Verified.

Engineers building LLM‑driven coding agents need a systematic way to improve their control harnesses without overfitting, and ModularRSI offers a modular, evidence‑driven solution.

7/10

Related reading

  1. HarnessVLN: Unifying Training-Free Embodied Navigation through an Agent Harness

    HarnessVLN introduces a zero‑shot, training‑free embodied navigation framework that wraps a multimodal LLM in an "Agent Harness" – a tool‑based protocol that validates planner actions against spatial evidence, tracks progress with hierarchical event memory, and maintains a persistent spatiotemporal graph for recovery. The system works for instruction‑following and object‑goal tasks, achieving 60.…

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. COBRA-Skills: Contextual Bandit-Guided Evolution for Agent Skill Optimization

    COBRA‑Skills uses a contextual‑bandit loop to selectively evaluate and evolve LLM agent skills, achieving better performance with roughly half the evaluation cost of prior methods. The framework works with limited examples and remains robust across different agent setups and even when the target model creates its own skills.

    Hugging Face Daily Papersarxiv.org1 minpaper
  3. Generalized Agent Iteration: One Formal Framework for Iterative Policy Improvement and Recursive Self-Improvement

    The paper introduces Generalized Agent Iteration (GAI), a formal framework that unifies classical iterative policy improvement (GPI) and recursive self‑improvement (RSI). GAI treats an agent as a set of modifiable components and models learning as a loop of evaluation and improvement. Two binary “dials”—whether the improvement mechanism is internal to the agent and whether the evaluation standard…

    Hugging Face Daily Papersarxiv.org1 minpaper