This is the best AI agent-first notes app I've... found. It's called . It has the potential to be a productized version of Karpathy's "LLM Wiki" knowledge bases. Here's what I did: 1. Imported "Learning, Fast and Slow" a Continual Learning paper 2. Asked OpenKnowledge to create a visual explainer 3. Read the explainer and had Claude explain to me 4. Created a new section of my own understanding 5. Saved the durable version in my Obsidian vault because it's markdown Free and open-source. Absolutely incredible learning tool.show more

Dan McAteer
16,683 görüntüleme • 23 gün önce
This is the one GitHub repo that everyone needs... to save. The CEO of Obsidian literally open-sourced his entire Claude Skills vault. It's his personal Obsidian vault template, and it's built to 10x your AI productivity. To get started: 1. Download the vault in the GitHub link below 2. Unzip the .zip file (Claude can help here) 3. Open Obsidian & create a new vault pointing to that folder →show more

Miles Deutscher
103,284 görüntüleme • 22 saat önce
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,368 görüntüleme • 25 gün önce
Claude Code 2.1.90 just dropped with a new /powerup... command Run it and you get interactive lessons that teach you how to use Claude Code right inside the tool. It's solid and has a lot of potential for learning directly in the terminal. Curious how the UI will look in VSCode and Claude Code Desktop. Going to keep digging into this new release!show more

Daniel San
271,237 görüntüleme • 3 ay önce
LLM Knowledge Base → Slides When Andrej Karpathy shared... his LLM Knowledge Base setup, many were wondering how to generate more visual forms of the wiki. There are many options, but I think Gamma is one of the best at producing high-quality, rich presentations. To showcase this, I just built a pipeline that turns my AI papers wiki (1K+ papers across 20 AI agent topics) into polished slide presentations using Gamma. The flow: Obsidian vault → Gamma MCP → embedded preview in my dashboard. I give one command to my agent, which pulls the top papers from each topic (via the wiki), feeds them to Gamma, and renders the presentation inline. The Gamma connector for Claude is a great choice for generating beautiful and professional slides. Easy to use. Go to your Claude instance and add the official Gamma connector. That's it! Claude Code will now have access to all the necessary MCP tools for generating slides. I use the Claude Agent SDK for my agent orchestrator, so I use the official Gamma MCP tools and embed the generated slides in an iframe via my artifact preview. See the clip below for an example.show more

elvis
47,204 görüntüleme • 3 ay önce
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
88,685 görüntüleme • 16 gün önce
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 görüntüleme • 8 gün önce
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,843,718 görüntüleme • 29 gün önce
First time I've actually found one of Microsoft's AI... Windows 11 tools to be genuinely useful. I know it ain't new, but "Click-To-Do" gives you some contextual options based on what you screenshot and then it automatically fires up the relevant app and does it. Needed a transparent version of this image for a review I'm writing, saved me a good chunk of effort.show more

Jez
28,078 görüntüleme • 1 ay önce
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
247,317 görüntüleme • 2 ay önce
Okay, this is seriously cool. A team from Google... DeepMind, including DeepMind Cofounder Shane Legg, published a paper "From AGI to ASI". In the paper, they include instructions for an AI agent to read along with you. You can open the paper in Codex's in-app browser and have GPT-5.5 read it with you and explain all the concepts. This is the future. AI agents will be part of the target audience, and help us to understand anything we want.show more

Dan McAteer
53,480 görüntüleme • 1 ay önce
Let me explain the agent loop, simple It's the... core of every agentic system, and the part most people overcomplicate It's just this: 1. Send messages to the model 2. Model responds, maybe calls a tool 3. You run the tool 4. Append the result back to messages 5. Repeat until stop_reason is end_turn Step 4 is the whole thing, the write-back is what makes it an agent The model has to see what actually happened before it decides the next move That's the entire loop... understand this cold before you reach for a frameworkshow more

Daniel San
12,514 görüntüleme • 1 ay önce
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,204,663 görüntüleme • 15 gün önce
"I may not know how to dance, but every... step I take is a lesson learned. Each video I create is a reflection of my journey—imperfect, yet priceless. It's not about perfection; it's about the courage to try, to delete, to restart, and to embrace the process. Every attempt is a treasure, and I'm here to share my growth with you. Let’s celebrate the beauty of learning together! 💫✨ #JourneyOfLearning #EmbraceImperfection"show more

變態向日葵🌻
53,378 görüntüleme • 1 yıl önce
learning how to sing, play guitar & harmonica, as... well as learning the body language and stage presence of a huge rock icon all in the span of only 6 months is incredibly impressive and i will get my client this nom even if i have to do it myselfshow more

lee ⭐️
215,325 görüntüleme • 6 ay önce
5-Month Methylene Blue Update I've been taking Methylene Blue... since October and I wanted to reflect on the first 5 months with it. I’ve been micro-dosing to experience the mental benefits, so usually 3-5 drops. In the first couple months the effects were truly mind-blowing. The cognitive enhancements felt like magic. My focus became laser-sharp, and my memory was spot-on, especially my visual recall. The enhancement of my mental-visual abilities was the most amazing change. I've always been a very visual person. If I had an idea, I could picture it much easier than I could explain it. Methylene Blue increased that ability tenfold. Verbalizing my thoughts became much easier as well. Methylene Blue is certainly a verbal lubricant; my words would flow off the tongue almost effortlessly (in a good way). So, 5 months in, those skills are still heightened, but the dramatics have worn off since I'm now used to these "Super Abilities" It's remarkable that I never felt like my cognitive abilities would decline if I missed a few days of Methylene Blue. The mental benefits were long-lasting. Methylene Blue is great to cycle on and off since the effects last. The thing that still feels like magic to this day is the motivation I get from a dose of Methylene Blue before a workout. The feeling I get from a large glass of water with honey or maple syrup, Himalayan salt, and Methylene Blue is pure drive. Drive, motivation, inspiration, and feeling like I can take on the world are what the above elixir provides. Not to be confused with energy like caffeine would give, it's a much deeper feeling of drive. It instills a mindset shift of "I'm going to do what I came here to do." Truly a life changing substance and I’m so glad I tried it. I’m happy I am learning about it so I can teach my friends and family about MB. I think everyone that can should be experiencing the laundry list of benefits from Methylene Blue. Check the first comment for helpful links. 15% off and a tool to search potential interactions. I want to know when you try it and what you think!show more

The Bio Hacking Journal
521,279 görüntüleme • 2 yıl önce
NEW: AI Papers of the Week Collection I just... released my AI Papers of the Week collection under our Resources hub. Now you can easily find some of the most important AI papers in one place. You can also use our new AI tutor to recommend top AI papers on any topic of interest or topics you are learning about on the platform. Learning about AI is not enough. It's important to keep up to date. So this is why we are building all these tools and resources to help with that. Go try it out here: We will update the collection every week and add new paper collections in the coming weeks. We have another killer feature dropping soon to read and annotate papers, including a completely new way to study and digest AI papers. Stay tuned!show more

elvis
15,018 görüntüleme • 1 gün önce
THIS IS WHAT YOUR SECOND BRAIN SHOULD LOOK LIKE... most people dump notes into obsidian and call it a second brain it’s not a second brain it’s a second drawer karpathy just dropped the pattern that changes this and it’s called the llm wiki every time you add a source ai reads it, extracts key claims, updates every connected note and flags contradictions your obsidian stops being an archive and starts being alive save this and show it to someone still using notion as a second brain full breakdown in the article ↓show more

leopardracer
123,618 görüntüleme • 24 gün önce
This app is crushing it. $4M monthly revenue, with... 600K monthly downloads Speak cracked the code to language learning with AI-powered personalization and speaking practice Here's a breakdown of their killer onboarding and conversion strategy 👇🧵 (1/18)show more

Siro
135,566 görüntüleme • 1 yıl önce
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 görüntüleme • 1 ay önce
We are entering an extremely exciting era for open-weight... models. Kimi K2.6 now feels like a top agentic model. I took it for a spin via Fireworks AI fast inference APIs. Kimi K2.6 has impressive agentic capabilities, design skills, and the ability to synthesize large amounts of information. I built a little Skill that produces survey papers on any AI research topic you want. (see example in the clip) You can use the skill to tell your agent to generate a survey on whatever topic and watch it go to work. The artifact was fully generated by Kimi.ai's Kimi K2.6. It's cheap and fast. Next step for me is to explore ways to continue integrating the capabilities of these models on use cases like automating my LLM knowledge bases and augmenting my agent memory capabilities. Stay tuned for more.show more

elvis
47,678 görüntüleme • 3 ay önce