Recuris分享了提升长期智能体效果的方法,对比GPT-5.6 Sol和Claude Opus 5,效果显著,值得一看。
Recuris将智能体记忆分为工作记忆和经验记忆,通过锚定当前任务状态进行技能选择,提高长期智能体效果。在四个长期基准测试和十个模型中,成功提升35对模型中的任务成功率。在tau-bench上,GPT-5.6 Sol提升17.8分,Claude Opus 5提升15.6分,Opus 5达到87.9%。长期任务成功率提高,常见失败减少80%以上。
If you maintain a skill library for long-horizon agents, this one is worth your time. (bookmark it)...
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: arxiv.org/abs/2608.24876 Chat with Paper: academy.dair.ai/papers/recuris… 💬 3 🔄 1 ❤️ 1 👀 1460 📊 5 ⚡
- arXiv cs.AI08-25 17:56原文