The cycle
Eight stages, in order
What an enterprise system passes through between someone asking for it and someone signing off on it. It is a cycle rather than a pipeline because stage 08 sends you back to stage 01 with better information than you started with. Most systems that fail in production skipped a stage rather than executing one badly.
- 01
Frame
What decision changes when this ships?
What you compute
Where it goes wrong
Where does the data actually live, and what may you do with it?
What you compute
Where it goes wrong
How does a query become evidence the model can use?
What you compute
Where it goes wrong
What goes in the window, in what order, at what price?
What you compute
Where it goes wrong
One call, a chain, or several agents?
What you compute
Where it goes wrong
Is the new thing better than the old thing on your data?
What you compute
Where it goes wrong
What does it cost at real concurrency, and how fast is P95?
What you compute
Where it goes wrong
Who signs off, what is logged, and how do you replay a bad answer?
What you compute
Where it goes wrong
Build it yourself
8 projects, one stage at a time
None of these need a company, a budget or a cluster. Each one exists to produce a single number you measured on your own data, because that is the difference between having read about a stage and having done it.
01Frame
Count your own repository
An evening
03Ground
Search your own notes two ways
A weekendChunk one genuinely messy PDF
A weekend
04Assemble
Watch a prompt cache pay or fail
An evening
05Orchestrate
One agent, three tools
A weekend
06Prove
Build a golden set from your own traffic
Two weekends, and it never really finishes
07Serve
Run a local model and measure it properly
An evening
08Govern
Redact before you send
A weekend