Development agents such as Codex, Claude Code, Gemini CLI, or OpenCode can explore a repository, understand an architecture, fix bugs, and produce a significant amount of work. Yet they all face the same fundamental limitation: a large part of what they learn during a task disappears when a new session starts or when the context is compressed.
An agent may spend several minutes understanding why a component uses an apparently strange architecture, discover that an older approach caused a race condition, identify multiple implicit business constraints, and then solve the problem. A few weeks later, a new agent may have to reconstruct the exact same reasoning from the codebase, tickets, ADRs, and Git history.
The LLM Wiki aims to solve this problem.
It is not simply about giving the model more documentation. It is about turning knowledge acquired by humans and agents into persistent, structured, navigable, and continuously maintained memory.