DeepWiki, AutoWiki and OpenWiki point to a new pattern for agent context
garrytan · x · 2026-07-23
A thread argues that the emerging “LLM wiki” pattern is becoming a standard way to feed agents better context: compile docs once, keep them updated, and have the agent read the generated pages instead of raw sources.
It cites several implementations:
- Cognition launched DeepWiki, a generated wiki for every public GitHub repo, with Devin reading that instead of raw code.
- Factory built AutoWiki, which treats docs as a build artifact and regenerates them in CI on every push.
- LangChain open-sourced OpenWiki, extending the idea from repos to a person’s working life across Gmail, Notion, and Git.
- Garry Tan open-sourced GBrain, a personal-scale version built from files in Git.
The common idea is to compile once at ingest, maintain the pages, and route agents to the curated wiki rather than the original noisy sources.
More from coding & agent
- Tweaking prompts and state to make a model act from vision alone — mervenoyann · 2026-07-23
- AI-written PowerShell script and Codex fix a laptop camera issue in 5 minutes — flowersslop · 2026-07-23
- Agent planning in a generated world may need external memory, not just frames — RecognitionBorn9180 · 2026-07-23
- Agent-native design canvases map out Figma, Paper, and OpenPencil roles — zakelfassi · 2026-07-23
- Bun's Creator Rewrites Project from Zig to Rust Using AI Agents, Fixing 16,000 Errors — thursdai_pod · 2026-07-23
- A three-line prompt tweak quietly raised token spend 30% in one week — Illustrious-Second-7 · 2026-07-23