Methodology

Plan, Build, Review: The Loop That Compounds

Every AI-assisted project has the same velocity curve. Week one is exhilarating: features appear faster than you can test them. Week four is mud: every change breaks something, scope has drifted, and you spend more time steering the assistant than shipping.

The instinct is to blame the model and prompt harder. But the model did not get worse. The project got bigger, and nothing was holding it together.

The loop

PAPI structures work into cycles, and each cycle runs the same four steps.

Plan.Look at the backlog, the last cycle's learnings, and the project's direction. Pick a small set of tasks. Each one gets a build handoff: explicit scope, files likely touched, acceptance criteria, and what not to do. The handoff is the contract.

Build. Your assistant executes the handoff. Because scope is pinned, it builds the task instead of reimagining the project. When it finishes, it files a report: actual effort, surprises, issues discovered along the way.

Review. You look at what was built and call it: accept, request changes, reject. Quality stays a human decision.

Release. Completed work merges, the cycle closes, and its learnings carry forward into the next plan.

Why it compounds

The loop is not ceremony. It is a feedback mechanism: every pass through it makes the next pass better informed.

Estimates sharpen, because actual effort is recorded against predicted. Surprises stop repeating, because they are written down where the next plan reads them. Dead ends become assets: an approach that failed in cycle three is a warning label in cycle eight, not a rediscovery. And every five cycles a strategy review challenges the direction itself, so you drift on purpose or not at all.

Without the loop, an AI project is a series of disconnected sessions and the curve bends down. With it, the project accumulates judgment, and the curve bends up.

Proof, such as it is

We run PAPI on PAPI. Several hundred cycles of planning, building, reviewing, and releasing this exact product with this exact loop, including the post you are reading, which was planned, built, and reviewed as a cycle task. The methodology section of our docs is not theory. It is the operating history.

Ready to keep the thread on your own project?