Introducing ProvableWorldModel: the first provable JEPA world model.
A real pretrained world model runs, and anyone can verify, on a laptop CPU, or on a mobile phone, that the committed model ran exactly as claimed, in milliseconds.
The whole industry spent this week asking one question about Anthropic's Fable 5: which model actually answered me?
Nobody could prove it. Not during the silent downgrades, not after the apology. The fix is a notification you still have to trust.
I've been building the alternative.
The intuition is simple. World models are small. Small enough to run in exact integer arithmetic, where every operation is reproducible bit for bit, attention included. The prover commits to its full execution trace before any challenge is derived. The verifier fingerprints the heavy matmuls with 1979-era randomized algebra (Freivalds) and replays everything else exactly. Change one number anywhere and the proof dies.
Receipts:
→ real pretrained JEPA predictor (LeWorldModel), 10 MiB int8, real expert episode
→ inference 49 ms, verification 29 ms, CPU only, no floats, no GPU
→ soundness error ≈ 2^-44
→ forge a single matmul output and the verifier throws FreivaldsCheckFailed
Why it matters: LLM agents need ever-thicker invisible harnesses to behave, and harnesses can't be audited from the outside. World models invert that. Small, structured, exact: verifiable by construction.
Intelligence you can check, not intelligence you have to trust.
Don't trust, verify.