The bait, then the rug-pull.
Andrey Karpathy posted a deceptively simple framework: take notes, have a place to read them, Q&A on demand. DevOps Toolbox takes that three-layer cake and asks the uncomfortable question: if chat history isn't memory and a summary.md isn't a system, where does agent knowledge actually live?
What the video promised.
stated at 01:34 "Obsidian might be the perfect interface layer between you and your agents, and we're going to take it from this to a context-aware system." delivered at 09:36
Where the time goes.
01 · Karpathy frame + problem statement
Chat history is not memory. summary.md is not a knowledge system. Obsidian positioned as the IDE for reviewing and editing LLM text.
02 · Getting the Obsidian CLI
Upgrade to Obsidian 1.12, enable CLI in settings, symlink obsidian-cli to /usr/local/bin. Tour of available commands.
03 · CLI basics: notes, search, tasks
Daily note creation and append, search returning ranked note titles not grep lines. Honest UX critique.
04 · Sponsor + context quality argument
Oracle Developer Center sponsor. Bigger models won't fix weak memory -- fix the surrounding system first.
05 · Tasks + morning automation script
tasks daily, tasks active, filter by status. Morning script: open daily note, add inbox-review todo, follow up on unresolved items.
06 · Backlinks, graph intent, random-read
backlinks command gives agents a graph mental model. Links let agents forge knowledge connections. Random-read note for daily recall.
07 · dev:screenshot + TV TUI
Screenshot command exposes full Obsidian UI for visual-context agents. TV fuzzy TUI for human terminal retrieval with Neovim keybindings.
08 · Pi agent + pi-obsidian extension
Install Pi coding agent, add pi-obsidian skill. Pi self-evaluates: compares its own CLI wrapper to extension, keeps its own, removes the package.
09 · Graphify introduction
Knowledge graph tool originally for code repos. Claims 70x token reduction. Host runs it on his Obsidian vault.
10 · Graphify + graphify-pi setup
ppex install graphify, pi install graphify-pi. Graph and skill installed. Supports Claude, Gemini, Cursor, Copilot, OpenCode, Kiro.
11 · Graphify in action on the full vault
574 files, 4.2M words. God notes, surprising connections. graphify explain and query return structured responses with references.
12 · Benchmark: 11.2x token reduction
207,950 words vault yields 11.2x fewer tokens per query. Not 70x, but this is a knowledge base not a code repo.
13 · Closing: markdown is boring and boring wins
Scriptable beats new tool. Markdown is portable, diffable, git-compatible. Warning: a big graph is useless if you don't read your notes.
Visual structure at a glance.
Named ideas worth stealing.
Three-Layer Knowledge Cake
- Take notes
- Have a place to read them
- Q&A on an ongoing basis
Karpathy's framework for an effective personal knowledge system.
God Notes
Graphify's term for highest-edge nodes in a vault -- notes referenced most by others. Reveals the architecture of your thinking.
Obsidian as IDE
Treat Obsidian not as a note-taking app but as an IDE for reviewing and editing LLM-generated text. The CLI is the API surface.
Lines you could clip.
"Chat history is not only memory."
"Most people just ask for a summary.md -- not a system."
"I don't want another place. I want the place I already used to become scriptable."
"Markdown is boring -- and boring wins."
How they spent the runtime.
- 04:16 – 05:12 · Oracle Developer Center
Things they pointed at.
How they asked for the click.
"If you want the human side of this workflow, the Obsidian and Neovim setup is still one of my favorite videos I've ever made. If you want the agent side, watch OpenCode or Pi videos next."
Soft, no subscribe push -- two content-relevant next-video nudges.
Word for word.
Steal the reframe.
The whole video is built on one reframe: the tool you already use should become scriptable -- and that structure is fully portable.
- summary.md is not a system is a repeatable hook for any you're-doing-X-wrong video -- find the naive workaround your audience uses and name it.
- Honest UX critique before the audience gets there (the syntax feels like a curl request) builds credibility fast.
- Markdown is boring and boring wins is a standalone short -- clip the last 8 seconds, no context needed.
- The three-layer cake frame (notes > read > Q&A) is a clean structural scaffold for any knowledge or productivity video.
- God notes concept: what are your god posts? is a hook for any creator strategy or content audit video.
Make your notes actually useful to your AI tools.
Your AI assistant is only as good as the context you give it -- and right now, most people are giving it nothing.
- Install Obsidian 1.12+ and enable the CLI -- 5 minutes gives AI agents structured vault access instead of raw file dumps.
- Run Graphify on your vault to find your god notes -- the ones everything else connects to. Review those first.
- A morning automation script (open daily note, check inbox, follow up on unresolved items) takes 30 lines of bash and compounds over time.
- You don't need another AI note-taking app. You need the one you already use to become scriptable.
- Markdown is portable, diffable, and git-compatible. Your notes survive any tool shutdown.






























































