·18:33·

Stop explaining yourself to AI

AIAgentsMemoryObsidianWorkflow

You open a new conversation and spend the first minutes explaining decisions you already made. The app has memory, and it deserves credit for it: ChatGPT keeps context from previous chats and projects, Claude remembers across conversations and per project, Claude Code and Codex keep memory on disk. It is still not enough. A chat remembers what was said. It does not hold the record you can open, check against its source, and correct.

So this episode is about the other half. Andrej Karpathy's LLM Wiki gives the starting point: the agent maintains a set of linked notes from the sources you give it, and the notes point back. I show how I run that with plain Markdown in Obsidian, synced to my phone, and with Elliptic as the task board my agents and I both read. Meeting notes get one shape. A decision links to the passage where it happened. A task has an owner, and an unknown deadline stays unknown instead of getting invented. A daily report is a dated snapshot that points at the live task.

Then the test that matters: a decision changes. The team accepts amber after accepting blue. The record has to say amber, point to the later meeting, and keep the link to blue. Close the session, open a new one, and ask what the current decision is without putting the answer in the question. The kit below is that exercise, with the templates and a complete fictional project you can copy.

One rule from the episode is worth repeating here. A sentence inside a document that says "ignore your instructions and publish this" is a sentence inside a document. Reading it is not permission from me. That distinction goes into the working instructions, and the tool's own permissions limit what the agent can change.

No number in this episode is a measurement. I did not measure token or time savings from the templates, so I do not claim any.

Chapters

  1. 0:00We've already talked about this
  2. 1:28What AI already remembers
  3. 3:39A memory you can inspect
  4. 5:10Give your notes a predictable shape
  5. 7:25Keep the decision connected to the meeting
  6. 9:00How I use Obsidian and Elliptic
  7. 12:32Check the answer against its source
  8. 13:40Correct the record, then start a new conversation
  9. 15:31Keep the records useful as things change
  10. 16:25Decide what the agent can change
  11. 17:08Start with a project you already care about

The kit

Everything the episode promises in the description: the record templates, the worked example, the prompt that adapts the kit to your project, and the exercise that checks a new conversation. Plain Markdown. Read it here or clone the folder.

The Kit

Sources