Run it

Curated reference runs you can inspect — and reproduce.

INTERACTIVE

Live, in-browser simulation is a deliberately later phase, decoupled from everything on the critical path. This page is a working preview: a gallery of precomputed reference runs you can inspect now, and the exact command to reproduce each one yourself.

Run the real CLI today

You do not have to wait for the browser tool. The engine is public and the command is one line:

grid-cli run scenarios/gb-2024-reference.toml --out runs/2024-reference

See Getting started to build the CLI, and Reproducibility & data for the data packs.

What comes later

  • Phase 1 — precomputed response-surface sliders: move a knob, watch headline numbers interpolate live from a precomputed grid. No live solve; the UI states plainly when a value is interpolated versus a real chronological run.
  • Phase 2 — the pure-Rust adequacy core compiled to WebAssembly, gated behind a wasm-vs-native digest regression pin in CI before it goes public. The LP dispatch stays native. Deliberately decoupled from everything else, so it never becomes a dependency on anyone’s timeline.