Resources

Curated list of all external resources referenced across this vault. Organized by category. Captured evidence is identified by its local raw/ path; live URLs are not assumed to remain available.

Primary Sources (LLM Wiki Origin)

ResourceURLNotes
Karpathy LLM Wiki gistraw/articles/karpathy-llm-wiki-gist.mdOriginal gist; local evidence preserved after the external URL became unavailable
Karpathy LLM Wiki gist (alt)https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94fAlternate version referenced in deep research
LLM Wiki v2 (rohitg00)https://gist.github.com/rohitg00/2067ab416f7bbe447c1977edaaa681e2Production extension with lifecycle, hybrid search, typed graphs

Articles & Analysis

ResourceURLNotes
GenAI Unplugged — AI Second Brainraw/articles/genai-unplugged-llm-wiki.mdWyndo production guardrails; local evidence preserved after the external URL became unavailable
Level Up Coding — Beyond RAGhttps://levelup.gitconnected.com/beyond-rag-how-andrej-karpathys-llm-wiki-pattern-builds-knowledge-that-actually-compounds-31a08528665eDeep dive with wikilint CLI
VentureBeat — Karpathy LLM Wikiraw/articles/venturebeat-llm-wiki.mdCommunity reception, “living AI base”; local evidence preserved after the external URL became unavailable
Denser.ai — LLM Wiki tools comparisonhttps://denser.ai/blog/llm-wiki-karpathy-knowledge-base/Comparison matrix of 5 repositories
Sozai — Fable 5 + LLM Wiki demohttps://sozai.app/transcript/fable-5-karpathy-llm-wiki-cheating/Video transcript, cross-linking demo
Second Brain Playbook (2026 Edition)https://dev.to/truongpx396/the-second-brain-playbook-2026-edition-33Comprehensive PKM guide for 2026
How I Built a Second Brain That Actually Works With AIunavailable — no local captureHistorical reference retained in the research record; do not treat as current evidence
Finally, an Open Standard for the Karpathy LLM Wiki (YouTube)https://www.youtube.com/watch?v=T33iI6izAKwVideo on the OKF open standard for LLM Wiki — see second-brain
Building a Second Brain: The Definitive Introductory Guide (Tiago Forte)https://fortelabs.com/blog/basboverview/Origin of the Second Brain method (CODE) — see second-brain
Andrej Karpathy Just 10x’d Everyone’s Claude Code — Sozai transcripthttps://sozai.app/transcript/andrej-karpathy-10x-claude-code/Sozai walkthrough on Claude Code workflow

Specifications

ResourceURLNotes
OKF v0.1 drafthttps://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.mdOpen Knowledge Format spec
Open Definitionhttps://en.wikipedia.org/wiki/The_Open_DefinitionOKF meaning as Open Knowledge Foundation

Academic Papers

ResourceURLNotes
Generative Agents (2023)https://arxiv.org/abs/2304.03442Interactive simulacra, memory architecture
MemGPT (2023)https://arxiv.org/abs/2310.08560Virtual context management for LLMs
GraphRAG (2024)https://arxiv.org/abs/2404.16130Graph-based RAG with community summaries
HippoRAG (2024)https://arxiv.org/html/2405.14831v1Neurobiologically-inspired long-term memory
LightRAG (2025)https://arxiv.org/abs/2410.05779Simple and fast graph-enhanced RAG
HippoRAG 2 (2025)https://arxiv.org/abs/2502.14802From RAG to non-parametric memory
Mem0 (2025)https://arxiv.org/abs/2504.19413Production-ready long-term memory

Tools & Repositories

ResourceURLNotes
nashsu/llm_wikihttps://github.com/nashsu/llm_wiki14.3k⭐, Tauri desktop app, MCP server
atomicstrata/llm-wiki-compilerhttps://github.com/atomicmemory/llm-wiki-compilerOKF canonical, CLI + SDK, MIT
claude-obsidian (AgriciDaniel)https://github.com/AgriciDaniel/claude-obsidian9.2k⭐, Obsidian + Claude Code second brain
llm-wiki-agent (SamurAIGPT)https://github.com/SamurAIGPT/llm-wiki-agent3.2k⭐, agent skill, multi-model
microsoft/graphraghttps://github.com/microsoft/graphrag34.4k⭐, modular graph-based RAG
HKUDS/LightRAGhttps://github.com/HKUDS/LightRAG37.6k⭐, lightweight graph RAG
OSU-NLP-Group/HippoRAGhttps://github.com/OSU-NLP-Group/HippoRAG3.9k⭐, memory-inspired RAG
mem0ai/mem0https://github.com/mem0ai/mem060.6k⭐, universal memory layer
GitHub search: llm-wikihttps://github.com/search?q=llm-wiki&type=repositoriesAll repositories mentioning LLM Wiki
mycelium-hq/ai-brain-starterhttps://github.com/mycelium-hq/ai-brain-starter26⭐, verification harness for Claude Code memory
nateherkai/AIS-OShttps://github.com/nateherkai/AIS-OSAI Operating System starter kit for Claude Code
SwarmVaulthttps://swarmvault.ai/Local-first LLM Wiki & knowledge graph
Capacitieshttps://capacities.io/Object-based knowledge workers tool
docmd.iohttps://docmd.io/Open-source Markdown→docs engine; native MCP server + auto llms.txt — see docmd
Nowledge Memhttps://mem.nowledge.co/pt-brCross-tool memory layer with graph + MCP — see nowledge-mem

Anthropic Ecosystem

ResourceURLNotes
Claude Codehttps://code.claude.com/Primary agentic coding tool
Anthropic Platform Docshttps://docs.anthropic.com/Full API and platform documentation
Managed Agents updateshttps://claude.com/blog/claude-managed-agents-updatesSelf-hosted sandboxes, MCP tunnels
Dynamic Workflowshttps://claude.com/blog/introducing-dynamic-workflows-in-claude-codeParallel sub-agents
Routineshttps://claude.com/blog/introducing-routines-in-claude-codeScheduled/event-triggered automation
  • llm-wiki — The pattern these resources support
  • open-knowledge-format — Specification for portable knowledge units
  • ingest — Process that transforms resources into wiki pages

Sources

^[raw/articles/karpathy-llm-wiki-gist.md] ^[raw/articles/genai-unplugged-llm-wiki.md] ^[raw/articles/levelup-llm-wiki-deep-dive.md] ^[raw/articles/google-okf-spec.md] ^[raw/articles/venturebeat-llm-wiki.md] ^[raw/articles/denser-llm-wiki-analysis.md] ^[raw/transcripts/sozai-fable-llm-wiki-video.md] ^[raw/papers/pesquisa-aprofundada-padrao-llm-wiki.md] ^[raw/papers/hipporag-neurobiologically-inspired-long-term-memory.md] ^[raw/papers/hipporag-2-from-rag-to-memory.md] ^[raw/papers/lightrag-simple-and-fast-rag.md] ^[raw/repositories/osu-nlp-group-hipporag-github.md]