ARC Improves LLM Context Window Management for AI Agents.

Thang Dang, Yuma Ichikawa, Sakina Fatima, Koichi Shirahata· July 29, 2026 View original

Summary

ARC (Addressable Recall Compaction) is a context-management framework for long-horizon LLM agents that separates archival storage from active context. It replaces old tool observations with compact citations, allowing agents to explicitly recall stored content by ID, significantly improving information retention and serving efficiency compared to existing methods.

Large Language Model (LLM) agents operating over long horizons often accumulate vast amounts of information—reasoning traces, actions, and tool observations—that can quickly exceed the model's fixed context window. Traditional compaction methods, which involve discarding, summarizing, or retrieving information, frequently risk losing critical details or failing to recover them reliably. The proposed framework, Addressable Recall Compaction (ARC), offers a novel solution by decoupling archival storage from the active context. ARC stores tool observations in an append-only, ID-addressable log. When context compaction is necessary, older observations are replaced with compact citations. This allows the agent to explicitly request and retrieve any stored content using its unique identifier, bypassing the need for re-execution or sole reliance on similarity-based retrieval. Evaluations showed ARC achieving 99.40% exact-answer accuracy on the Needle-in-a-Haystack benchmark, outperforming baselines, and also demonstrating improved serving time and HBM traffic efficiency.

Why it matters

This innovation directly addresses a critical limitation of LLM agents, enabling them to maintain long-term memory and context more effectively, which is vital for complex, multi-step tasks and persistent interactions.

How to implement this in your domain

  1. 1Analyze current LLM agent context management strategies for long-horizon tasks.
  2. 2Investigate integrating an ID-addressable log for tool observations and agent memory.
  3. 3Develop a system for replacing older context with compact citations that link to the log.
  4. 4Implement mechanisms for agents to explicitly request and retrieve information using these identifiers.
  5. 5Benchmark the new system against existing compaction methods for accuracy and efficiency.

Who benefits

AI DevelopmentSoftware EngineeringCustomer ServiceRoboticsData Science

Key takeaways

  • ARC is a context-management framework for LLM agents, separating archival storage from active context.
  • It uses ID-addressable logs and compact citations to retain long-term information.
  • Agents can explicitly recall stored content by ID, improving information retention.
  • ARC significantly outperforms baselines in accuracy and improves serving efficiency.

Original post by Thang Dang, Yuma Ichikawa, Sakina Fatima, Koichi Shirahata

"arXiv:2607.25066v1 Announce Type: new Abstract: Long-horizon LLM agents accumulate reasoning traces, actions, and tool observations that can eventually exceed a model's fixed context window. Existing compaction methods address this limitation by discarding, summarizing, or retrie…"

View on X

Originally posted by Thang Dang, Yuma Ichikawa, Sakina Fatima, Koichi Shirahata on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses