YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Recuris Evolves Memory for Long-Horizon Agents

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Recuris Evolves Memory for Long-Horizon Agents
OPEN LINK ↗
// 1h agoRESEARCH PAPER

Recuris Evolves Memory for Long-Horizon Agents

Recuris is an open-source framework that improves long-horizon agents by evolving structured Working and Experiential Memory while keeping the underlying LLM frozen. Its meta-agent localizes failures and admits only validation-gated memory patches.

// ANALYSIS

Recuris makes recursive self-improvement more inspectable by turning memory—not model weights—into the optimization surface. The results are impressive, but the framework’s real test will be whether its gains survive noisier production tasks and model-specific drift.

  • Working Memory tracks verified task state, preventing skill retrieval from being buried in an ever-growing conversation history
  • A fixed meta-agent patches only the implicated memory component, while held-out validation blocks unproven updates
  • Recuris improved 35 of 37 completed model-benchmark pairs, with gains reaching 32.2 points on the longest tasks
  • Model-specific evolution matters: the repository reports that a rebuilt GPT-OSS-20B memory gained 10.2 points, while a general-purpose package transferred negatively
  • The approach offers developers a practical middle ground between static prompting and expensive fine-tuning, with auditable memory artifacts that can be versioned and tested
// TAGS
recurisagentagent-memoryframeworkevaluationopen-source

DISCOVERED

1h ago

2026-08-27

PUBLISHED

1h ago

2026-08-27

RELEVANCE

9/ 10

AUTHOR

Discover AI