English

Persistent Identity in AI Agents: A Multi-Anchor Architecture for Resilient Memory and Continuity

Artificial Intelligence 2026-04-14 v1 Emerging Technologies Machine Learning

Abstract

Modern AI agents suffer from a fundamental identity problem: when context windows overflow and conversation histories are summarized, agents experience catastrophic forgetting -- losing not just information, but continuity of self. This technical limitation reflects a deeper architectural flaw: AI agent identity is centralized in a single memory store, creating a single point of failure. Drawing on neurological case studies of human memory disorders, we observe that human identity survives damage because it is distributed across multiple systems: episodic memory, procedural memory, emotional continuity, and embodied knowledge. We present soul.py, an open-source architecture that implements persistent identity through separable components (identity files and memory logs), and propose extensions toward multi-anchor resilience. The framework introduces a hybrid RAG+RLM retrieval system that automatically routes queries to appropriate memory access patterns, achieving efficient retrieval without sacrificing comprehensiveness. We formalize the notion of identity anchors for AI systems and present a roadmap for building agents whose identity can survive partial memory failures. Code is available at github.com/menonpg/soul.py

Keywords

Cite

@article{arxiv.2604.09588,
  title  = {Persistent Identity in AI Agents: A Multi-Anchor Architecture for Resilient Memory and Continuity},
  author = {Prahlad G. Menon},
  journal= {arXiv preprint arXiv:2604.09588},
  year   = {2026}
}

Comments

18 pages, 2 figures. Submitting to arXiv cs.ET (Emerging Technologies)

R2 v1 2026-07-01T12:03:20.113Z