Model Releases
New research from Meta and CMU. This one is on agentic context management for long horizon tasks. (bookmark it) Production agents accumulate…
New research from Meta and CMU. This one is on agentic context management for long horizon tasks. (bookmark it) Production agents accumulate context every turn. The usual fix compresses on a token thr
New research from Meta and CMU. This one is on agentic context management for long horizon tasks. (bookmark it) Production agents accumulate context every turn. The usual fix compresses on a token threshold and throws the remainder away, so the trigger sometimes fires for reasons unrelated to what the agent is currently working on. ACM hands the agent purpose-built context editing tools. It decides when to compress, offloads what it drops into an external memory store, and queries that store later when it needs the detail back. Compression shifts from short-term to long-term memory. They also build a post-training pipeline on high-quality context management demonstrations. That yields a 27% relative gain on BrowseComp-Plus and gets close to open-source models 40 times larger. Better context management lowers peak token pressure, lets the agent explore longer before running out of room, and produces more consistent solutions across independent trials of the same task. Code, data, and checkpoints are released. Paper: https://arxiv.org/abs/2607.23809 Learn to build effective AI agents in our academy: https://academy.dair.ai/
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…
- Outstanding paper on long-horizon agents. (bookmark it) Similar to humans, how do you make agents persist on a difficult task, and how is th…
- // The Efficiency Frontier // Cool paper on context management. As agents reuse the same documents and histories across many turns, the chea…
- PRISM: Pareto-Efficient Retrieval over Intent-Aware Structured Memory for Long-Horizon Agents
Source: DAIR.AI (X) | 2026-07-28