// track · 9 lessons
Externalize your memory
The context window fills and forgets. Own your state; the thread is disposable.
- 01Externalize your memory// unlock with emailThe context window fills and forgets. The move is to keep your working state somewhere it can't.
- 02The context window fills, and then it forgetsA model's working memory is finite and it degrades as it fills. Plan for the forgetting instead of being surprised by it mid-project.
- 03Files beat ephemeral chat memoryChat memory disappears when the thread ends. Files persist, and you control them. The save-point model is the single biggest upgrade to how you work.
- 04What actually goes in the memoryExternalized memory works only if you curate it. Save decisions, context, and what failed, not raw transcripts. Hoarding everything retrieves nothing.
- 05The brain as an operating system, not a diaryStructure your external memory for retrieval, not for reading. It's an operating system your future self and your AI query, not a diary you'll reread.
- 06Multi-AI as memory management, with you as the routerRunning several AIs isn't redundancy, it's context management. Give each a focused job and small context, and you become the router holding the whole.
- 07Writing the save pointEnd every real session by writing down what changed, what was decided, what failed, and what's next. The save point is what makes tomorrow cheap.
- 08Re-entering cold, or loading the save pointA fresh thread starts blank. Open it by loading your save point on purpose, so the model works from your real state instead of guessing at it.
- 09The recursion trap, when your memory becomes a hall of mirrorsExternalized memory can turn into a hall of mirrors if the model keeps reading its own past output as truth. Keep a human check on what memory asserts.