proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersPeng Xia, Rujun Han, Zifeng Wang1 min readpaperadvanced

RRSI: Regularized Recursive Self-Improvement of Agent Harnesses

Summary

RRSI adds budget‑annealed edit limits, trajectory exploration incentives, a benchmark‑aware critic, and a pruning step to recursive self‑improvement of LLM agent harnesses, yielding up to +14.1 points on in‑distribution tasks and +4.7 on OOD benchmarks while cutting policy token usage by 30%.

  • Constraining the number of simultaneous harness edits (annealed budget) prevents over‑fitting to the training tasks.
  • A critic that filters proposals per benchmark and a pruner that drops tiny, expensive, or stale changes steer evolution toward reusable mechanisms.
  • Regularized evolution improves out‑of‑distribution performance modestly (up to 4.7 points) and reduces inference cost (≈30% fewer policy tokens).
  • The approach is generic: it can be plugged into any LLM‑based agent framework that supports iterative harness edits.

Recursive self‑improvement of LLM agents promises rapid capability gains, but without regularization it simply memorizes the training suite. RRSI shows a practical way to keep the evolution generalizable and efficient, a concern for anyone building production‑grade autonomous agents.

8/10

Related reading

  1. 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
  2. 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