GitHub
Public MindPattern findings, entities, and graph evidence that cite this source.
Findings
4
All-time hits
4
High value
2
Last seen
2026-04-18
Connected entities
Related findings
- 2026-04-18 / VOICESAndrej Karpathy's 'LLM Wiki' Pattern Goes Viral: Stateful Knowledge That Compounds vs. Stateless RAGKarpathy published a GitHub Gist in April 2026 describing an 'idea file' pattern where an LLM builds and maintains an entire interlinked wiki from raw research materials — reading sources, extracting concepts, creating backlinks, and updating existing pages when new information arrives. His personal research wiki has grown to ~100 articles and 400K words. The pattern is being framed as 'Beyond RAG' because the LLM pre-compiles knowledge into permanent markdown rather than retrieving on the fly, making knowledge compound over time.
- 2026-04-12 / VOICESKarpathy's LLM Wiki 'Second Brain' Pattern Goes Mainstream — 100-Article Research Wiki Built Without Writing Code, Apify Ships Automation ToolAndrej Karpathy published an LLM Wiki GitHub Gist that proposes replacing RAG with a persistent, LLM-maintained markdown wiki that compounds over time. His personal research wiki has grown to ~100 articles and 400,000 words, built entirely by AI without Karpathy typing code since December. The pattern has spawned ecosystem tools including Apify's 'Second Brain Builder' automation, and multiple Medium/Substack analyses calling it the future of personal knowledge management.
- 2026-04-06 / VOICESKarpathy Introduces 'Idea File' Concept — In the LLM Agent Era, the Sharable Unit Shifts From Code to ConceptFollowing up on the viral LLM Knowledge Bases tweet, Karpathy published a GitHub gist on April 4 he calls an 'idea file' — a complete system prompt/architecture description designed to be copy-pasted into any LLM agent (Claude Code, Codex, OpenCode) so it can build the knowledge base system for you. His explicit thesis: in the era of LLM agents, there's less point sharing specific implementations — you share the idea, then the other person's agent customizes it for their needs. This is a fundamental shift in how builders think about open source: from sharing code to sharing prompts.
- 2026-04-01 / REDDITClaude Code Hidden /buddy Feature Discovered — Animated Pet Companions in the TerminalUsers discovered a hidden /buddy command in Claude Code that spawns animated pet companions (mushroom, etc.) in the terminal corner. One developer extracted and published a gist showing all unlockable buddy animations. The discovery post hit 269 upvotes with 78 comments and the all-buddies animation gist got 74 upvotes on r/ClaudeAI — an unusual developer experience investment from Anthropic aimed at engagement and retention.