Every coding agent hits the same wall: it doesn’t know your codebase, and stuffing everything into one bloated CLAUDE.md doesn’t scale. LangChain just open-sourced OpenWiki, a CLI that fixes this by writing docs for the machine instead of the human.
What it actually does
Point OpenWiki at a repo and it scans the code, then generates structured markdown into an openwiki/ folder — not prose, but context an LLM can pull mid-task. When code changes, it uses git diffs to refresh only what moved. It also edits your CLAUDE.md / AGENTS.md to add references, so the agent knows when to go read the wiki. A bundled GitHub Action opens a docs-update PR daily. It hit LangChain’s front-page launch and 77 points on Hacker News fast.
The CLI and where it plugs in
init asks for a provider and API key, then builds the wiki. Bring your own backend: OpenRouter, Fireworks, Baseten, OpenAI, or Anthropic. Keep the CLI open for Q&A over your docs, or run -p for one-shot output in CI. It’s basically Karpathy’s “give the agent a wiki” idea, shipped.
You Might Also Like
- 27k Github Stars in Weeks Learn Claude Code by Shareai lab Breaks Down ai Coding Agents Into 12 Lessons
- Openai Symphony Finally a Framework That Lets you Stop Babysitting Your Coding Agents
- Agent Action Protocol aap the Missing Layer Above mcp That Actually Makes Agents Production Ready
- 13b Into Openai yet Microsoft Copilot Cowork Runs on Anthropic Claude
- Cursor Composer 2 Takes on Anthropic and Openai With a 0 50 m Token Coding Model and the Benchmarks Back it up

Leave a comment