[2607.20064] PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning
Abstract:Long-horizon tasks require sustained perception, reasoning, and exploration, and are a persistent challenge for large language model (LLM) agents. This gap is reflected in their limited performance on continual learning benchmarks such as ARC-AGI-3, especially when models are evaluated out of the box. Various agent harnesses have been proposed to close this gap, and each commits to a strategy for handling long sequences of observations, i.e., what information to save from the environment and how to load it into model context, a choice we argue is particularly consequential. Existing methods for context management face a significant tradeoff, as preserving more information makes retrieving relevant details less tractable. We propose PRO-LONG, a minimal context management framework built around programmatic memory for LLM agents in long-horizon, exploratory settings. PRO-LONG addresses the tradeoff by keeping a complete, structured interaction log and capitalizing on recent progress in coding agents to search this history efficiently. On the full ARC-AGI-3 public game set, PRO-LONG improves over a base coding agent by an average of 18.0 percentage points across frontier models, and matches or exceeds state-of-the-art specialized harnesses (up to 76.1% pass@1) while using 4.2-5.8x fewer tokens. With Fable 5, PRO-LONG achieves 97.4% best@2 at a total cost of \$1,750. Relevant code and logs are available at this https URL.
Abstract:Long-horizon tasks require sustained perception, reasoning, and exploration, and are a persistent challenge for large language model (LLM) agents. This gap is reflected in their limited performance on continual learning benchmarks such as ARC-AGI-3, especially when models are evaluated out of the box. Various agent harnesses have been proposed to close this gap, and each commits to a strategy for handling long sequences of observations, i.e., what information to save from the environment and how to load it into model context, a choice we argue is particularly consequential. Existing m
Explore this link on the map →saved by
related reading
- LLM Powered Autonomous Agents | Lil'Loglilianweng.github.io
- Explore | alphaXivalphaxiv.org
- Effective context engineering for AI agents \ Anthropicanthropic.com
- Recursive Language Models | Alex L. Zhangalexzhang13.github.io
- [2603.21972] Demystifying Reinforcement Learning for Long-Horizon Tool-Using Agents: A Comprehensive Recipearxiv.org
- Why We Need Continual Learning | Andreessen Horowitza16z.com
- Continual Learning in Token Space | Lettaletta.com
- Reimagining LLM Memory: Using Context as Training Data Unlocks Models That Learn at Test-Time | NVIDIA Technical Blogdeveloper.nvidia.com
- AddyOsmani.com - Long-running Agentsaddyosmani.com
- Effective harnesses for long-running agents \ Anthropicanthropic.com
- State of RL for reasoning LLMs | A. Weersaweers.de
- Generalizing an LLM from 8k to 1M Context using Qwen-Agent | Qwenqwenlm.github.io