Can you replay a failure?
Pick last week's worst output. If nobody can reconstruct the inputs, the tool calls, and the model version that produced it, you do not have a system, you have an anecdote generator.
Decision framework
This is the review I run before telling anyone their AI system is ready. No pricing here, no booking form. Just the framework, so you can run it yourself tonight.
Thirteen years of enterprise IT taught me that pilots rarely fail on model quality. They fail on ownership, observability, and blast radius. Every check below exists because I watched its absence cost somebody a quarter.
The seven checks
Pick last week's worst output. If nobody can reconstruct the inputs, the tool calls, and the model version that produced it, you do not have a system, you have an anecdote generator.
Synthetic test sets pass forever. The only eval suite that catches regressions is one seeded from the outputs that actually embarrassed you, added the day they happened.
List every irreversible action the system can take: sends, refunds, writes, deletes. Each one needs either a confirmation gate or a compensating action. Unbounded write access is not a launch state.
A single monthly model bill tells you nothing. If spend is not tagged per workflow and per tenant, the first cost spike becomes an emergency instead of a line item.
Retrieved documents, ticket bodies, and web pages are data, never directions. Any system that concatenates them into the instruction channel is one crafted paragraph away from a bad day.
Name the person, not the team. If the answer is the consultant who built it, the handoff has not happened, and pilots die at handoff more often than they die at the demo.
Providers degrade. A queue, a cached answer, a human path, or a clear failure message. Something must exist between the model and your customer.
Reading the result
Six or seven checks pass and the failures you have left are cosmetic. Launch narrow, watch the traces, expand scope weekly.
The concept holds but the scaffolding does not. Evals, tracing, permission gates, and cost attribution are a few weeks of unglamorous work, not a rebuild.
The workflow has no measurable outcome, or the data underneath it is not trustworthy. Fix the data and the process first. The model was never the problem.
FAQ
If the failures sit in the AI system itself, the paid version of this framework is the Systems Decision Audit. If the checks kept pointing back at an operations layer living in Airtable, start with the Airtable Rescue Decision Sprint instead. Both decision engagements, including scope and pricing, live on TechTide AI.
Only one check failing? The Production Block Call is the smaller way in. One named blocker, one call, one recommendation.
Working code and technical write-ups live on alexcinovoj.dev. More of the reasoning behind these checks is in the field notes.