What a sprint is
One bounded piece of production software, taken from a written scope to a working, tested, handed-over result. Not a prototype, not a demo that dies when I leave — a repository you own, with tests that pass and documentation that tells the next person how it works.
The build itself is done by a fleet of AI coding engines working in parallel, each in its own isolated branch on one bounded task. I direct the fleet: I decompose the scope, set acceptance criteria per task, review what comes back, and decide what merges. The typing is machine-speed. The judgement is not delegated.
Why it holds up
The honest risk of AI-built software is not that it fails — it is that it looks finished while being wrong underneath. The whole method exists to attack that risk:
- Nothing self-certifies. The engine that writes a change never reviews it. A different engine — a different vendor's model, with no stake in the work — attacks every diff looking for the ways it fails in production.
- Done means proven. Every completed task carries a proof artifact: the test that demonstrates the behaviour, the review verdict, the output on record. A claim without evidence does not merge.
- Scope is written, then fixed. What will exist at the end, and how we will both know it works, is agreed before anything starts. If the work reveals the scope was wrong, we stop and re-agree — no silent drift.
This site, its sister site, and the tools that built them were all produced this way — the same seed set goes into every product.
What you get
- The software, working, in a repository you own outright
- A test suite that fails when the software breaks — the gate, not decoration
- The review record: what was attacked, what was found, what was fixed
- Documentation and a handover walkthrough — how it runs without me
Who it is for
- A founder with a defined product slice that needs to exist properly, not eventually
- A team with a bounded internal tool, integration or migration that never reaches the top of the backlog
- Someone with an AI-built prototype that proved the idea and now needs the real version
Who it is NOT for
- Open-ended product exploration — that is a fractional conversation, not a sprint
- Work whose scope cannot be written down — if we cannot agree what done means, I will say so at the fit check
- Anyone who wants a body shop. The sprint ships an outcome, not hours
How it works
- Fit check. Email what you want built. If it is not sprint-shaped, I say so and point you somewhere honest.
- Scope. One conversation becomes a written scope with acceptance criteria, agreed by both of us before anything starts.
- Build. The fleet builds in parallel; every change passes independent cross-engine review and its own test before it merges.
- Handover. You get the repository, the proof record, and a walkthrough. It runs without me — that is part of done.