Wanderland: An Executable Knowledge Graph for AI-Native Documentation
Authors/Creators
Description
We present Wanderland, an executable knowledge graph that treats structured markdown as a programming language. Unlike systems that extract knowledge graphs from documents or generate code from documentation, Wanderland makes the document itself the computational substrate. Fenced code blocks execute as functions, navigation constitutes query execution, and a multi-level cache implements compilation semantics. The architecture exhibits strong structural parallels to fifty years of research in compilers (streams with relocations), databases (query plans with operators), and distributed systems (event sourcing with projections). We argue that these parallels are not merely analogical but reflect shared computational invariants: the same design patterns that optimize binary linking can be adapted to optimize document rendering. A novel three-state provenance system (unverified → reviewed → verified) with hash-based drift detection provides continuous human verification without external tooling
Files
wanderpand-an-executable-graph-for-ai-native-documentation.pdf
Files
(312.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:f7a616959f28eda70f09e9da73d8c7df
|
312.9 kB | Preview Download |
Additional details
Related works
- References
- Preprint: arXiv:2510.1779 (arXiv)
- Preprint: arXiv:2502.17441 (arXiv)
- Preprint: arXiv:2406.02962 (arXiv)
- Software documentation: https://modelcontextprotocol.io/specification/2025-11-25 (URL)