Current document formats, designed for linear human consumption, are fundamentally misaligned with how autonomous LLM agents operate. Agents retrieve information, not read linearly. This mismatch forces inefficient token usage, state compounding, and indiscriminate information broadcasting within multi-agent systems. The authors propose that this is not a limitation of prompt engineering, retrieval, or compression, but an intrinsic format problem.
Reimagining Documents as Knowledge Graphs
Introducing the OBJECTGRAPH file format (.og), a radical departure from text-based documents. OBJECTGRAPH structures information as a typed, directed knowledge graph, optimized for traversal by AI agents. Crucially, it is a strict superset of Markdown, ensuring human readability and compatibility with existing .md files without requiring new infrastructure beyond a simple query protocol. This innovation directly tackles the Document Consumption Problem by satisfying six critical structural properties that existing formats fail to meet simultaneously.