GDC · Playground · Verification

Verification you can watch.

The Playground runs the formal invariant engines — M1 Axiom, M3 Structure, M5 Constraint, M6 Equivalence — against a real artifact and shows each verdict. This is not a checklist; each engine is a genuine invariant check on the same contract the runtime provides. Build a compliance evidence chain, validate it, then introduce a fault and watch the responsible engine catch it.

Subject under test

An evidence chain (Intake → Sample → Determine). Build it, then validate.
Inject a fault:

Chain

Verdict

M1/M3/M5/M6 here are the sovereign reference engines. The repo's M1–M6 implement the same validate() contract and drop into these same slots at the runtime harvest.
GDC · playground← overview