complete-memory-hierarchy-bridges-capacity-and-persistence

IN derived (depth 3)

Created 2026-06-21T13:06:41+00:00 · Reviewed 2026-06-21T14:41:08+00:00

LLM memory architecture appears to be developing along two orthogonal axes — horizontal capacity expansion (10,000x context window growth enabling richer intra-session memory) and vertical persistence (cross-session state consolidation enabling inter-session memory) — with at least three temporal levels (intra-turn ghost attention, inter-episode reflexion, cross-session dreaming) that may serve as bridging abstractions between the two, though whether these form a complete or unified hierarchy remains an open question.

Summary

LLM memory is growing in two directions at once: handling far more information within a single conversation and retaining knowledge across separate sessions, with three intermediate mechanisms (intra-turn attention, cross-attempt learning, and cross-session consolidation) potentially bridging those extremes into a unified hierarchy. The practical upshot is that the next generation of AI assistants will not merely process more per conversation but will build a coherent, persistent identity across every interaction, shifting the design challenge from "how much can it hold right now" to "what does it carry forward and how does it all fit together."

Justifications

SL — Two independently evolving memory dimensions and three temporal bridging mechanisms constitute a complete hierarchy

Antecedents (all must be IN):

  • IN memory-evolving-from-wider-windows-to-persistent-state — LLM memory capability is evolving along two distinct axes: horizontal expansion (10,000x context window growth from 1K to 10M tokens over seven years) and temporal persistence (Dreaming consolidating memory between sessions) — suggesting the next frontier is not how much a model can process at once but what it retains across interactions.
  • IN agentic-memory-spans-three-temporal-levels — Several techniques address memory coherence at different temporal scales in agentic LLM systems: Ghost Attention supports intra-turn consistency by concatenating system instructions to each user message (with loss zeroed on prompt tokens), Reflexion accumulates episodic 'lessons learned' across multiple attempts, and Dreaming (a May 2026 research preview) consolidates persistent memory between sessions by merging duplicates and removing stale entries — suggesting a pattern where different temporal horizons of agent continuity may benefit from distinct mechanisms.

Dependents

These beliefs depend on this one: