AI Navigate

Did You Check the Right Pocket? Cost-Sensitive Store Routing for Memory-Augmented Agents

arXiv cs.AI / 3/18/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper reframes memory-augmented agents’ retrieval across multiple stores as a store-routing problem and shows selective retrieval can reduce cost while maintaining or improving performance.
  • An oracle router achieves higher accuracy on downstream question answering while using substantially fewer context tokens than uniform retrieval.
  • The authors formalize store selection as a cost-sensitive decision problem that trades answer accuracy against retrieval cost, highlighting routing as a first-class design choice.
  • They argue for learned routing mechanisms to scale multi-store memory systems and provide a principled framework for designing efficient memory architectures.

Abstract

Memory-augmented agents maintain multiple specialized stores, yet most systems retrieve from all stores for every query, increasing cost and introducing irrelevant context. We formulate memory retrieval as a store-routing problem and evaluate it using coverage, exact match, and token efficiency metrics. On downstream question answering, an oracle router achieves higher accuracy while using substantially fewer context tokens compared to uniform retrieval, demonstrating that selective retrieval improves both efficiency and performance. Our results show that routing decisions are a first-class component of memory-augmented agent design and motivate learned routing mechanisms for scalable multi-store systems. We additionally formalize store selection as a cost-sensitive decision problem that trades answer accuracy against retrieval cost, providing a principled interpretation of routing policies.