AI ANG KATULONG MO AI is your helper.
intermediate Productivity

Build a Second Brain with Obsidian + Claude

Set up a personal knowledge system in Obsidian and use Claude to summarize, organize, connect, and query your notes — a practical PKM workflow with privacy in mind.

By Super Ea · Updated January 26, 2026

You read, watch, and learn constantly — and forget most of it. A second brain is a personal system for capturing what matters and getting it back when you need it. This guide pairs Obsidian (a free, private, local note app) with Claude (a capable AI assistant) so you don’t just store knowledge, you can think with it.

No prior note-taking system required. We’ll build from zero.

What a “second brain” really is

The term (popularized by Tiago Forte’s Building a Second Brain) and the broader practice of PKM — Personal Knowledge Management boil down to a simple promise: capture ideas once, and never lose them. Instead of highlights rotting in ten different apps, you build one trusted place where your notes link together and compound over time.

The two pillars:

  1. A good place to keep notes — that’s Obsidian.
  2. A good way to make sense of them — that’s where Claude earns its keep.

Why Obsidian

Obsidian stores your notes as plain Markdown files in a folder on your own computer. That single design choice buys you a lot:

  • Private by default — your notes live on your device, not someone’s cloud, unless you choose to sync.
  • Yours forever — plain text files you can open in any app, with no lock-in.
  • Fast and free for personal use.
  • Linkable — the superpower we’ll lean on.

Setting up (5 minutes)

  1. Download Obsidian (obsidian.md) and install it.
  2. Create a Vault — this is just a folder that holds your notes. Name it something like Brain.
  3. Make your first note. Click the new-note icon, give it a title, start typing. It’s saved automatically as a .md file.

That’s the whole barrier to entry. Now the concepts that make it powerful.

  • Notes — one idea, article, meeting, or thought per note. Keep them small and focused.
  • Links — type [[ and start typing another note’s name to link to it. This is the heart of Obsidian: your notes become a web, not a pile. The graph view shows the web visually.
  • Tags — add #topics anywhere in a note to group related ideas across folders. Use a few consistent tags rather than a hundred one-offs.
  • MOCs (Maps of Content) — as you accumulate notes on a subject, make an index note (e.g. “AI — MOC”) that links to all of them. An MOC is a hand-made table of contents for a topic. It’s how you find your way back in.

A dead-simple capture workflow

Don’t overthink structure at first. Use three buckets:

  • Inbox — dump anything here fast; sort later.
  • Notes — your permanent, refined notes.
  • Sources — raw material: article clippings, book highlights, meeting transcripts.

Capture first, organize later. A messy note you have beats a perfect note you were too busy to write.

Where Claude comes in

Obsidian holds your knowledge; Claude helps you process and use it. Because your notes are plain text, they paste in cleanly. A few high-value workflows:

1. Summarize and distill

Paste a long article, transcript, or your own rambling notes:

Summarize the notes below into a clean permanent note: a one-line summary,
5 key points, and any open questions I should follow up on. Keep my own
wording where it's good.

[paste your messy notes]

Now you have something worth keeping instead of a wall of text.

2. Organize and tag

Here are 12 rough notes. Suggest a small, consistent set of tags to group
them, propose 2 or 3 "Map of Content" index notes, and tell me which notes
belong under each.

[paste notes]

Claude is excellent at spotting the structure hiding in your pile.

3. Connect ideas

The real second-brain payoff is unexpected connections:

Read these notes from different topics. What connections, tensions, or
patterns do you see that I might have missed? Suggest [[links]] I should add.

[paste notes]

4. Query your own knowledge

Paste the relevant notes and ask questions of them specifically:

Based only on the notes below, what did I conclude about pricing, and what
evidence did I have for it? If the notes don't say, tell me that.

[paste notes]

The “based only on the notes” and “if it’s not there, say so” instructions matter — they keep Claude grounded in your material instead of its general knowledge.

5. Draft from your vault

Once you’ve gathered notes on a topic, Claude can help you produce: an outline, a blog post, a summary email, a study sheet — all built from what you already captured.

Using the notes below as the source material, draft a 400-word blog post
in a friendly, plain-English tone. Only use ideas that appear in the notes.

[paste notes]

Working with a lot of notes at once

Claude can hold a large amount of text at once, so you can paste in many notes together. For an ongoing subject, claude.ai Projects let you keep a set of notes as reusable background knowledge, so you don’t re-paste them every conversation — handy for a long-running research topic or a book you’re writing. Upload or paste your relevant notes once, then ask questions against them over days or weeks.

Useful Obsidian plugins

Obsidian’s community plugins extend it (enable them in Settings). A few that pair well with a second brain:

  • Dataview — treat your notes like a database; auto-generate lists (“all notes tagged #book I haven’t finished”).
  • Templater — reusable note templates so every meeting note or book note starts the same way.
  • Calendar / Daily Notes — a note per day for frictionless capture.
  • Omnisearch — much better full-text search across your vault.

Start with none. Add one only when you feel the specific pain it solves.

Privacy — read this before you paste

Your Obsidian vault is private. The moment you paste a note into an online AI, that text leaves your device. So be deliberate:

  • Don’t paste genuinely sensitive material — passwords, financial account details, other people’s private information, anything under a confidentiality agreement.
  • Redact before you paste. Swap real names and numbers for placeholders if you just need help with structure or wording.
  • Check the tool’s data settings. Review whether your conversations may be used to improve models, and adjust the setting if you’re not comfortable.
  • Keep the sensitive stuff local. The beauty of Obsidian is that your vault works fully offline. Use AI on the notes where the help is worth it, and keep the private ones to yourself.

A good rule: would I be okay if this text were on a sticky note on my desk at a coffee shop? If not, don’t paste it.

Put it together

Your loop looks like this:

  1. Capture everything into Obsidian’s inbox — fast, messy, no pressure.
  2. Distill with Claude — summarize, tag, refine into permanent notes.
  3. Connect — add [[links]] and MOCs so ideas find each other.
  4. Use — query and draft from your own accumulated knowledge.

Do this for a month and you’ll have something most people never build: a growing, searchable, connected record of what you’ve learned — with an AI partner that helps you actually think with it.

Next steps

  • New to writing prompts like the ones above? Start with Prompting Basics.
  • Grab ready-made prompts and templates for summarizing and organizing to drop straight into this workflow.