Your Second Brain Is Not a RAG Pipeline
A second brain, a knowledge graph, RAG, and AI memory are four different things, and 2026 keeps using them as if they were one. They are not synonyms. One is a habit, one is a data model, one is a retrieval mechanism, one is a vendor's running notes about you. Telling them apart is the whole job.
The confusion is not the reader's fault. In one week, a forum post calls a folder of Markdown files a "second brain," a vendor sells a "knowledge graph," a developer wires up "RAG over your notes," and a chatbot offers to "remember" you. Four labels, four products, one undifferentiated feeling that they all mean the AI knows my stuff now. They do not mean the same thing, and the difference decides what you have to own.
What people believe: the four words are interchangeable
The common belief is that "second brain," "knowledge graph," "RAG," and "AI memory" are four names for the same upgrade: a smart system that holds everything you know and answers from it. It is an understandable read. Each promises recall you do not have to perform yourself, and each is marketed beside the others.
You can see the conflation in what people actually type. Searchers ask whether "a second brain is the same as RAG," whether "RAG is the same as a knowledge graph," and they search "knowledge graph Claude" and "llm second brain" in the same breath. One 2026 practitioner writing on the IVGraph Journal explicitly targets the strings "llm second brain" and "second brain llm" because that is how the question arrives 1. The terms have collapsed into a single search intent.
The belief is not absurd. The four ideas genuinely touch in practice: a second brain can be the corpus a RAG pipeline retrieves from. But touching is not being. Treat them as one and you cannot answer the only question that matters: which of these four has to be yours, and which are just machinery that reads it.
Node 1 — A second brain is a human habit, not software
A second brain is a methodology — the human practice of capturing what you learn into one external place and revisiting it. Tiago Forte, who coined the term, calls it "an external, centralized, digital repository for the things you learn and the resources from which they come" 2.
The load-bearing word is methodology. Forte defines it as "a methodology for saving and systematically reminding us of the ideas, inspirations, insights, and connections we've gained through our experience" 2. He pairs it with a workflow — "a simple four-step method called CODE, which stands for Capture, Organize, Distill, and Express" 2 — and a reason: "our brains are for having ideas, not storing them" 2.
None of that is an algorithm. It is a discipline a person performs on notes they curate by hand.
What it is NOT: a retrieval system, a graph, or a feature you switch on. The app you keep it in is interchangeable; the curated notes are not. How it relates: it is the bottom layer — the human-authored corpus that the other three nodes read, model, or retrieve from.
Node 2 — A knowledge graph is a data model, not a graph view
A knowledge graph is a way of representing information as entities and the relationships between them. Google's Amit Singhal introduced the term to the mainstream in 2012, describing "an intelligent model" that "understands real-world entities and their relationships to one another: things, not strings" 3.
That is a model of meaning, not a picture. The point of a graph is that it knows Hemingway is a person, A Farewell to Arms is a book, and that one wrote the other. The constellation of dots an app draws over your notes is a graph view: a visualization. The underlying knowledge graph is the structured set of entities and edges; the view is one optional rendering, and an unreliable proxy for whether your thinking actually connects.
What it is NOT: the graph view in a notes app, and not retrieval — it is a representation. How it relates: it is a lens placed over a corpus. A second brain can be modeled as a graph; the graph does not replace the notes. We argue separately that the graph view is often a productivity trap 4 — the data model is neutral, the dashboard is the problem.
Node 3 — RAG is a retrieval mechanism, not a memory
RAG — retrieval-augmented generation — is a technique for feeding a language model relevant text at the moment you ask a question. It was named in a 2020 paper by Patrick Lewis and colleagues, accepted at NeurIPS 2020, as "a general-purpose fine-tuning recipe for retrieval-augmented generation (RAG)" 5.
In plain terms, as Andrej Karpathy puts it: "Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer" 6.
The defining word is retrieval. RAG does not learn your corpus or hold it; it looks things up, every time, from scratch. That is also its limit. "The LLM is rediscovering knowledge from scratch on every question. There's no accumulation," Karpathy writes 6. The coining paper itself flagged that "providing provenance for their decisions and updating their world knowledge remain open research problems" 5.
What it is NOT: a knowledge graph (it retrieves text chunks; it does not model entities), and not the notes. It is the pipe between them and the model. How it relates: it is a reader. RAG points at your corpus and pulls passages on demand; it adds nothing to the corpus and owns none of it.
Node 4 — AI memory is the vendor's notes about you, not your notes
AI memory is the running state a chatbot keeps about you, inside the vendor's product. OpenAI describes ChatGPT's version directly: as you chat, "you can ask it to remember something specific," and it works as both "saved memories" you asked it to keep and "chat history" 7. It is helpful, and it is theirs.
The distinction that matters is whose. AI memory lives in the vendor's account, in the vendor's format, under the vendor's controls. OpenAI is clear: "You're in control of ChatGPT's memory and can turn off referencing 'saved memories' or 'chat history' at any time in Settings" 7.
That is control you exercise inside their box, not a file you hold. The day you leave the product, the memory does not come with you the way a folder of notes does. Getting your own copy out is its own exercise 8.
What it is NOT: your knowledge base, or a second brain — it is one vendor's convenience layer, scoped to one product. How it relates: it is a side note the machine keeps, parallel to your corpus, not a substitute for it.
The argument: only the bottom layer has to be yours
Stack the four and the asymmetry is obvious. The second brain is the corpus you author. The knowledge graph is a model over it. RAG is a pipe that reads it. AI memory is a vendor's side-note about your use of it. Three of the four are machinery — only the bottom layer has to be yours.
Karpathy, describing the same stack for an LLM-maintained wiki, draws the line in one sentence: the raw sources "are immutable — the LLM reads from them but never modifies them. This is your source of truth" 6. Everything above is regenerable. He frames the roles cleanly: "Obsidian is the IDE; the LLM is the programmer; the wiki is the codebase" 6. The wiki compounds, but it is built from the part you keep.
This is also why you do not necessarily need heavy infrastructure to begin. Karpathy's own pattern "works surprisingly well at moderate scale (~100 sources, ~hundreds of pages) and avoids the need for embedding-based RAG infrastructure" 6.
A vector database, a graph engine, a memory feature: these are pipelines you can swap. The notes are not swappable. Whatever AI plumbing arrives next will still need a corpus to read, and the cheapest way to stay portable across all of it is to keep that corpus as plain, open files you own 9.
What to do tomorrow
Sort the four before you adopt the fifth tool that blends them. A short checklist:
- Name the layer. When a product says "second brain / knowledge graph / RAG / AI memory," ask which of the four roles it actually plays: corpus, model, reader, or vendor side-note.
- Locate the corpus. Find the layer that is yours, the notes you authored, and make sure it exists as files you can copy, not state inside an account.
- Treat the rest as swappable. Graph, retrieval, and memory are pipelines. Choose them for convenience; never let one hold your source of truth hostage.
- Keep the bottom layer plain. Markdown on your own device reads under every pipeline you might try, this year and next 9.
Frequently asked questions
Is a second brain the same as RAG? No. A second brain is the human-curated knowledge layer. Forte calls it "a methodology" and an "external, centralized, digital repository" 2. RAG is the retrieval mechanism that reads a corpus, named in Lewis et al.'s 2020 NeurIPS paper 5. One is the notes; the other is a pipe that fetches from them at query time.
Is RAG the same as a knowledge graph? No. RAG retrieves text chunks at query time; "the LLM retrieves relevant chunks," in Karpathy's words 6. A knowledge graph models entities and their relationships, "things, not strings," in Google's original framing 3. One pulls passages; the other represents meaning. Different jobs, often used together.
What is the difference between AI memory and a knowledge base? AI memory is the vendor's running state about you, inside their product: ChatGPT's "saved memories" and "chat history" 7. A knowledge base is the corpus you curate and keep. The vendor's memory lives in their account under their controls; your notes live with you as files you own.
Is the knowledge graph just the graph view in my notes app? No. The graph view is a visualization. The knowledge graph is the underlying model of entities and relationships, broader than, and older than, any app's dot-and-line picture 3. The view is one optional rendering; we argue it is frequently a productivity trap 4.
Do I need a vector database for a second brain? Not necessarily. Karpathy's own pattern "avoids the need for embedding-based RAG infrastructure" at moderate scale 6. A second brain is a curated corpus; retrieval is a layer you add later if you want it. Start with the notes 10.
Where does an LLM fit into all of this? The LLM is a reasoning layer that reads the bottom layer: through RAG, over a graph, with or without memory. It is the programmer, not the codebase 6. The corpus stays yours; the model is a tool that points at it. You can run that pointer over your own files when you choose 10.
A second brain is something you keep; a knowledge graph, a retrieval pipeline, and a chatbot's memory are things that read it. The four are not interchangeable, and only the first has to be yours.
This map owes its clearest line to Andrej Karpathy, whose raw sources are "your source of truth" 6. To keep that source of truth portable across every pipeline that will read it, write it as plain Markdown you own — mnmnote.com lives in your browser, no account required.
Footnotes
-
Andrii Danylchenko, "Second Brain LLM," IVGraph Journal, 2026-04-12. https://ivgraph.com/journal/second-brain-llm-notion-claude-code/ ↩
-
Tiago Forte, "Building a Second Brain: An Overview," Forte Labs. https://fortelabs.com/blog/basboverview/ ↩ ↩2 ↩3 ↩4 ↩5
-
Amit Singhal, "Introducing the Knowledge Graph: things, not strings," The Keyword (blog.google), 2012-05-16. https://blog.google/products/search/introducing-knowledge-graph-things-not/ ↩ ↩2 ↩3
-
"Your Notes Don't Need a Graph: Backlinks Are a Trap," MNMNOTE. https://blog.mnmnote.com/posts/graph-view-backlinks-trap ↩ ↩2
-
Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela, "Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks," arXiv:2005.11401, NeurIPS 2020. https://arxiv.org/abs/2005.11401 ↩ ↩2 ↩3
-
Andrej Karpathy, "LLM Wiki" gist, 2026-04-04. https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9
-
OpenAI, "Memory and new controls for ChatGPT," 2024-02-13 (updated 2025-04-10). https://openai.com/index/memory-and-new-controls-for-chatgpt/ ↩ ↩2 ↩3
-
"Own Your AI Chat History," MNMNOTE. https://blog.mnmnote.com/posts/own-your-ai-chat-history ↩
-
"A Plain-Text Love Letter," MNMNOTE. https://blog.mnmnote.com/posts/plain-text-love-letter ↩ ↩2
-
"Skip the Vector Database: Markdown Notes as AI Memory," MNMNOTE. https://blog.mnmnote.com/posts/markdown-notes-as-ai-memory ↩ ↩2