dotdog validates itself. This page shows real output from running dotdog on its own spec. No mock data. No demos. The tool eating its own dogfood.
8563 โ 512 tokens (94% savings) 8 nodes, 4 edges 8051 tokens saved
Scenario: Node, Task, Prediction โ Compile โ DAG [1/6] Write Node, Task, and Prediction specs โ [2/6] Compile parses entities into a DAG graph โ [3/6] DAG has token savings exceeding prediction โ [4/6] Validate Task and Node completeness at 100% โ [5/6] Prediction list shows forecasts with status โ [6/6] DAG served via MCP to AI agents โ RESULT: Success (6/6 steps passed)
.spec files โ dotdog validate โ 100% complete
โ dotdog compile โ 94% savings
โ dotdog simulate โ 6/6 passed
โ dotdog staleness โ spec matches reality
โ dotdog badge โ shields.io SVG
โ dotdog serve โ AI agents query specs
This page's data comes from dotdog commands. An AI agent can query the same data via MCP:
getEntity("Node") โ exact properties
traverse("DAG", 2) โ full compile graph
search("Prediction") โ all predictions
Read the for agents page for setup instructions.