Microbiome podcast prep episodes. Hydrogen Sulfide - dose makes the poison
New drop of all the best Github repos I came across on Tiktok in the last week. And an MCP connector for 21st.dev
A framework for building agent-native applications. - BuilderIO/agent-native
github.comOpen source repository of plugins primarily intended for knowledge workers to use in Claude Cowork - anthropics/knowledge-work-plugins
github.comCode search MCP for Claude Code. Make entire codebase the context for any coding agent. - zilliztech/claude-context
github.com🤗 ml-intern: an open-source ML engineer that reads papers, trains models, and ships ML models - huggingface/ml-intern
github.comA single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls. - multica-ai/andrej-karpa...
github.comAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms - nextlevelbuilder/ui-ux-pro-max-skill
github.comExplore, copy, and remix thousands of high-quality React components published to the 21st.dev Community by designers and developers.
21st.devMy first skills repo! Built for me and my team.
They are all customizable for your own use in context. I use /finished before I close every tab and /pre-mortem and /brainstorming for planning a project
Three Claude Code slash commands for founders: /pre-mortem, /brainstorming, /finished - andrea-thaena/founder-skills
github.comAI ethics
AI skeptics often come from privileged positions. This article explores why that matters, its costs to others, and how founders should engage outside...
open.substack.comTeam OS tips
400 lines in a single http://CLAUDE.md. That was my Claude Code setup 6 months ago. Claude behaved differently every session. The moment a team membe...
substack.comThe Obsidian Memory Delusion: Why Markdown Files Can't Replace Databases
open.substack.comMicrobiome NotebookLM Lit Reviews for Friday's Learn Something Pod
GitHub repo for a team setup in Claude code
Learn AI fundamentals, tips, tricks and workflows from In the Weeds articles, with an AI instructor trained to teach from the source material. - in-th...
github.comMore tips and tricks after 1,500+ hours of use
open.substack.comI have a serious of very useful videos and guides I used to update my Claude+ Obsidian system. I recommend looking at all of these and comparing.
Prompting is the worst way to use Claude. Do this instead:
substack.comAn AI chief of staff for ADHD brains. Three tiers: paste a system prompt into chat (1,800+ downloads), add Claude Projects with memory files, or build...
www.logancurrie.comFive skills for the people who finish what models start
substack.comGreat TikTok on persistent memory.
More substack prep and cycles
Substack Prep
Open claw founder TedTalk
OpenClaw creator just dropped the best TED talk this year. “AI Agents change who can build things” - Peter Steinberger In 18 minutes, he shows what...
substack.comLearn Something prep - Parkinson's microbiome profiles podcast overview from NotebookLM
Another project worth tackling?
Moonshot AI just open-sourced Kimi K2.6 — and pairing it with Hermes Agent or OpenClaw through Ollama takes about 60 seconds.
open.substack.comI love when tiktok solves the problem I had today. Claude code memory
A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk),...
github.comGreat intro to Claude setup article!
Finally, the co-worker you've always wanted (read this before switching from ChatGPT to Claude)
open.substack.comTikTok Claude highlights
More good substack resources for Claude
Anthropic shipped the model upgrade we all wanted, but still gatekept the enterprise Mythos behind Glasswing.
open.substack.comSome great Substacks about AI philosophy.
There is an app in Lagos that can tell you whether your malaria medication is real or counterfeit.
substack.comFrontier labs skipped the foundation. We are all living with the result.
substack.comMy Background information for the Learn Something Friday lit review I posted yesterday for Thaena.
Some new notes for my Obsidian System - I just copy and pasted this into my Claude Code in Obsidian and said help me do this but customized to me.
Andrej Karpathy outlined a simple yet powerful pattern for building a personal knowledge base (often called a "second brain") using LLMs like Claude Code and Obsidian as the frontend. He shared it in an April 2026 GitHub gist titled "LLM Wiki," which went viral. The core insight: instead of relying on retrieval-augmented generation (RAG) that re-discovers knowledge from raw documents every time you ask a question, have the LLM incrementally compile and maintain a persistent, interlinked wiki of Markdown files. This creates compounding knowledge—syntheses, cross-references, and resolutions of contradictions—that gets richer over time.
Key Principles
The LLM acts as the "programmer" or librarian: it reads raw sources, extracts insights, integrates them into the wiki (updating existing pages as needed), and handles all the tedious work like linking, summarizing, and bookkeeping.
You (the human) focus on sourcing material, asking good questions, and guiding the process. You rarely edit the wiki manually.
Obsidian serves as the "IDE": a local Markdown-based note-taking app where you browse the wiki in real time (with graph views, backlinks, canvases, etc.). The LLM makes edits, and you see changes instantly.
No complex vector databases or external RAG pipelines needed at moderate scale—everything stays in plain Markdown files.
It works for personal notes, research deep-dives, book companions, business context, competitive analysis, etc. Separate vaults can be used for different domains to keep things focused.
Three-Layer Architecture
Raw sources (immutable layer): A folder (e.g., raw/) containing original documents—articles, PDFs, transcripts, web clips, images, etc. The LLM reads from here but never modifies these files. They're your source of truth. Tools like the Obsidian Web Clipper help quickly add web content as Markdown, with a hotkey to download images locally.
Wiki (compiled, owned by the LLM): A directory (e.g., wiki/) of Markdown files the LLM creates and maintains. This includes:
Entity pages (people, concepts, topics).
Summaries and syntheses.
Comparisons, connections, and updates that flag contradictions or incorporate new info.
Cross-references via wikilinks.
Schema / Config (rules layer): A key file like CLAUDE.md, agents.md, or similar that defines conventions for the LLM. It includes:
How to structure pages.
Workflows for ingestion, querying, and maintenance.
Identity/rules for the agent (e.g., "always update existing pages before creating new ones," "flag contradictions").
This file is read first in sessions to keep the LLM disciplined.
Additional helper files often include:
index.md: A catalog of all wiki pages with short descriptions (updated on every change; the LLM reads this first for navigation).
log.md (or a logs folder): Chronological record of ingests, queries, and lint runs.
Core Workflows (Operations)
Ingest: Drop a new source into raw/. Tell the LLM (e.g., via Claude Code) to process it. The LLM reads it, discusses key takeaways if you want, creates/updates relevant wiki pages, adds links, resolves any conflicts with existing knowledge, and updates the index/log. One source might touch multiple pages. You can do this one-by-one (for involvement) or in batches.
Query: Ask questions. The LLM searches the wiki (starting with the index), synthesizes answers with citations/links, and can output in various formats (tables, canvases, etc.). Valuable query results can be filed back into the wiki as new pages so they compound.
Lint/Maintain: Periodically instruct the LLM to audit the wiki—check for contradictions, stale info, orphan pages, missing links, or gaps. It can suggest new sources or questions to explore. This keeps the knowledge base healthy.
Many implementations add CLI-style commands in Claude Code (e.g., /ingest, /query, /lint) or hooks that automatically load context (like reading CLAUDE.md and index.md at session start and summarizing/updating at the end).
Practical Setup Tips (Common Across Community Adaptations)
Create an Obsidian vault (one per topic/domain recommended).
Set up the folder structure inside it: raw/, wiki/, plus config files.
Paste Karpathy's gist instructions (or a refined CLAUDE.md/agents.md) into Claude Code, point it at the vault folder, and let it help initialize or evolve the system.
Use Obsidian plugins or "skills" (e.g., for native wikilinks, callouts, and canvases) so the LLM can write in Obsidian-friendly Markdown.
Start small: Add a few sources, ingest them, explore the graph view in Obsidian, and iterate on the schema with the LLM.
Tools like Claude Code (terminal or desktop) act as the agent; alternatives like Cursor or other coding LLMs work too.
This setup turns scattered notes into a "living" second brain that evolves with you. It's not about hoarding information but about building synthesized, connected knowledge that the LLM can reliably draw on without re-deriving everything each time. Many people have created starter kits, GitHub repos with skills, and video guides based on the gist to make setup even faster (often in under an hour).
Another set of resources for Claude Code
For the next way of working
learn.nextwork.orgTikTok AI tips for the night
More Claude Cowork + Obsidian set up and overview
I’m starting to get excited about GitHub skills! This is for making visual diagrams.
Claude Code skill for generating production-quality SVG+PNG technical diagrams. Supports 8 diagram types, 5 visual styles, and deep AI/Agent domain kn...
github.comObsidian is the adhd brain hack I needed!! Setting it up today and tomorrow. I’ll share everything I use to get it going.
An AI Chief of Staff built on Claude Code and Obsidian. Designed as an ADHD prosthetic. Open to anyone. - jdpolasky/ai-chief-of-staff
github.comAlthough this Claude tip from Substack
Ruben is the best, and I’ll be tackling this Thursday.
Prompting is the worst way to use Claude. Do this instead:
open.substack.comTikTok Claude tips tonight