·5 min read#ideas#opinion
Second Brains Are Where Notes Go to Die
You don't have a knowledge problem. You have a retrieval problem, and your second brain made it worse.
Obsidian vault: 4,200 notes. Notion workspace: 60 databases, three of them named "Resources." Readwise firing highlights into a folder nobody opens. Apple Notes as the overflow drain. This is the standard loadout of the modern knowledge worker, and it produces roughly zero decisions per week. Capture feels like work. It has the texture of productivity: you clipped the article, you tagged it, you linked it bidirectionally. But nothing downstream ever consumed it. You built a warehouse with no loading dock.
The graveyard
Every note app dies the same death, and it's never the app's fault.
Evernote didn't fail because Electron was slow. It failed because after year three, opening your Evernote felt like opening a storage unit you'd been paying for since college. Roam didn't lose to Obsidian on features; both lost to the same enemy, which is that a graph of 4,000 nodes is beautiful to look at and useless to ask. Notion is currently winning the war for where notes go to be formatted nicely before being forgotten.
The pattern: capture tools optimize the write path. Tagging, backlinks, daily notes, quick capture hotkeys, browser clippers. All write path. The read path, the moment where the knowledge is supposed to come back out and change what you do, gets a search box. A literal-string search box, against notes you wrote in whatever vocabulary you were using eighteen months ago. You search "pricing" and the note that matters says "how we charge."
The dirty secret of PKM culture is that the write path is the fun part, so that's what got built, sold, and YouTubed. "How I organize my second brain" has ten thousand videos. "The time my second brain answered a hard question" has approximately none, because it approximately never happens.
Capture is worthless without an interface that answers
Here's the test. It's Tuesday, a founder emails you asking whether they should do usage-based or seat-based pricing. You have, somewhere in your vault, three years of notes on exactly this: a postmortem from your own pricing migration, highlights from two books, a call transcript where an advisor walked you through it.
What actually happens: you answer from memory, badly, in eight minutes, because the alternative is twenty minutes of spelunking through search results and you have a meeting.
The vault held the answer. The vault could not answer. Those are different capabilities, and the second one is the only one that matters. A note that can't surface itself at the moment of decision has the same value as a note you never took, minus the time you spent taking it.
Storage was never the bottleneck. Text files are free. The bottleneck is synthesis at query time: something that reads the question, pulls the five relevant fragments from three different eras of your note-taking, reconciles the one where you changed your mind, and produces a position. Search boxes don't do synthesis. Backlinks don't do synthesis. You do synthesis, which is why the vault only works when you're already motivated enough to not need it.
What a persona does that a vault doesn't
A persona plugin inverts the architecture. Instead of a pile of documents waiting for a query, it's a set of Claude Code skills: each one a SKILL.md with YAML frontmatter (name, description) and an optional references/ directory, loaded on demand when the conversation matches. The knowledge isn't stored as notes to be found. It's compiled into behavior to be invoked.
The distinction is concrete. A vault contains your note titled "Lessons from the Sirena sale." A persona contains a skill that, when someone asks about selling a company, already reasons with those lessons, in your framing, with your caveats, without anyone knowing the note exists. The vault stores the fish. The persona is the fisherman.
Three things fall out of this that no note app gives you:
It answers unprompted questions. Nobody has to know your taxonomy. They ask "should I raise now or wait," and the skill whose description matches fires, carrying your actual position on fundraising timing. Your folder structure, the thing you spent forty hours perfecting, becomes irrelevant. Good. It was always overhead.
It reconciles you. Your 2022 note says one thing, your 2024 note reverses it. A vault serves both with equal confidence. A synthesis step, done once at compile time, resolves the contradiction into "I used to think X, then Y happened, now I think Z." That sentence is worth more than both notes.
Other people can use it. This is the part vaults structurally cannot do. Nobody wants read access to your Obsidian; that's a punishment, not a gift. But a persona ships as a plugin from a git-backed marketplace (a marketplace.json under .claude-plugin/, and the source has to be git-backed, because relative HTTP plugin paths fail silently). Two commands and your co-founder, your portfolio company, your team, gets the version of you that answers, not the version of you that hoards:
/plugin marketplace add <url>
/plugin install <name>@<marketplace>
Verified on Claude Code CLI 2.1.x. The whole install is faster than finding one note in a mature vault.
Stop measuring the pile
The PKM metric that matters was never note count, link density, or streak length. It's answers per week: how many times did your accumulated knowledge actually change a decision, a draft, an email. For most second brains the honest number is zero, and it's been zero for years, and the pile keeps growing anyway because capture is a comfort behavior.
Keep taking notes. Raw material is fine; you need corpus to compile from. But stop treating the pile as the product. The product is the interface that answers, and until your notes have one, you don't have a second brain. You have a first landfill.
Install a person
installs.me turns your files, calendar and calls into a Claude Code plugin that thinks like you. Anyone installs it with two commands:
/plugin marketplace add https://installs.me/lautaro
/plugin install lautaro@lautaro-installs