03 / research

Research

2026·Preprint · Zenodo
Beyond Retrieval: LeAP for Coherent Long-Term Agentic Memory

An agent that stores a fact on Monday and a contradicting update on Tuesday retrieves both with equal confidence, because a similarity-ranked store has no concept of supersession. This paper argues that memory for long-running agents is an epistemology problem, not a retrieval problem, and introduces Epistemic Augmented Generation (EAG): stratified belief types, evidence requirements, and provenance chains that enforce coherence at write time instead of hoping for it at read time. The resulting CITE architecture is evaluated across 500 agent sessions, reaching 95% contradiction detection against a 66% baseline and 87% revision propagation against 12%.

2026·Preprint · Zenodo
From Memory to Epistemics

Where should an agent's knowledge live: in the weights, in the context window, or in an external store? This paper argues externalization is not optional but architecturally required, drawing convergent evidence from information theory, optimization, interpretability, distributed systems, and neuroscience. In-weights knowledge fails on capacity and auditability, session context fails on persistence, and per-agent learned state fails on coordination, leaving external epistemic state as what remains. The paper makes that case and sketches the structure such a store needs.