
Build Daily
Tinley Park · August 23, 2026Building Docs for Agents, Not Humans: Inside OpenWiki
Brace Sproul from LangChain explains OpenWiki, an open-source CLI that generates and maintains documentation specifically designed for coding agents. The talk covers its core ideas, technical implementation, early benchmark results, and future directions.
The outline
Tap a timestamp to jump there in the video.
What OpenWiki is and why Brace built it
Brace introduces OpenWiki as a tool built to create agent-focused documentation for codebases.
Harrison's question: what comes after OpenClaw?
Harrison asks what the next major development will be after OpenClaw.
Starting with code docs before expanding into general memory 1:43 The three ideas behind OpenWiki
The team started by focusing on code documentation before planning to expand into general memory, outlining three core ideas behind OpenWiki.
Why docs built for agents look nothing like docs for humans
Documentation designed for AI agents differs significantly from traditional human-readable docs in structure and content.
Making it trivial to set up with a CLI
A CLI is used to make the setup process as simple and trivial as possible for users.
What OpenWiki actually writes to your repo
OpenWiki writes specific documentation files directly into your repository to support agent workflows.
OKF: Google's Open Knowledge Format and why it matters for retrieval
Google's Open Knowledge Format (OKF) is discussed as a key standard that improves retrieval capabilities.
Does it actually work? Early DeepSWE results
Early results from DeepSWE benchmark evaluations are presented to show whether the tool actually works effectively.
What we got wrong: humans want to read these docs too
The team acknowledges they initially overlooked the fact that humans also want to read and understand these generated docs.
How the OpenWiki CLI works under the hood
A detailed look at how the OpenWiki CLI functions internally to generate and maintain documentation.
Open source, MIT licensed, and where to find it
OpenWiki is released as open source under an MIT license, with links provided for where to find it on GitHub.
What's next: better prompting and dedicated retrieval tools
Future plans include improving prompting strategies and developing dedicated retrieval tools for better performance.
A CLI that keeps repository documentation aligned for machine consumption turns the docs from a human artifact into part of the build surface. For a solo builder, this lowers the cost of keeping context current while shipping AI products.