The Warship CTOFrom Prompt to Loop View on GitHub

Where these fit

Page 7 of 7

Building the product, or operating it

Loop engineering went mainstream the moment the people who build these tools said it out loud. Boris Cherny, who built Claude Code, and Peter Steinberger put it on the map. Then Andrew Ng laid out the three loops he uses to take a product from zero to one:

Those three loops build a product. The thirty five here are the next chapter. They keep a product alive after it ships.

The industry worked out the loops that build. These are the loops that operate.

Same shape, one shift over

An operational loop is that same agentic coding loop with two things bolted on.

The check is its eval. It answers one question, is there work, before a single token is spent.

The approved PR is its feedback gate. A human still says yes before anything merges.

Loop 23, growing your eval set from real production failures, and the cost and anomaly loops, are Ng's external feedback loop wired straight into the machine.

The only real difference is the clock

His loops run in minutes to hours, while you sit in the chair and watch. These run nightly, on every deploy, every Monday morning, whether you are in the chair or not.

Same shape. Different shift.


The full version opens the field guide, From Prompt to Loop, in the root of this repo.


← Operating a fleet · Contents

The 35 loops: Engineering · Cloud · AI and ML · QA

Reading is the slow way round. This runs all four chapters against seeded data:

git clone https://github.com/fakiolinho/From-Prompt-to-Loop.git && cd From-Prompt-to-Loop && ./run-all-demos.sh