You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Researchers introduced Recuris, a recursive Experiential-Working Memory architecture for long-horizon agents. Instead of reasoning over full history (which degrades skill selection), a Working Memory component tracks current task state and selects skills from Experiential Memory grounded in present needs. A Meta-Agent converts execution failures into localized, validation-gated memory updates — creating a bounded recursive self-improvement loop. Evaluated across four long-horizon benchmarks and ten models.
⚙️ What It Means for Agentic Workflows
Replace full-history prompting with structured working memory: agents that track task state explicitly — not raw context windows — make better tool/skill selections and fail more predictably.
Failure localization is a design primitive: when your agent errs, the architecture pinpoints which memory layer broke down (skill, experience, working state), enabling targeted fixes rather than full-pipeline reruns.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
🔬 The Finding
Researchers introduced Recuris, a recursive Experiential-Working Memory architecture for long-horizon agents. Instead of reasoning over full history (which degrades skill selection), a Working Memory component tracks current task state and selects skills from Experiential Memory grounded in present needs. A Meta-Agent converts execution failures into localized, validation-gated memory updates — creating a bounded recursive self-improvement loop. Evaluated across four long-horizon benchmarks and ten models.
⚙️ What It Means for Agentic Workflows
🔗 Source
Recursive Experiential-Working Memory Evolution for Long-Horizon Agent Harnesses — August 26, 2026
All reactions