Climb the ladder.
The top step spins by itself.
From doing the work, to watching the work do itself. Six steps from a pipeline to a self-improving flywheel, explained for people who have never heard the words "closed loop" before.
A pipeline does the same thing every time, in the same order. Like a dishwasher cycle. No decisions, no surprises.
Real example: A nightly script that exports your sales as a CSV and emails it.
Same idea, in a kitchen.
Step 1, step 2, step 3. Follow exactly. Same dinner every Tuesday.
Out of basil? Use parsley. Pan too hot? Lower it. You still make every decision.
Tastes the dish, rewrites the recipe, restocks the fridge, plans tomorrow's menu, by itself.
Six words. Six pictures.
A fixed sequence of steps. Same input, same output, every time.
e.g. A nightly export job.
A pipeline with forks. Someone (or something) chooses the path.
e.g. A support ticket router.
A workflow whose output feeds its own input. It runs in a circle.
e.g. A thermostat.
The judge inside the loop. Decides if this turn passed or failed.
e.g. A test suite.
Generate → measure → decide. A loop that picks what to try next.
e.g. A coding agent retrying tests.
The flywheel rewrites its own steps when the verifier says it can.
e.g. An ad system that invents new copy nightly.
Verification comes before autonomy.
A flywheel without a verifier is a runaway machine pointed at the wrong goal.
Every spin of a flywheel multiplies whatever is inside it. If the verifier is sharp, the system gets better. If the verifier is missing, or measuring the wrong thing, the system gets faster at being wrong.
That's why the order matters. First you make sure the system can tell good from bad. Only then do you let it run on its own.
Three flywheels already spinning.
Noona lives between step 5 and step 6.
Most tools today are pipelines or workflows wearing AI hats. Noona is the layer that closes the loop on top of your computer, it watches what you do, encodes the verifier with you, and starts spinning the wheel on the work you already explained once.
The day the verifier is good enough, Noona stops asking and starts improving. That's step 6.