Johnny Butler

March 7, 2026

I’ve started batching work through my software “dark factory”.

Instead of running one job at a time, I queue a handful of small, reversible slices — and the factory sends back a single execution report when it’s done.

That report includes:

PR links (merged sequentially)
exactly what shipped per job
verification commands + outputs
the prompt/run artifacts for audit + replay

Screenshot 2026-03-07 at 19.36.55.png


The mental shift: I’m not “reviewing more code”.
I’m reviewing the contract + proof.

Screenshot 2026-03-07 at 19.36.14.png


Tests + CI are the gate. If it’s green, it ships.