Agent Memory
Durable facts stored outside the context window and recalled into later sessions.
Agent memory is state an assistant keeps across conversations, since a Context Window does not survive a session. In its simplest and most durable form it is a set of small files, each holding one fact, with enough metadata to decide later whether the fact is relevant.
What makes memory useful is discipline about what belongs in it. Things worth storing are those a future reader could not reconstruct: a preference and the reason for it, a decision and what it foreclosed, a constraint discovered the expensive way. Things not worth storing are those the artifact already records — the structure of the code, the history of past fixes, anything already written down elsewhere. Duplicating those creates two sources that drift; see Documentation Rot.
Memory is also dated. A stored fact reflects what was true when written, and a note naming a file, a flag, or an interface can be silently wrong months later. Treating recalled memory as a hypothesis to verify rather than a fact to act on is the habit that keeps it from becoming a source of confident errors.
The related design question is retrieval: a memory that is never surfaced at the right moment is inert, and one that is always surfaced is just a longer prompt. Summaries carrying enough to judge relevance, with the full text loaded on demand, is the shape that scales.
See also5
Hand-picked in the note itself — the neighbours worth reading next.
Context Window
The bounded span of tokens a model can attend to in a single request.
Agents & Language Models14 connections
Knowledge Graph
Information modelled as entities and the typed relationships between them.
Meaning & Society13 connections
Zettelkasten
A note-taking method built on small single-idea notes linked to one another.
Meaning & Society10 connections
Provenance
The recorded origin of a change or a claim — who made it, when, and on what evidence.
Method18 connections
Agent Skill
A packaged, invocable set of instructions that loads into an agent's context on demand.
Agents & Language Models9 connections
Related3
Nearby in the graph rather than deliberately chosen. Looser, sometimes surprising.
Linked from7
Notes elsewhere in the wiki that reach for this one.
- Agent SkillAgents & Language Models
A packaged, invocable set of instructions that loads into an agent's context on demand.
- BacklinkMeaning & Society
The automatically-derived list of pages linking to the current one.
- Context WindowAgents & Language Models
The bounded span of tokens a model can attend to in a single request.
- Documentation RotMethod
Documentation that has drifted from the system it describes, and is now worse than none.
- Knowledge GraphMeaning & Society
Information modelled as entities and the typed relationships between them.
- WikiMeaning & Society
A collection of interlinked pages that anyone with access can edit, named for the Hawaiian word for quick.
- ZettelkastenMeaning & Society
A note-taking method built on small single-idea notes linked to one another.