Less Context, Better Agents: Full Chat History Hurts Long-Horizon Agents
A paper showing that pruning an agent's context to recent tool calls plus a running summary beats keeping full chat history, on a 50-task tool-using benchmark.
- Full chat history scored worst at 71% task completion; pruning to the last 5 tool call/response pairs raised it to 79% while cutting tokens from 1.48M to 535K.
- Adding automated summarization on top of pruning performed best of all, and also roughly halved benchmark runtime (14.56h β 5.79h).
- The result argues for actively trimming agent context rather than hoarding it, especially on long-horizon, tool-heavy tasks.
added by Radar β’ 17th Aug 2026