
Your Second Brain Has No Memory
A note-taking wiki works for a human and breaks the moment an AI agent has to use it. Memory is the layer every AI-native org skips.
Everyone is flexing their second brain. The Obsidian graph view, glowing on a dark background, a thousand notes wired into a galaxy of backlinks. It looks like a mind. It photographs like genius.
I built one too. Then I pointed an AI agent at it and watched it fall apart.
The agent could read every note. It could not tell me where a fact came from, when it stopped being true or whether it was allowed to show that fact to the person asking. My beautiful graph was a filing cabinet with the lights on. Useful to me. Useless to a machine that has to act on what is inside.
Here is the board-level version. A second brain built as a note-taking wiki is personal productivity. The memory an AI-native organisation needs is something else entirely: a system that captures itself, knows its own sources, tracks how truth changed over time and governs who can read what. Your agents are only as trustworthy as the memory behind them. Most companies are pouring money into the agents and nothing into the memory.
What a wiki actually is
A second brain — Obsidian, Notion, Roam, the whole genre that Tiago Forte turned into a movement — is a pile of notes a human writes by hand and links by hand. Obsidian stores them as plain markdown files and draws a graph from the `[[backlinks]]` you type. That design is the source of its charm and the source of its failure.
It works for a person because a person fills the gaps. You remember that the meeting note came from Tuesday's call. You know the pricing figure is six months stale. You know not to paste a client's number into a deck for a different client. The wiki holds the words. You hold the memory. The provenance, the timeline, the permissions all live in your head, never on the page.
Point an agent at it and the gaps stay gaps. The agent has no head to hold the missing half. It sees text with no source, no clock, no lock. So it does what an eager intern with no judgement does: it makes something up with total confidence.
A wiki is curation. Memory is something a machine can interrogate. Four differences decide which one you have.
The four things a wiki cannot do
- Capture. A wiki: you type and link every note by hand. Memory an agent can use: sources ingest themselves — email, meetings, files, chat.
- Provenance. A wiki: a fact sits on the page, orphaned. Memory an agent can use: every fact hash-links back to the exact source it came from.
- Time. A wiki: only the current version exists. Memory an agent can use: what you believed in March and what is true now both survive.
- Governance. A wiki: anything that opens the vault reads everything. Memory an agent can use: the door checks who is asking and what they may see.
Capture, not curation
The wiki tax is the hand-work. Every note written, tagged, linked, filed. Skip a week and the graph rots. The system is only as complete as your discipline on your worst day.
Memory that serves agents inverts this. The sources flow in on their own. Your email, your meeting transcripts, your project folders, your Slack — captured, de-duplicated and tagged without you lifting a finger. The human stops being the data-entry clerk. Capture means the org's memory fills itself; curation means you fill it. One scales with the business. The other scales with your free time, which is zero.
Provenance, or "why do you believe this?"
Ask your wiki why it holds a fact and it cannot answer. The note says "entry price is £4 a month." It does not say that number came from the 14 March pricing review, third paragraph, and that the figure two quarters earlier was different.
For a human skimming, fine. For an agent about to put that number in front of a client, not fine. The single most important question you can ask any memory is why do you believe this — and a wiki has no answer. Memory built for machines hash-links every fact back to the exact artifact it was extracted from. Every claim carries a receipt. When the agent cites a number, you can click straight through to the email, the transcript, the file, the line. No receipt, no trust. This is the difference between an agent that informs a decision and one that quietly poisons it.
Time, or what you believed in March
A wiki holds one version: now. You edit the note, the old truth is gone. That is fine for a grocery list and fatal for an organisation, because the most valuable questions a board asks are about change. What did we believe when we made that call. When did this become true. What did the model know in March that it does not know today.
This is a solved problem in serious data systems — bitemporal memory tracks two clocks at once: when something was true in the world, and when you learned it. You never overwrite. You supersede, and keep the chain. A wiki has neither clock. It has a save button that erases history every time you press it. An AI-native org that cannot reconstruct what it believed and when has no audit trail, no learning loop and no defence when a regulator asks how a decision was made.
Governance at the door
Anything that can open your Obsidian vault can read the whole vault. There is no door. For a personal note pile that is the point. For an organisation it is indefensible — one compromised agent, and the whole vault walks out the door.
Memory that serves multiple agents needs governance at the door, not in a policy you hope everyone honours. Default-deny. Every caller granted a specific scope and a specific operation — this agent may read the marketing memory but not the patient memory, may summarise but not export, with personal data stripped on the way out. Every access logged, immutably, so you can prove after the fact who read what. The wiki model — one vault, one key, all or nothing — is exactly the model a board cannot sign off the moment more than one person, or one agent, is in the building.
This is not a notes problem
Watch where the AI conversation spends its money and you will see the blind spot. Everyone is buying agents. Almost nobody is building the memory the agents run on. The personal-AI influencers selling you a prettier vault are optimising the wrong layer — they are decorating the filing cabinet while the building has no foundations.
The memory layer is the foundation. It is what turns a clever demo into a system you can run a business on. An agent with no memory is a goldfish with a vocabulary. An agent wired to memory that captures itself, cites its sources, tracks time and checks the door is a colleague you can supervise — machines at the work, leaders at the wheel. That is the whole posture, and it depends entirely on the layer everyone is skipping.
I made this case in the abstract when I wrote about how to give an AI agent a memory. This is the same argument with the scaffolding showing. And it sits underneath the larger shift I keep returning to: every business is now a data and tech company, whether the board has noticed or not. The data is the moat. Memory is how the data becomes usable.
What I am building, in the open
I am building this for myself, in public, and it is honest to show you exactly how far it has come — not a finished product, a spine.
It is called Cortex. One scoped memory across my worlds — Bionic, Peachy, personal and my mum's care — served to any agent over MCP, the open standard agents use to reach tools and data. The design rule that changes everything: agents never touch the raw store. They talk to a memory contract I own, so the storage engine underneath stays swappable and the guarantees stay mine.
What runs today: the capture loop. My meeting transcripts and email ingest themselves on a schedule, de-duplicated, tagged by scope. Ask it a Bionic question and it answers with the source cited. Ask it for a Peachy fact while scoped to Bionic and it refuses — the wall holds, tested at the scale of every meeting I have had this quarter. Capture and scoped, cited recall: working, on my real data.
What I am building next, in order: full provenance, so every fact hash-links to its origin; the bitemporal layer, so the timeline is queryable; and the governance door, so external agents get a filtered, audited view. The contract for all three is frozen. The wiring is the work in front of me. I am telling you what is built and what is not, because the gap between a graph that looks like a mind and a memory you can run a company on is exactly the gap this whole piece is about.
The point is not the tool. The point is that none of these four properties — capture, provenance, time, governance — exist in the second brain you are so proud of. And every one of them is non-negotiable the moment an agent, not you, is the thing doing the remembering.
The board question
So put this to your own organisation. One question, the one that cuts past the demo and into the foundation.
When your agents remember something — can they tell you where it came from, can they tell you when it was true and is anyone watching who gets to read it?
If the answer is no, you do not have a memory problem you can fix with a better note-taking app. You have an architecture you have not built yet. Build it before you scale the agents on top of it. The order matters. Foundations always go in first.

Stay sharp.
Field notes from the front lines. Weekly.
By clicking Sign Up you're confirming that you agree with our Terms and Conditions.

