
Building Docs for Agents, Not Humans: Inside OpenWiki
LangChain14 August 2026Watch on YouTube
Part of series
Ep. 10 · Langchain Llm Prompt
View the seriesDescription
Brace Sproul, Head of Applied AI at LangChain, breaks down OpenWiki, an open source CLI that generates and maintains documentation built specifically for coding agents to consume, at a LangChain SF meetup. He walks through the three ideas behind it, how the CLI actually works under the hood, early results from DeepSWE benchmark evals, and what the team got wrong along the way. Chapters: 0:00 What OpenWiki is and why Brace built it 0:41 Harrison's question: what comes after OpenClaw? 1:22 Starting with code docs before expanding into general memory 1:43 The three ideas behind OpenWiki 3:04 Why docs built for agents look nothing like docs for humans 4:20 Making it trivial to set up with a CLI 5:14 What OpenWiki actually writes to your repo 7:08 OKF: Google's Open Knowledge Format and why it matters for retrieval 9:00 Does it actually work? Early DeepSWE results 10:11 What we got wrong: humans want to read these docs too 11:35 How the OpenWiki CLI works under the hood 14:59 Open source, MIT licensed, and where to find it 15:48 What's next: better prompting and dedicated retrieval tools Resources: → OpenWiki on GitHub: https://github.com/langchain-ai/openwiki → LangGraph: https://www.langchain.com/langgraph → LangSmith: https://www.langchain.com/langsmith → LangChain Academy: https://academy.langchain.com
What you'll learn
- OpenWiki is an open-source CLI tool from LangChain that generates documentation specifically for AI agents to consume, not for human readers
- Documentation for agents looks fundamentally different from documentation for humans, requiring a different approach to writing and structuring
- OpenWiki is built on three core ideas and leverages Google's Open Knowledge Format (OKF) for better retrieval by agents
- Early benchmarking results from DeepSWE demonstrate that the generated documentation works effectively for AI agents
- The team discovered that human readers also value the generated documentation, which was an unexpected finding