Selective Recall
The system's ability to retrieve only what's relevant rather than everything it knows. The difference between a useful memory and a noisy one.
Selective Recall is about intelligent filtering at retrieval time. A system that stores 10,000 facts but dumps all of them into context every time is worse than a system that stores 10,000 facts and retrieves only the 15 that matter right now. Selective Recall requires understanding the current task well enough to determine which stored knowledge is relevant — and equally importantly, which stored knowledge should be left out. Over-retrieval is just as costly as under-retrieval: it creates Prompt Bloat from the memory layer.
More in Memory & State
Context Anxiety
The dread of re-explaining everything every session because the system has no persistent memory.
Ghost Knowledge
Facts that exist in the system but can't be traced to an author or source.
Context Rot
Deterioration of an agent's understanding over time due to limited memory and compaction.
State Loss
Failure to maintain awareness of prior actions.
Context Continuity
Seamless persistence of knowledge across sessions — the user never re-explains. The cure for Context Anxiety.
Memory Fidelity
The accuracy and completeness of what a system retains over time. The opposite of Context Rot.
Provenance Clarity
Every fact in the system is traceable to its author, source, and reasoning. The cure for Ghost Knowledge.
Recall Precision
The system retrieves exactly the right context at the right time — no noise, no gaps.