Model Releases
If you maintain a skill library for long-horizon agents, this one is worth your time. (bookmark it) It discusses one of most common topics I…
If you maintain a skill library for long-horizon agents, this one is worth your time. (bookmark it) It discusses one of most common topics I get asked about these days. It shares some good ideas on ho
If you maintain a skill library for long-horizon agents, this one is worth your time. (bookmark it) It discusses one of most common topics I get asked about these days. It shares some good ideas on how to effectively leverage memory to improve the effectiveness of long-horizon agents. Recuris splits agent memory in two. A Working Memory tracks task progress, and an Experiential Memory holds skills. Skill selection is grounded in the current task state instead of the full growing history, which is where long runs usually fall apart. Because skill use is anchored to an explicit state, a failed run points at a specific memory component. A fixed Meta-Agent turns the evidence into validation-gated updates to Skill Memory, which reshape execution and produce new evidence. Across four long-horizon benchmarks and ten models, it improves task success in 35 of 37 completed model-benchmark pairs. On tau-bench it adds 17.8 points to GPT-5.6 Sol and 15.6 points to Claude Opus 5, taking Opus 5 to 87.9 percent. The advantage widens as the horizon grows, reaching 32.2 points on the longest tasks. Common long-horizon failures drop by up to 80 percent. Paper: https://arxiv.org/abs/2608.24876 Chat with Paper: https://academy.dair.ai/papers/recuris-evolves-working-and-experiential-memory-for-long-horizon-agents-2608.24876
Related
- New research from Meta. (bookmark it) It's on how to fix agents that forget previously made decisions. It's well know that long-horizon agen…
- New research from Meta and CMU. This one is on agentic context management for long horizon tasks. (bookmark it) Production agents accumulate…
- Neat work on long-horizon agents. Splitting a hard task across agents is typically how standard multi-agent work. The usual design lets them…
- Interesting new approach to enable memory in long-running agents. Weighted Memory Tree organizes execution into tasks, subtasks, and actions…
Source: DAIR.AI (X) | 2026-08-27