Model Releases
// Memory is what breaks long-horizon agents // It's undeniable how important memory/recall is for long-horizon tasks. If you are building f…
// Memory is what breaks long-horizon agents // It's undeniable how important memory/recall is for long-horizon tasks. If you are building for long-horizon tasks, this is a great read. (bookmark it) T
// Memory is what breaks long-horizon agents // It's undeniable how important memory/recall is for long-horizon tasks. If you are building for long-horizon tasks, this is a great read. (bookmark it) They set up an LLM agent to run a football club for 20 in-game years, through 26 tools and roughly 340 to 400 decision stops, scored by a deterministic engine with no LLM judge anywhere in the loop. Results: All 15 frontier models survive every horizon while the scripted baselines mostly die out. Neither scale, price, vendor, nor token spend predicts the ranking, and the order only settles late in the run. What separates the top models is managerial behavior, cutting slow-payoff investment near the end and opening contract renewals well before the deadline. Two universal failures were found. No model learns the market's hidden prices from hundreds of rejected bids, and self-managed memory collapses into either an archive that only grows or a plan rewritten every season. Paper: https://arxiv.org/abs/2608.18423 Chat with Paper: https://academy.dair.ai/papers/fm-bench-a-benchmark-for-long-horizon-management-with-competing-agents-2608.18423
Related
- New research from Meta and CMU. This one is on agentic context management for long horizon tasks. (bookmark it) Production agents accumulate…
- Interesting new approach to enable memory in long-running agents. Weighted Memory Tree organizes execution into tasks, subtasks, and actions…
- Great technical paper from Google. Great read on why context beats scale for agents working against unfamiliar APIs. (bookmark it) GPU kerne…
- 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…
- 'Ghost memory' is a real problem with agents. You might have seen the issue where a long-running agent still confidently repeats a user fact…
Source: DAIR.AI (X) | 2026-08-29