The version-controlled, natural-language substrate that any agent reads, writes, reviews, and publishes — shipped as an MCP connector that drops into the agent you already use.
AI helpers are clever but forgetful, and each one scribbles in its own notebook. Forge is one big shared notebook they all read and write in together — so nothing gets lost and everything stays tidy.
Karpathy's LLM Wiki turns scattered sources into a living, interlinked knowledge base an agent compiles and maintains — knowledge that compounds instead of vanishing into chat history. It's a great idea, and it's single-player: local, manual, one agent, one person.
The moment a second agent or a second teammate writes into the same wiki, you need everything the pattern doesn't have — versioning, merge, diff, review, sync, access control, publish. That's GitHub. Nobody has built it for natural language.
A clever helper can read all your books and write neat notes, so you never have to read them twice. Handy! But today only one helper can use those notes, and they live on one computer.
The moment a friend — or a second helper — wants to add to the same notes, it turns into a big messy scribble. Coders fixed this for computer code ages ago. Nobody fixed it for notes written in normal words. We are.
Every primitive that code earned, reimagined for prose.
Coders have a magic folder (it's called GitHub) that does five amazing things. Forge does the same five things — for notes in plain words instead of code.
No app to adopt, no model to switch. Forge is an MCP connector — it rides inside Claude Code, Cursor, Codex, ChatGPT, anything. Every agent gets the same vocabulary against the shared wiki.
You don't buy a new robot or learn anything new. Forge is like a little backpack any AI helper can clip on. Once it's on, every helper knows how to use the shared notebook.
A wiki is one interlinked thing — you shouldn't have to shatter it into a dozen repos to control who sees what. Forge grants reads at the subtree level, per person or per agent, enforced at retrieval so unauthorized context never reaches the model.
And it propagates through synthesis: a readable page can't expose a source its reader lacks. Naive permissions leak through derived pages — Forge's don't.
In one notebook you can still keep secrets. You can say "only Mom may read the diary pages" while everyone can read the recipe pages — all in the same notebook.
And the clever bit: the helper won't accidentally blurt out a secret, even when it's talking about something else.
Own the neutral place every agent stores knowledge — then move down, one layer at a time.
First make the best shared notebook. Once every robot uses it, build everything else around it.