STAR — Scalable Tiered Associative Retrieval
The Problem
Every AI system today has the same fundamental limitation: it forgets. A conversation ends, and everything learned in it vanishes. Context windows — no matter how large — are finite containers, not persistent memory. When they fill, the oldest information disappears.
For AI to be genuinely useful as a long-term companion, assistant, or collaborator, it needs to remember. Not just within a session — across an entire relationship.
What STAR Does
STAR is a persistent hierarchical memory architecture for large language models.
It organizes memory not as a flat list to be searched, but as a structured, self-organizing hierarchy — the way human memory actually works. Recent, specific memories sit at one level. Abstract summaries and patterns emerge at higher levels. The system retrieves what is relevant, not just what is recent.
The result is an AI system that can maintain a coherent, growing understanding of a person, a project, or a body of knowledge — indefinitely.
Why It Matters
STAR makes possible things that are otherwise impossible:
- An AI companion that knows your history, not just your last message
- A research assistant that tracks the evolution of your thinking over months
- A personal AI that grows more useful the longer you use it
Memory is the foundation of relationship. STAR is the foundation of memory.
Publication
STAR Framework for Scalable Persistent Memory
Knoechelman, J. (2026)
View on Zenodo →