Learn Center: build state (durable, resumable)

Autonomous overnight build started 2026-06-17/18. Spec: PLAN.md. Home: kiwimaddog2020.github.io/study/. Push live as built. Goal: >= 88 on the PLAN rubric via a doer (Claude) != rater (Codex+Gemini) loop.

LIVE: https://kiwimaddog2020.github.io/study/

Phase status

Scores (goal loop)

Final state (goal loop closed at round 4)

Verify ledger (what was checked)

Resume notes

v2 (interactive widgets + diagrams + breadth)

v2 goal-loop results + close

v3 (checklist-gated: binary per-feature gate, not a 0-100 score)

Kevin approved replacing the noise-dominated rubric with a fixed binary feature checklist (CHECKLIST_V3.md) as the gate. Doer (Opus) builds + self-verifies; Codex + Gemini binary-verify each item against the LIVE site; disagreements resolved by ground truth (curl / node / preview).

v4 (explorable-explanation labs)

Plan: PLAN_V4.md. Gate: CHECKLIST_V4.md (binary, v3 model). Doer (Opus) built + self-verified; the cross-model rater is the recommended next step (deferred this turn per the OOM caution).

Labs section (#/labs, overnight autopilot 2026-06-21)

A dedicated Labs section, its own nav item + route in Arbiter Machinae, alongside Research and Study. Index grouped by category (Foundations / Training & evaluation / Agents & safety); each card opens a detail page with a concept intro + the live widget (reuses mountExercise). Data: data/labs.json, generated by bin/build_labs.py from the lessons’ interactive exercises + a STANDALONE list (re-run after adding a lab). 12 labs: 10 surfaced from lessons (tokenizer, attention, embedding, sampling, context-budget, confusion-matrix, ROC, bootstrap, RAG, injection) + 2 net-new tactile widgets built from scratch: gradient_descent_lab (drag the learning rate; converge / one-step / oscillate / diverge, math node-tested, a=0.5 so divergence is reachable) and neural_net_lab (2->3->1 forward pass, slide inputs, watch activations flow). Engine: each widget is a mount<Name>(container, exercise) fn + a dispatch line in mountExercise; CSS appended to learn.css. Nav links centered between wordmark + account (.nav-center absolute on desktop, display:contents -> hamburger on mobile), order Research / Labs / Flashcards / Quiz / Resources.