Runtime smoke test
This page runs a one-line lab in Python and JS to verify the in-browser runtime works. If the Run button is broken on a real module page, start here: this page strips away every module-specific concern (KaTeX, flavor CSS, gate logic) so a failure here points at the runtime itself rather than the module.
Expected outcome: a green ✓ 2 tests passed pill after you press Run. If you see a red pill or no pill at all, the diagnostics panel below shows which load step is failing.
Diagnostics
Updated automatically as the page loads and as you press Run.
- … flavor-boot.js applied
? - … runtime.js loaded (window.NeuralForge present)
- … <code-lab> custom element registered
- … forge.state readable from localStorage
- … forge.state.labs["smoke-test"] = pass (after Run)
Cross-ref: runtime tier explainer · AI Tutor setup (the Ask Tutor button on a failure pill needs the proxy running).