← All news

ZenBrain: A Neuroscience-Inspired 7-Layer Memory Architecture for Autonomous AI Systems

arXiv:2604.23878v3 Announce Type: replace Abstract: ZenBrain is a seven-layer, neuroscience-derived memory architecture for LLM agents that unifies fifteen mechanisms - from Two-Factor synaptic consolidation to a Simulation-Selection sleep loop - under a single MemoryCoordinator: nine foundational algorithms plus six Predictive Memory Architecture components. No system among those we survey integrates more than two of them. Ablating each mechanism separately exposes an effect we call cooperative masking. Under moderate load, fourteen of the fifteen ablations look costless - the architecture reads as mostly dead weight. Raising decay to 0.25/day over 60 days, with no change to the mechanisms, makes nine of the fifteen individually critical (Delta-Q up to -93.7%; Wilcoxon, 10 seeds), five of them moving from exactly 0% to below -89%. The mechanisms form a cooperative survival network, and mild-load ablation systematically underestimates architectural contributions - a caution we conjecture applies beyond ZenBrain. Every ablation table reproduces in under one minute on a laptop (npm install, no API keys). On LongMemEval-500, ZenBrain wins all nine head-to-head answer-quality comparisons (3 competitors x 3 LLM judges) against Letta, Mem0 and A-Mem under Bonferroni-corrected significance (alpha=0.05/18, p_min=6.2e-31, d in [0.18, 0.52]), and reaches 91.3% of a full-context oracle's binary-judge accuracy at 1/106th of the per-query token cost (47.7% vs. 52.2%). Multi-layer routing beats a flat single-layer baseline by +20.7% F1 on LoCoMo; a NoDecay ablation shows principled forgetting costs only Delta-P@5=0.002. Honest scope: LoCoMo's substring-based aggregate F1 favors lexical retrieval (BM25) by metric design, and we do not contest this. ZenBrain's advantages are most pronounced on judge-graded answer quality and cross-session reasoning.
Read original at arXiv cs.AI →