Claude Code
Overview
Claude Code is Anthropic’s agentic coding tool and one of the most natural current tools for operating an llm-wiki vault. It works directly with files on disk, which matches the LLM Wiki idea that the “database” is simply a directory of Markdown files plus raw sources and operating rules.
The new research strengthens this point: Karpathy’s original gist already treated CLAUDE.md as one possible schema/operating file, and several community projects around the pattern emerged around Claude Code, Skills, Obsidian, and MCP.
Key Facts
- Works by directly accessing the file system — no database is required for the basic pattern.
- Can operate over a Markdown vault, Obsidian folder, or Git repository.
- Commonly appears in LLM Wiki workflows: install Obsidian, create vault, open workspace, run Claude Code.
- Handles all three core operations: ingest, query, and lint.
- Anthropic Skills capture the schema layer of LLM Wiki: a Skill folder with SKILL.md contains operating instructions, references, scripts, and reusable procedure. The same Skill can run on Claude.ai, Claude Code, and the API.
- For individual use, the research report identifies Claude Code + Skill + Markdown vault as the closest practical fit to Karpathy’s original pattern.
- Beyond basic operations, Claude Code supports dynamic workflows (dozens to hundreds of parallel sub-agents in one session), Routines for scheduled or event-triggered automation with repository and connector access, Agent view for managing multiple concurrent sessions, and MCP for connecting to external tools and data.
Relationship to Anthropic Broader Stack
The research distinguishes two Anthropic paths:
- Personal/local path — Claude Code + Skills + local Markdown vault. This is best for individuals or small teams proving the pattern.
- Organizational path — Managed Agents + private MCP server + self-hosted sandboxes + built-in memory + scheduled deployments + credential vaults. This is a stronger fit for corporate environments with private data.
This matters because LLM Wiki is not a single Anthropic feature. It is a pattern composed from several Anthropic primitives.
Role in the “AI OS” Stack
The preserved research report places Claude Code at the center of a personal LLM Wiki workflow, with the wiki as persistent memory and MCP + Skills supplying connectivity and reusable instructions. Its recommended entry architecture is Claude Desktop + local Markdown vault + Git; for technical users wanting privacy, it adds a local LLM (Ollama) and public MCP servers.
The same report’s modular LLM Wiki framework (Capture → Normalize → Contextualize → Compile → Organize → Index → Retrieve → Feedback → Govern) is the operational blueprint Claude Code executes when running a vault like this one.
Cautions
The research also warns that MCP and tool ecosystems introduce security and governance risks. An empirical study of 1,899 MCP servers found: 7.2% with general vulnerabilities, 5.5% with MCP-specific tool poisoning, and 66% with code smells. ^[raw/papers/pesquisa-aprofundada-padrao-llm-wiki.md] A serious implementation should include tool inspection, permission boundaries, audit logs, and careful handling of private data.
Relationships
- “used” andrej-karpathy — proposed the LLM Wiki pattern that Claude Code can operate.
- “operates-with” llm-wiki — the pattern Claude Code can maintain.
- “belongs-to” agent-memory-systems — broader context of persistent memory and retrieval systems.
- “used” second-brain — user-facing use case for Claude Code-operated knowledge systems.
- “sibling-of” level-up-coding — YouTube channel covering Claude Code and LLM Wiki usage in the AI developer ecosystem.
- “operates-with” obsidian-skill-commands — skill commands documented for operating this vault via Claude Code.
- “operates-with” claude-skills — reusable instruction folders that teach Claude how to operate systems
- “operates-with” model-context-protocol — protocol letting Claude Code connect to external tools/data
- “operates-with” llm-wiki-mcp — minimal MCP server giving Claude Code structured wiki access
- “operates-with” nateherkai-ais-os — AI Operating System starter kit scaffolded on Claude Code
- “operates-with” cognee — graph-backed memory engine with 14-tool MCP for Claude Code
- “operates-with” xiaoyuze88-karpathy-llm-wiki — zero-code prompt-only boilerplate for Claude Code
- “operates-with” ronancodes-llm-wiki — minimal Claude Code + Obsidian boilerplate
- “operates-with” infmat-karpathy-llm-wiki — agentskills.io-compatible skill package for Claude Code
- “operates-with” wastedcode-memex — Go daemonized wiki runtime driven by Claude Code
🔗 Conexão inferida — sugestão do segundo cérebro
Liga para: llm-wiki, andrej-karpathy Evidência observável: Claude Code appears in Karpathy’s original gist as the tool for the three operations; it is the most natural current tool for operating an LLM Wiki vault.
Sources
^[raw/transcripts/sozai-fable-llm-wiki-video.md] ^[raw/articles/genai-unplugged-llm-wiki.md] ^[raw/articles/karpathy-llm-wiki-gist.md]