Documentation is the part of software development everyone agrees matters and almost nobody keeps up to date. Factory's AutoWiki is a direct attack on that problem: it analyzes your repository and generates structured, browsable engineering documentation that automatically refreshes every time you push code. The pitch is simple but pointed , documentation should be a build artifact, not a side project.

The Problem It's Actually Solving

Every engineering team knows the pain. A codebase starts clean, then six months later you're staring at files that reference modules nobody remembers writing, and the wiki was last updated when the previous tech lead was still around. One of the most persistent challenges in software development is dealing with legacy code: as projects evolve, the underlying knowledge of the codebase inevitably decays, leading to significant challenges in understanding, maintaining, and modernizing it.

AutoWiki's answer is to treat documentation the same way CI/CD treats builds: automated, versioned, and tied to the actual state of the code. AutoWiki analyzes your codebase and generates structured, browsable documentation that stays current on every push. It's built by Factory, the agent-native software development company focused on autonomous software agents that handle full tasks in the development lifecycle, allowing human engineers to focus on high-level decisions.

AutoWiki in the Factory software development lifecycle, showing the Document stage in a continuous pipeline from Signal through Monitor

What Gets Generated

AutoWiki analyzes your repository and generates structured documentation organized into sections that cover different facets of the codebase. The output isn't just a flat README dump. A generated wiki is organized into navigable sections:

  • Architecture , a high-level map of major components, how they compose, and how data flows between them, including request-path diagrams
Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves