AN ANTHROPIC LEAD ENGINEER ACCIDENTALLY LEAKED HIS PERSONAL OBSIDIAN.... INSIDE - NOT CODE OR PROMPTS, BUT A DIAGRAM OF HIS OWN BRAIN, ORGANIZED AS A NEURAL NETWORK 8,893 nodes. 4,729 connections. A $10/month app opens Obsidian. 21 inputs, ReLU on every layer. The first hidden layer has 26 neurons, followed by 33, then 24, and so on all the way to the output. Thousands of connections flash in real time this isn’t a conceptual diagram from a blog, but a living brain that powers decision-making within the company. 9,000 documents, each with its own semantic space, all interconnected it earns about $2m a year for sorting Markdown files into the right folders. The company that builds the world’s best AI maintains its internal knowledge base in the same app that a freshman uses for class notes three years of discipline and a single open Obsidian tab you’re reading this on a device where, tonight, you can open that same Obsidian and start building your own vaultshow more

chewa.
359,384 次观看 • 1 个月前
ANTHROPIC'S LEAD ENGINEER ACCIDENTALLY LEAKED HIS PERSONAL OBSIDIAN VAULT.... INSIDE - NO CODE, NO PROMPTS. JUST A SCHEMATIC OF HIS OWN MIND, BUILT LIKE A NEURAL NETWORK 8,893 nodes. 4,729 links. A $10-a-month app opens Obsidian. 21 inputs, 10+ hidden layers, ReLU activation. First layer 64 neurons, then 37, then 22, all the way to the output. Thousands of connections firing in real time this isn't a concept diagram from a blog - it's a living brain that actually runs decisions inside the company. 9,000 documents, each its own knowledge space, all interconnected he makes around $2M a year for putting markdown files into the right folders. The company building the best AI in the world manages its internal knowledge with the same app a college freshman uses for lecture notes. hasn't written a single line of infrastructure for any of it. three years of discipline and one open Obsidian tab you're reading this on a device where you could open the same Obsidian tonight and start building your own vaultshow more

chewa
1,210,811 次观看 • 2 个月前
YOUR OBSIDIAN VAULT READS ALL 2,000 NOTES TO ANSWER... ONE QUESTION. THAT'S NOT A SECOND BRAIN. That's a hoarder with markdown files. Hundreds of thousands of tokens burned per answer, and it still grabs the wrong note half the time. A real second brain runs on a graph: a router, an index, nodes, edges. Fable 5 reads 2-3 files instead of the whole vault. Answer back in under a second. The graph view everyone screenshots in Obsidian is a poster. The index is the actual engine. Full 11-step build below, from raw vault to working graph 👇show more

unicode
52,729 次观看 • 23 天前
HERMES AGENT HAS A SECOND BRAIN. 1,100+ KNOWLEDGE FILES.... AUTO-LINKED. SELF-IMPROVING. GROWING EVERY NIGHT. THIS IS THE OBSIDIAN GRAPH BEHIND IT. every dot = one knowledge file (markdown) every line = one wiki-link between files every color = one category (skills, notes, decisions, sources, entities) HOW IT BUILDS ITSELF: Hermes ships with a bundled LLM Wiki skill. based on Andrej Karpathy's pattern. unlike RAG (rediscovers knowledge from scratch every query), the wiki compiles knowledge once and keeps it current. when you feed the agent a source: → it reads the content → writes a structured markdown page → auto-links to every related existing page → flags contradictions with previous entries → updates all affected pages one source in. multiple connections created. the graph grows denser with every entry. WHAT FEEDS THE WIKI: → articles and URLs you find interesting → meeting transcripts → PDF documents and research papers → conversation history from Hermes sessions → Claude Code and Codex session history → Slack logs, email threads, saved notes → YouTube transcripts → raw text dropped into a _raw/ folder the obsidian-wiki package supports multi-agent ingest from Hermes, Claude Code, Codex, OpenClaw, Pi, Windsurf, and ChatGPT exports. install: pip install obsidian-wiki obsidian-wiki setup --vault ~/wiki AUTOMATE THE GROWTH: set cron jobs to feed the wiki overnight: "every day at 9am, check for new meetings. ingest transcripts into the wiki." "every week, check arXiv for new papers in [niche]. summarize and file into the wiki." "every day, ingest today's Hermes sessions into the wiki under session-history." month 1: 50 entries. scattered. month 3: 300+ entries. cross-referenced. month 6: 1,000+ entries. the agent surfaces patterns you never searched for. WHY OBSIDIAN: the wiki is plain markdown files. no database. no lock-in. open it in Obsidian for graph view: → nodes show knowledge density → links show how ideas connect → clusters reveal your strongest domains → orphan nodes reveal gaps Hermes writes from a VPS. Obsidian reads on your laptop. obsidian-headless syncs without a GUI. agent writes from the server, you browse on your device. FOUR MEMORY LAYERS: Layer 1: memory.md + user.md (~2,200 + 1,375 chars. short-term.) Layer 2: SQLite with FTS5 (full session transcripts. searchable.) Layer 3: external providers (Mem0, SuperMemory, Honcho. optional.) Layer 4: Obsidian wiki via LLM Wiki skill (unlimited. compounding. the long-term brain.) layers 1-3 handle memory. layer 4 handles knowledge. the graph in this post is layer 4. SETUP: set in Desktop app, Dashboard, or config.yaml: WIKI_PATH=~/wiki OBSIDIAN_VAULT_PATH=~/wiki first run: Hermes asks for your domain. answer with your niche. the skill builds SCHEMA.md with tag taxonomy. after that: "index this into my wiki: [URL or text]" the wiki grows. the graph densifies. the agent gets smarter because the knowledge base got smarter. full 15 levels breakdown in the article 👇show more

YanXbt
34,987 次观看 • 2 个月前
this is f**king dangerous Most people treat Claude like... a search bar. The ones with a second brain treat it as an intelligence layer on everything they know. Here's the 15-minute setup: → Install Claude Code → Install Obsidian, create a vault → Open it in Claude Code, drop in the CLAUDE.md schema — that one file is the engine → Throw any source in, say "ingest this" Done. From then on, everything you know is queryable by the most capable AI on earth. Claude wires each source against your whole vault and surfaces connections you forgot you had. Build it tonight. full A–Z guide below.show more

Kirill
19,358 次观看 • 1 个月前
BUILD KARPATHY'S SECOND BRAIN WITH CLAUDE OPUS 5 +... OBSIDIAN Andrej Karpathy (OpenAI co-founder) shared an architecture that turns Claude into a persistent second brain not just a basic chat window how it works: > point Claude Code at an Obsidian vault folder > drop articles, PDFs, or video transcripts into raw > Claude reads them, updates summaries, cross-references everything > the knowledge base compounds like interest, never resets on a new chat the setup: > install create a local vault folder > open it in Claude Code, paste Karpathy's wiki prompt > > let the agent build raw, wiki, and CLAUDE.md folders > drop any file into raw, tell it to ingest > ask questions, get compiled summaries back this skips rag overhead entirely. your vault stays organized on its own run ingest on a schedule and it's loop engineering: sense a new file, plan, write, verify, repeat how do you manage your local knowledge base?show more

Mr. Buzzoni
15,609 次观看 • 16 天前
THIS GUY HAD 1,283 NOTES AND HIS SYSTEM WAS... DUMBER THAN A FOLDER that galaxy in the background is his Obsidian vault > looks incredible > does nothing dead notes, zero connections, zero value extracted from any of it > the fix isn't taking better notes > it's building a pipeline where Claude Opus 4.8 does the research, NotebookLM does the analysis, and every session feeds your vault automatically one command: > Claude Code searches YouTube for 10 relevant sources > passes them to NotebookLM - Google's servers do the heavy processing, not your tokens > NotebookLM runs full analysis, generates infographics, mindmaps, flashcards > everything lands as structured markdown in your Obsidian vault, linked and ready total time: 6 minutes > after a month the vault knows your thinking style. after a year it's a trained research assistant the $300K AI architects aren't taking better notes > they're building systems that compound 30-minute setup. full step-by-step in the article below 👇show more

Mr. Buzzoni
48,417 次观看 • 2 个月前
An Asian guy discovered a method to learn any... knowledge fast using AI. The key is Claude + Obsidian. Most people learn slowly: read, forget, read again, forget again. His method: use Claude to break any content into small, interconnected notes. Use Obsidian to link them, so every piece of knowledge is never isolated. Slow method: highlight books, keep going, forget after a week. Fast method: Claude breaks it into atomic notes, Obsidian links them into a network. Six months later, a new idea instantly connects to twenty things you already know. I compiled the full A–Z guide to building this second brain with Claude and Obsidian that most people have never discovered. Article belowshow more

Kirill
23,264 次观看 • 1 个月前
THIS DEVELOPER USED A 10,000+ STAR OBSIDIAN REPO TO... TURN HIS GROWING VAULT INTO A SEARCHABLE AI MEMORY SYSTEM most people keep adding notes until the graph looks impressive but nobody can find the exact context when a real task starts new note → ai summary → entity links → backlinks → graph update → claude retrieves the right 3–5 files instead of scanning the entire vault the system connects projects, decisions, research, and unfinished ideas, so old context resurfaces automatically instead of disappearing inside hundreds of folders he built the workflow around Claudian, an open-source repo with 10,000+ GitHub stars that brings Claude Code directly into Obsidian → bookmark this before your next 1,000 notes become another beautiful graph that your AI still cannot useshow more

Gipp 🦅
16,393 次观看 • 1 个月前
Karpathy method + Claude Code reading your whole Obsidian... vault is the smartest second brain on earth. The method is simple and brutal. If you can’t build a thing from scratch, you don’t know it. Tutorials are fake learning and your brain deletes them in 3 days. Most people ignore this. They build a second brain that just sits there, folders of notes nobody reopens, dead text. Point Claude Code at the vault and it wakes up. 5,000 notes, one mind. It reads all of it and answers in your own words and your own proofs, not a model’s guess. Then the loop closes. Want to understand neural nets? Skip the 3-hour video and ask Claude Code to build a tiny one. 200 lines from scratch. Watch it train, break a layer, watch it fail, fix it. It clicks in 20 minutes instead of 3 weeks. The second it lands the note gets written. One idea per file, linked to 10 others, dropped into the vault while the memory is still hot. Now it compounds. Month 1: is 60 notes. Month 6 is 900. Every new note pulls in old ones, so you ask anything and the answer comes from your brain, not the internet. Before: 40 tabs, 6 half read PDF, 0 retained. After: build it once, own it for life. Setup takes 4 minutes. Plain text, no lock-in. A second brain nobody reads is a graveyard. Yours just started thinking.show more

West Lord
592,877 次观看 • 2 个月前
BUILD KARPATHY'S SECOND BRAIN WITH CLAUDE FABLE 5 +... OBSIDIAN Andrej Karpathy (openai co-founder) shared an architecture that turns Claude into a persistent second brain instead of a basic chat window how it works: > you point Claude Code at an Obsidian vault folder > you drop articles, PDFs, or video transcripts into raw folders > Claude reads the files, updates topic summaries, and cross-references everything > the knowledge base compounds like interest instead of resetting on every new chat the setup is simple: > install and create a local vault directory > open the directory in Claude Code and paste Karpathy's wiki prompt: > > let the agent generate raw, wiki, and CLAUDE.md schema directories > drop any text file into raw and tell the model to ingest it > ask questions across the whole vault and query compiled summaries this eliminates rag database overhead and keeps your local vault organized how do you manage your local knowledge base?show more

Mr. Buzzoni
89,170 次观看 • 2 个月前
HE BUILT A 100% PRIVATE SECOND BRAIN IN OBSIDIAN... TO AUTOMATE HIS RESEARCH USING HERMES AGENT AND NOTEBOOKLM He visualizes his entire knowledge graph on-premise without paying for cloud subscriptions By connecting Hermes Agent and NotebookLM, developers can index hundreds of documents and generate content locally Four components of this local knowledge architecture: 1. Memory layer - set up an Obsidian PARA vault to store markdown notes and profiles 2. Agent layer - connect Hermes Agent to write files and run background scripts 3. Synthesis layer - use NotebookLM to create structured overviews from raw transcripts 4. Automation layer - trigger cron tasks to synchronize files and calendar standups The setup saves over $4,000 annually while keeping all private files offline Get the full step-by-step configuration guide and setup commands in the article below ↓show more

marfin
20,684 次观看 • 2 个月前
THIS GUY TURNS NOTES, DOCUMENTS, AND IDEAS INTO AN... AI SECOND BRAIN the system stores all the context of your work and helps claude not forget anything how to build one yourself: install obsidian connect claude code keep your projects, notes, and sessions in one vault link similar ideas together use the graph to discover new connections as a result, claude gets memory of your projects and understands the context without you constantly having to explain everything the more you work, the smarter the system gets don’t collect notes build connections between them insteadshow more

Marvin
24,954 次观看 • 2 个月前
Tonight I left my laptop turned on, and woke... up in the morning with a $7,000 profit. While I was sleeping, my cloud second brain was analyzing trends and running funnels on autopilot Famous investor Naval Ravikant once brilliantly noted: AI brains are meant for coming up with ideas, not clogging bio-servers with gigabytes of other people's garbage The main point Point Claude at a local folder and feed it all the accumulated digital junk files, articles, reports, notes. The artificial intelligence absorbs this chaos itself, builds ironclad logic, and turns a pile of files into a single, living knowledge base. The system works on the principle of compound interest: the more data you feed it, the more accurately it predicts your next steps and generates ready-made solutions Step-by-step process: Choose a base, either Notion or Obsidian, as long as the cloud is accessible from any device 24/7 Implement the CODE method by saving all the chaos to your inbox, sorting it out, extracting the essence, and monetizing your knowledge Connect AI agents by setting up automation via API so the AI sorts data and generates content on its own while you rest A more detailed guide is described in the article. I highly recommend adding this to your bookmarksshow more

Bober_smart
11,340 次观看 • 5 天前
Anthropic didn't build his memory system. He built it... himself, and what you're looking at is the proof. Same source, no gatekeeping. The Obsidian CEO published it, anyone can install it. That's not a screensaver on his second monitor. It's his vault. Every point of light is a note. Every cluster is a project his AI already understands without being told again. He doesn't even touch the keyboard to move through it. One hand up, and the whole cluster tilts and spins, like he's turning a globe that happens to be his own head. A year ago he opened a new AI tab every morning and explained himself from scratch. Who he is, what he's building, what he wants. 200+ hours a year, just re-introducing himself to a machine. Then he stopped writing prompts and started writing one file instead. It loaded before every session. His goals, his projects, his blind spots. Claude read it first, every time, without asking. Now the cluster on that screen keeps growing on its own. New notes link themselves. Nothing gets explained twice. He's not showing off code. He's showing off the machine that finally stopped forgetting him.show more

Superior
108,125 次观看 • 1 个月前
I HAVEN’T OPENED A SINGLE BOOK THIS MONTH. CLAUDE... READ 34 OF THEM FOR ME I built a vault in Obsidian, connected Claude and added Notebooklm went to sleep woke up with flashcards, mind maps, and an AI that answers from my own notes only my friends are still highlighting pdfs manually the only thing separating us is one setup: claude + obsidian + notebooklm every idea captured. every book processed. zero knowledge lost if this is the setup you’ve been looking for - like & bookmark so you don’t lose itshow more

leopardracer
251,765 次观看 • 3 个月前
I genuinely don't understand why everyone isn't using this... yet Andrej Karpathy, a co-founder of OpenAI, posted a simple idea that hit 16 million views: stop using AI to write code, use it to build a second brain. You point Claude Code at a folder, drop in any source, an article, a transcript, a PDF, and Claude reads it, links it, and files it into a living wiki of everything you know. It compounds like interest, the more you feed it, the smarter it gets. Here's the whole thing: > Install Obsidian, create a vault, open it in Claude Code > Paste Karpathy's wiki idea file and tell Claude to build it > Claude makes three folders: raw for sources, wiki for its pages, a CLAUDE.md that runs it > Drop any source into raw and say "ingest this" > Ask questions across everything, forever Five minutes to set up, and you never start from a blank chat again. Full step-by-step guide with Claude and Obsidian, link below. Bookmark thisshow more

Ridark
6,981,577 次观看 • 2 个月前
A $20 APP CAN ORGANIZE WHAT MOST PEOPLE NEVER... DO One creator got tired of scattered notes, forgotten ideas and unfinished projects, so he built his own operating system on top of Obsidian Powered by Claude, it transformed 378 notes, 1,816 connections and 53 knowledge clusters into a living dashboard that looked more like a sci-fi command center than a note-taking app He could see how ideas connected, which projects were active, what routines supported them and where every new piece of information belonged. The system evolved every day, becoming more valuable with every note he added instead of more chaotic In reality, spending $20 a month on the right AI tools and organizing your knowledge properly can be worth far more than buying another course you'll never finishshow more

Insomnia
11,660 次观看 • 1 个月前
A guy in Vancouver built an entire operating system... inside a Chrome tab. By himself. Over six years. His personal website is the OS. You open and a Windows-style desktop loads. File explorer. Start menu. Taskbar. You can drag in a zip and extract it. You can play DOOM. You can play Quake III Arena. You can boot Linux from an ISO. You can run Stable Diffusion locally for image generation. You can open a Python terminal. You can edit code in Monaco, the same engine that powers VS Code. All of it runs in your browser tab. Nothing installs. His name is Dustin Brett. Self-taught engineer. Father. Husband. 4,473 commits. All his. He had to swap the Windows icon for the π symbol because of legal pressure. The repo has 12,883 stars. MIT license. His hosting bill is one dollar a month. A single Cloudflare CDN does the rest. This is what the open web was built for. (Link in the comments)show more

Nav Toor
72,629 次观看 • 2 个月前
Jeff Bezos just described AI in three words that... make most of the economy temporary. Bezos: “AI is real and it is going to change every industry. In fact it’s a very unusual technology in that regard in that it’s a horizontal enabling layer.” Horizontal enabling layer. Not a product. Not a platform. Not a feature. A layer. Underneath everything. Everyone is asking which AI company wins. Bezos is telling you that is the wrong question entirely. A horizontal layer does not produce winners. It produces a new floor. Everything standing on the old one either gets rebuilt or gets erased. This has happened exactly twice in modern history. Electricity. The internet. Both times the same pattern. The new layer appeared. The old economy kept running above it. Revenue held. Careers continued. Everything looked normal. Then quietly and permanently the entire structure reorganized around the new substrate. The people who did not move were not outcompeted. They were made structurally irrelevant. Not because they were wrong. Because the ground they stood on stopped being ground. Bezos is telling you it is happening a third time. Not with a product. Not with a platform. With intelligence itself becoming infrastructure. A horizontal layer does not compete with the expert. It makes expertise free. It hands a 22 year old with zero credentials the same cognitive output you spent a decade and a quarter million dollars learning to produce. For $20 a month. That is not disruption. Disruption replaces a product with a better product. This dissolves the scarcity your entire career was priced on. Not because the work disappeared. Because the wall around it did. Every profession that exists because knowledge is hard to acquire. Every company that profits because analysis takes time. Every industry that survives because complexity locks outsiders out. All of it rests on a single assumption. That cognition is scarce. AI does not challenge that assumption. It retires it. The people who understand this are already rebuilding. Quietly. Deliberately. While everyone else argues about whether the thing underneath them is real. Bezos did not give you a prediction. He gave you a position on a map. You are either above the new layer or beneath it.show more

Dustin
104,192 次观看 • 1 个月前