08 section

Memory and State

How an AI system remembers: the tiered memory hierarchy, live context management, cross-session persistence, extracted-fact stores, semantic caching, and agent state that survives a crash

6 pages 17 min 3,348 words

01 the section

What is in here

Memory architectures sets the L1/L2/L3 frame that the next three pages fill in one tier at a time. Semantic caching sits slightly apart — it is a cost lever rather than a memory tier — and state management is the engineering layer underneath everything else. Pairs directly with Agentic Systems; read that section first if you have not.