LangChain has released OpenWiki, a practical implementation of Andrej Karpathy's LLM Wiki concept. The tool automatically scans a Git repository and generates AI-optimized markdown documentation covering architecture, modules, APIs, dependencies, and workflows. Instead of forcing AI coding agents like Claude Code, Cursor, or Codex to explore thousands of files to understand a codebase, they can read a concise, structured wiki first. OpenWiki integrates with GitHub Actions to keep documentation current as code changes, and updates files like CLAUDE.md and AGENTS.md so agents know where to find the knowledge base. The core idea is that as repositories grow and AI agents take on more autonomous tasks, maintaining an AI-readable knowledge layer becomes as important as the source code itself.