AI Navigate

MemArchitect: A Policy Driven Memory Governance Layer

arXiv cs.AI / 3/20/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • MemArchitect decouples memory lifecycle management from model weights to enable explicit policy-based memory governance.
  • It introduces rule-based policies for memory decay, conflict resolution, and privacy controls to prevent memory-related issues from contaminating the context window.
  • The approach addresses governance gaps in standard retrieval-augmented generation where memory is treated as passive storage and lacks mechanisms for contradiction handling and privacy enforcement.
  • Empirical results indicate governed memory consistently outperforms unmanaged memory in agentic settings, highlighting the need for structured memory governance for reliable and safe autonomous systems.

Abstract

Persistent Large Language Model (LLM) agents expose a critical governance gap in memory management. Standard Retrieval-Augmented Generation (RAG) frameworks treat memory as passive storage, lacking mechanisms to resolve contradictions, enforce privacy, or prevent outdated information ("zombie memories") from contaminating the context window. We introduce MemArchitect, a governance layer that decouples memory lifecycle management from model weights. MemArchitect enforces explicit, rule-based policies, including memory decay, conflict resolution, and privacy controls. We demonstrate that governed memory consistently outperforms unmanaged memory in agentic settings, highlighting the necessity of structured memory governance for reliable and safe autonomous systems.