The argument in one line.
The most durable second brain is one that maintains itself: drop raw files in, let an AI agent synthesize your wiki automatically, and your knowledge base compounds without the maintenance cost that kills every complex setup.
Read if. Skip if.
- You have abandoned an Obsidian or Notion second brain because the maintenance felt like a second job.
- You use Claude Code or Claude Cowork daily and want project context to persist and grow without manual documentation.
- You run a solo business or content operation and want a queryable knowledge base you can build in under an hour.
- You are curious about scheduled AI agents doing practical background work on local files.
- You already have a working second brain system and are not looking to switch.
- You need a team-wide, cloud-synced knowledge management platform — this demo is local-first.
The full version, fast.
Most second brain systems fail because they require constant manual curation. The SimpleBrain setup, built on Andrej Karpathy's self-documenting knowledge base idea, reduces that to one action: drop anything into a raw folder. From there, an AI agent reads every file, synthesizes clean notes into a wiki folder, and moves processed files to archive. A CLAUDE.md instruction file tells the agent how to behave; a translate.md prompt is the reusable trigger. Once a scheduled daily task is wired up in Claude Cowork, the system runs without the user doing anything beyond feeding it new raw material.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Why most second brain setups are too complicated
Hook frames the problem: everyone is building AI second brains with Obsidian, most setups are overcomplicated, host promises a simpler path.

02 · What Obsidian actually is
Demystifies Obsidian as just a markdown editor. Shows the knowledge graph visual and argues it is the end state, not the starting point.

03 · Introducing SimpleBrain
Introduces SimpleBrain as a minimal second brain built on Andrej Karpathy's self-documenting knowledge base idea. Three core concepts: raw dump, AI builds the brain, extend or query.

04 · The folder structure — five folders, three files
Walks through raw, wiki, archive, prompts, and projects folders plus CLAUDE.md, agents.md, README.md. Explains how each element functions in the loop.

05 · Setting up in Claude Cowork
Creates a new project in Claude Cowork, connects the SimpleBrain folder, tours the README, CLAUDE.md, agents.md, and translate.md files in detail.

06 · Live demo — raw to wiki
Feeds the Build Great Products website URL to Claude Cowork as a raw input, watches it generate a markdown file, then runs the translate prompt and watches wiki files appear.

07 · Setting up a daily scheduled automation
Creates a scheduled task in Claude Cowork that runs translate.md daily at 9AM — showing the full hands-off automation loop.

08 · Extension ideas
Four automation ideas: scheduled translation, voice memo transcription via Whisper, YouTube/podcast transcript ingestion via yt-dlp, weekly wiki synthesis summary.

09 · Where to get the files
Points to the SimpleBrain GitHub repo and the Skool community for download and support.
Lines worth screenshotting.
- Obsidian is just a markdown editor — there is nothing it can do that a plain folder of text files cannot.
- The maintenance cost of someone else's second brain template is higher than the setup cost, which is why most people abandon it.
- An AI agent that auto-documents your raw inputs removes the only part of personal knowledge management that people actually skip: the writing-it-down step.
- Five folders and three files is the entire structure — raw, wiki, archive, prompts, projects, plus CLAUDE.md, agents.md, README.md.
- The translate.md prompt is the whole engine: read raw, write wiki, move processed files to archive, commit to git.
- Git version control means nothing in the second brain is ever permanently lost — every state is recoverable.
- A daily scheduled task in Claude Cowork costs almost nothing to run and eliminates the forget-to-process-notes failure mode entirely.
- Voice memo transcription, YouTube transcript ingestion, and weekly synthesis summaries are all one prompt file away from being automated on top of the same base structure.
- You can build a separate SimpleBrain instance per project rather than one monolithic system, which makes context isolation trivial.
- The cloud version of this system — a team-accessible second brain synced via GitHub — is a startup idea the creator openly flags as wide open.
The second brain that runs itself
The reason every Obsidian setup fails is the same reason journals fail — maintenance is the product, and AI eliminates it entirely.
- Most second brain systems fail at the maintenance step, not the setup step — the tool is rarely the problem.
- Obsidian is a markdown editor with link-between-files support — the elaborate knowledge graphs you see in demos are years of manual curation, not a starter template.
- Any tool that requires you to understand someone else's organizational system before you can use it has already failed you.
- The self-documenting knowledge base idea is simple: dump raw content, let the AI write the wiki, extend on top of whatever it builds.
- Five folders and three files is a complete second brain system; complexity beyond that is a feature request, not a prerequisite for getting started.
- CLAUDE.md and agents.md are instruction files that front-load all behavioral rules so you do not have to re-explain context in every prompt.
- The translate.md prompt has seven rules that prevent the most common failure modes: never delete from raw or archive, always read wiki before writing, commit after changes.
- The only step people consistently skip in knowledge management is writing things down — an AI translate prompt automates exactly that step, turning raw dumps into structured wiki entries without user effort.
- A scheduled daily agent costs almost nothing to run and eliminates the core failure mode of manually-maintained knowledge bases: the days when you forget to process your notes.
- Voice memos, YouTube transcripts, and podcast audio are all valid raw folder inputs — the same translate loop processes them automatically once the file lands in the folder.
- A weekly synthesis prompt that reads all wiki changes from the last seven days generates a standing digest of what your knowledge base learned that week.
Terms worth knowing.
- SimpleBrain
- A minimal second brain structure — five folders and three files — where an AI agent reads raw inputs and automatically generates a clean wiki, eliminating manual documentation.
- translate.md
- A reusable prompt file stored in the prompts folder that instructs an AI agent to convert everything in raw into organized wiki entries and move processed files to archive.
- CLAUDE.md / agents.md
- Instruction files that Claude or any AI agent reads before executing prompts; they define user context, allowed tasks, wiki voice rules, and out-of-scope actions.
- wiki folder
- The AI-maintained knowledge base within SimpleBrain — one markdown file per topic, merged not overwritten, updated automatically from raw inputs.
- Andrej Karpathy second brain post
- A widely shared piece by AI researcher Andrej Karpathy describing a self-improving, self-documenting local knowledge base — cited as the conceptual foundation for SimpleBrain.
- Claude Cowork
- Anthropic's agentic desktop interface for Claude that supports persistent projects, file context, and scheduled tasks — used in this video to demonstrate the SimpleBrain setup.
Things they pointed at.
Lines you could clip.
“You don't have to maintain any of this system really, the AI is doing it for you.”
“Five folders and three files. That is literally it to start off with.”
“That is gonna run every day at 9AM inside of the simple brain project.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Every second brain video promises a system that changes how you think. Most deliver a maintenance burden that changes nothing. This one argues the opposite — that the right setup is the one you never have to touch.
Named ideas worth stealing.
SimpleBrain Folder Structure
- raw/
- wiki/
- archive/
- prompts/
- projects/
- CLAUDE.md
- agents.md
- README.md
Five folders and three files that form a complete self-maintaining knowledge base. AI reads raw, writes wiki, moves files to archive.
The Three-Step Loop
- Drop files into raw/
- Agent runs translate.md — wiki updated, raw archived
- Query wiki or build automations on top
The repeating cycle that makes SimpleBrain self-compounding over time.
translate.md Prompt Pattern
- Read everything in raw/
- Update or create matching markdown files in wiki/ (merge, never overwrite blindly)
- One topic per wiki file
- Move processed files from raw/ to archive/
- If raw note relates to a project folder, surface it in that project notes
- When uncertain, note it in the entry rather than guessing
- Commit to git after meaningful changes
A reusable prompt file that turns any AI agent into an automated knowledge base curator.
How they asked for the click.
“you can either visit my GitHub, which is linked in the description down below, or you can join my community and get access to all of these files and folders as well”
Dual CTA — free GitHub download plus paid community. GitHub link removes friction for skeptics; community upsell is soft and secondary.







































































