Pattern
Atomic notes
- Taxonomy
patterns.memory_management- Category
- memory_management
- Complexity
- medium
- When to use
- Long-running personal knowledge bases where ideas need to compose across years and contexts. Required substrate for graph-shaped retrieval.
- When NOT to use
- Short-lived project docs, meeting notes, transient capture. Atomising overhead exceeds payoff under ~6 months horizon.
What it is
An atomic note follows three rules:
- One idea per note. If you can split it cleanly into two notes, you should.
- Self-contained. Reading the note in isolation makes sense — no implicit “as I said earlier” or “see the doc above”.
- Explicitly linked. Connection to other ideas is encoded as a link, not implied by physical adjacency in a file.
Andy Matuschak’s “Evergreen notes” is the most cited modern formulation; the original source is Luhmann’s Zettelkasten practice from the 1960s.
Why it’s a pattern, not a method
The unit shape is independent of the philosophy that uses it. PARA can be implemented with non-atomic project docs. Zettelkasten cannot work without atomic notes. The pattern shows up wherever you want notes to compose — to be cited, linked, transcluded, and reused in contexts the author didn’t anticipate.
Where it works
- Personal research notebooks that grow for years.
- Source-of-truth documentation that is referenced from many other places.
- Any system where retrieval is graph-shaped, not folder-shaped.
Where it fails
- Drafting prose. Splitting a long argument into atomic notes mid-write destroys flow. Write first; atomise during the next pass, not the first.
- Project execution docs. Meeting notes, runbooks, and incident postmortems benefit from staying whole. Atomise the concepts extracted from them, not the docs themselves.
How it relates to retrieval
For RAG and agent memory, atomic notes are the human-curated analogue of good chunking. A vault of well-atomised notes is closer to “pre-chunked” content than a folder of long documents — embedding and retrieval quality both rise sharply.
Sources
- Andy Matuschak — Evergreen notes
- Andy Matuschak — Evergreen notes should be atomic
- Ahrens, S. (2017). How to Take Smart Notes.