Second brain
What a second brain actually is — and how to build one that lasts
A second brain is an external, searchable store of what you have read, decided and figured out, structured so that past-you can hand something to future-you. In practice it needs four things: fast capture, plain text you own, links between notes rather than folders alone, and a way to see the whole thing at once.
The problem a second brain solves
Most people do not have a note-taking problem. They have a retrieval problem. The notes exist — in a document, a chat thread, a book margin, a half-finished draft — and none of them can be found at the moment they would have been useful. Capture without retrieval is just a slower way of forgetting.
A second brain is the fix: one place where everything you have thought about goes, structured so that finding a thing does not require remembering where you put it. The name comes from Tiago Forte's Building a Second Brain, but the practice is much older — the commonplace book, the card index, Niklas Luhmann's Zettelkasten. What changed is that software made the linking cheap.
Folders are not enough, and neither is search
Folders force a decision you cannot make correctly at capture time: which single category does this belong to? A note about pricing psychology written while reading a book about behavioural economics for a project about onboarding belongs in three places, so it ends up in whichever one you thought of first and is lost to the other two.
Search fixes retrieval only when you remember the words. It cannot tell you what a note is related to, which is the part you actually forgot. That is what links are for: instead of filing a note, you connect it to the notes it has something to do with, and the connection is the memory.
The four things a second brain needs
Strip away the methodology arguments and the requirements are fairly stable across every system that has worked for anyone:
- Capture that takes seconds. If writing a note is a project, you will not write it. A quick switcher, a daily note and a web clipper cover most of it.
- Plain text you own. A second brain is a decades-long artefact. It should outlive the app it was written in, which means markdown files and a real export, not a hosted database with a lossy CSV escape hatch.
- Links, and the reverse of links. Writing
[[Compound interest]]in one note should make that note visible from the other side. Backlinks are what turn a pile of notes into a network. - A view of the whole thing. A graph of your notes tells you where the dense clusters are, which ideas are orphaned, and which two areas of your thinking have never once been connected.
How this works in Nodum
Nodum is an open-source second-brain app that runs in a browser. Notes are plain markdown files. Typing [[ autocompletes across every note you have; the note on the other end grows a backlink automatically, with the sentence around it for context. Link a note that does not exist yet and it appears on the graph as a ghost node — click it and the note is created, with the backlink already resolved.
The graph is the whole vault, force-simulated on the GPU, and stays smooth into the tens of thousands of notes. Colour a folder in the explorer and its notes carry that colour into the graph, so the shape of your thinking becomes something you can actually look at.
Because it is MIT licensed you can read every line of it, and because it self-hosts with one Docker Compose command, the second brain you spend five years building does not depend on a company continuing to exist.
Choosing a second-brain app: what to check before you commit
You are choosing something you intend to use for years. These are the questions worth asking before the first note, not after the thousandth.
- Can I export everything, in a format another tool can read, without a conversion script?
- Are notes plain files, or rows in someone's database?
- Does linking two notes take one keystroke, or a menu?
- Do I get backlinks automatically, or do I have to maintain both directions by hand?
- Can I see the whole collection at once?
- If the company disappears tomorrow, do I still have working software — or just a folder and a problem?
- Does it work on every machine I use, including the one I cannot install software on?
Questions people ask
What is the best second brain app?
There is no single best one, but the shortlist is consistent: Obsidian if you want local files and the largest plugin ecosystem, Logseq if you think in outlines, Notion if your second brain is really a team wiki, and Nodum if you want an open-source, browser-based option with wikilinks, automatic backlinks and a knowledge graph that you can self-host.
Is there a free second brain app?
Yes. Nodum is free and open source under the MIT licence, with no plan tiers, and it can be self-hosted at your own infrastructure cost. Obsidian's core app is also free, and Logseq is free and AGPL licensed.
How do I start building a second brain?
Start by writing notes, not by designing a system. Capture one note per idea, give each a title you would search for, and link them with wikilinks as you notice connections. Structure emerges from the links after a few hundred notes; a folder hierarchy designed on day one almost never survives.
What is the difference between a second brain and a Zettelkasten?
A Zettelkasten is one specific method for building a second brain: atomic, self-contained notes written in your own words, linked to each other rather than filed by topic. Second brain is the broader term and includes methods like PARA that organise by actionability instead. Both need the same underlying capability: cheap linking.
Related reading
Comparing specific tools
- Nodum vs ObsidianNodum is a free, MIT-licensed Obsidian alternative for the web: same [[wikilinks]], same backlinks, same graph — no install, and you can read the source.
- Nodum vs NotionNodum is a free, open-source Notion alternative built on plain markdown, [[wikilinks]] and a knowledge graph — self-hostable, exportable, no per-seat pricing.
- Nodum vs LogseqNodum and Logseq are both open source and both link notes. Nodum is a document editor in the browser; Logseq is a local-first outliner. Here is the honest split.
All 18 are on the alternatives index. Terms used on this page are defined in the glossary.
Start tying things together.
A vault takes about ten seconds to make. Bring notes with you, or start with one.
