New Recursive Working-Memory Model Boosts Long-Horizon AI Agents
agents
| Source: HF Papers | Original article
Researchers unveil Recuris, a recursive Experiential‑Working Memory architecture that enhances long‑horizon agents by tracking task progress and reducing state‑obscuring histories.
A new architecture called **Recuris** has been unveiled to tackle one of the toughest problems in autonomous AI: recursive self‑improvement (RSI) for long‑horizon tasks. The design, described as a “recursive Experiential‑Working Memory” system, equips an agent harness with a dedicated Working Memory that continuously tracks task progress, keeping the growing history from obscuring the current state and from misdirecting skill selection.
The breakthrough matters because existing long‑horizon agents often lose coherence as they accumulate steps, leading to drift and inefficient tool use. By externalising the memory that each sub‑agent—each of which can spawn its own full harness—shares, Recuris preserves a clear, up‑to‑date picture of the environment and the agent’s objectives. This aligns with a broader research push documented in recent surveys and open‑source roadmaps that separate harness engineering (loops, context, tools) from model optimisation (pre‑training, reinforcement learning, self‑evolution). Earlier work such as EvoHarness‑RL demonstrated that a trainable coordination layer can evolve how agents synchronise long‑term experience with active execution; Recuris extends that idea by embedding the memory management directly into the recursive harness, potentially reducing the need for external orchestration.
The community will now watch for several next steps. Researchers are likely to benchmark Recuris against existing long‑horizon frameworks, testing whether its memory‑centric approach improves planning stability and reduces token consumption. Integration with platforms that already support recursive agent spawning—such as the harnesses described on June 11, 2026—could accelerate adoption. Finally, the architecture may inspire open‑source implementations that blend the “externalised harness engineering” roadmap with the “internalised model optimisation” strategies highlighted in recent surveys, shaping the next generation of self‑evolving AI agents.
Sources
Back to AIPULSEN