Build Daily

Tinley Park · August 23, 2026
LangChainAug 14, 2026

Building Docs for Agents, Not Humans: Inside OpenWiki

What it covers

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.

  1. What OpenWiki is and why Brace built it

    Brace introduces OpenWiki as a tool built to create agent-focused documentation for codebases.

  2. Harrison's question: what comes after OpenClaw?

    Harrison asks what the next major development will be after OpenClaw.

  3. 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.

  4. 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.

  5. 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.

  6. What OpenWiki actually writes to your repo

    OpenWiki writes specific documentation files directly into your repository to support agent workflows.

  7. 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.

  8. Does it actually work? Early DeepSWE results

    Early results from DeepSWE benchmark evaluations are presented to show whether the tool actually works effectively.

  9. 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.

  10. How the OpenWiki CLI works under the hood

    A detailed look at how the OpenWiki CLI functions internally to generate and maintain documentation.

  11. 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.

  12. What's next: better prompting and dedicated retrieval tools

    Future plans include improving prompting strategies and developing dedicated retrieval tools for better performance.

Docs as agent input

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.