Aeon: High-Performance Neuro-Symbolic Memory Management for Long-Horizon LLM Agents
Mustafa Arslan

TL;DR
Aeon introduces a neuro-symbolic memory management system for long-horizon LLMs, combining hierarchical memory structures, quantization, and efficient retrieval to improve reasoning and scalability.
Contribution
The paper presents Aeon, a novel neuro-symbolic memory architecture with hierarchical memory, quantization, and crash-recovery features, advancing LLM reasoning and long-term interaction capabilities.
Findings
Achieves 4.70ns INT8 dot product latency
Demonstrates 3.09us tree traversal at 100K nodes
P99 read latency of 750ns under contention
Abstract
Large Language Models (LLMs) are fundamentally constrained by the quadratic computational cost of self-attention and the "Lost in the Middle" phenomenon, where reasoning capabilities degrade as context windows expand. Existing solutions, primarily "Flat RAG" architectures relying on vector databases, treat memory as an unstructured bag of embeddings, failing to capture the hierarchical and temporal structure of long-horizon interactions. This paper presents Aeon, a Neuro-Symbolic Cognitive Operating System that redefines memory as a managed OS resource. Aeon structures memory into a Memory Palace (a spatial index implemented via Atlas, a SIMD-accelerated Page-Clustered Vector Index) and a Trace (a neuro-symbolic episodic graph). This architecture introduces three advances: (1) Symmetric INT8 Scalar Quantization, achieving 3.1x spatial compression and 5.6x math acceleration via NEON SDOT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Graph Neural Networks · Topic Modeling
