The projects above aren't separate experiments — they're one system, built and kept honest with a shared discipline: anything that claims to work has to prove it through a gate it can't pass by luck, and no tool grades its own work. It reads in three layers — the flagships that prove the hard claims, the utilities that keep them honest, and the wider range built the same way.
- The flagships — the proof systems
- Three flagship systems each prove a hard claim by building the thing and letting it grade itself only through gates it can't game. Alpha4Gate plays ranked StarCraft II and then turns on its own code — drafting, testing, and validating its own fixes to raise its win rate. void-furnace is a dark factory: a planner, a coder, and a critic structurally held out from the coder's own narration turn filed GitHub issues into merged pull requests unattended — and the product it builds, void_furnace_calc (an arbitrary-precision calculator), is the proof the loop actually closes. skill-mesh is the pipeline underneath all of it: roughly 50 provider-neutral agent skills that run plan → build → review → ship behind quality gates, and it's what built the other two.
- The utilities — the leverage layer
- Around the flagships sits a layer of small, sharp tools that keep them honest, fast, and observable. dev-observatory watches every project in the workspace from the outside — goal versus built versus planned — without any project depending on it. Three honesty instruments enforce one rule, that no system grades its own work: measure-twice turns “which model for which job” into calibrated, fail-loud measurement; switchboard offloads the cheap judgment calls to a local model but never lets it sit on a correctness gate; citation-needed puts a verified citation trail under the design choices and makes fabricated citations structurally impossible. Seven more one-shot utilities — tripwire, paper-trail, changed-check, heads-up, find-again, same-page, and mesh-lens — are the day-to-day working discipline made executable.
- The range beyond
- The same pipeline builds well past the flagships. A row of for-fun projects — a LEGO build planner, a lost-treasure dossier, a kids' story workshop — and a set of professional tools — a portfolio-forecasting engine, a hands-on learning-ramp generator, a PTA finance toolkit — are built with the same gated discipline. Different domains, one method: prove it through a gate it can't pass by luck.