Tag
Matt Pocock describes his personal wiki journey, using AI to generate daily podcasts from multiple data sources and build on-demand deep dives, along with a custom CLI for agents to help create course material, highlighting the power of owning your data.
Andrej Karpathy's LLM Wiki pattern enables building a persistent, structured knowledge base that compounds over time, unlike stateless RAG systems. The tutorial shows how to create one in under 30 minutes using LLMs to compile and link markdown pages.
Second Brain is a personal knowledge base tool based on LLMs that automatically organizes raw materials into structured wikis, supports browsing in Obsidian and agent integration.
An open-source tool that uses an LLM to automatically compile raw sources into a structured wiki within Obsidian, enabling AI-assisted personal knowledge management.
This article introduces a new personal knowledge management method proposed by Andrej Karpathy: using LLMs to automatically compile raw notes into a structured Wiki, replacing traditional RAG, and achieving compound growth of knowledge.
This post presents a pattern for building personal knowledge bases using LLMs, offering a structured approach for leveraging large language models in knowledge management.