Diagram comparison
Internal page — old components live in src/components/legacy/. Delete this page once the new versions are signed off.
Runtime properties (/plow)
OLD
NEW
- 01 Host CPU off the hot path — no per-step orchestration in the steady-state loop
- 02 Fewer sync boundaries — dependencies are resolved in the plan, not at run time
- 03 Fast cold-start path — starting a model means loading an artifact, not compiling
- 04 Multiple resident plans — several models live behind one serving surface
- 05 Pipeline stages — model-to-model hand-offs stay inside the runtime
- 06 NVIDIA + AMD — one compiled-plan contract across vendors
Compile / serve boundary (/plow)
OLD
NEW
Compact pipeline (homepage)
OLD
NEW
Fleet control plane (/orchestrator)
OLD
NEW