東大ClaudeCode研究所@ClaudeCode_UTxKarpathy's LLM Wiki structure cuts token costs up to 95% by avoiding full reloads
- Most AI implementations reload the entire database from scratch on every query, causing high token costs.
- Karpathy's 'LLM Wiki' compiles data once and stores it in memory, eliminating repeated reloads.
- Designing Claude Code Skills and CLAUDE.md carefully already implements this structure.