How we know the agents work
Model tests
Warrant's argument is that a maintenance record should be evidence rather than a claim by an interested party. It would be incoherent to then ask you to take the agents on trust. So every claim this product makes about them is a scenario below — a genuinely different situation, not the same one sampled repeatedly — and each one shows the prompt that was sent, the model that answered, and the answer, whether or not it passed.
Those four are deliberately not three. Off-contract means the answer broke its own schema, so nothing about its content is judged — assertions about a field the model never returned would bury the one failure that matters. Never asked means the agent was not properly put to the question. It is scored as neither a pass nor a fail, because an Inspector asked to judge a photograph it was never shown will confidently return something.
On this run, of the 21 never asked: 14 are waiting on a recorded cassette, which is a re-run rather than a camera; 7 are waiting on a photograph the corpus does not have yet.
Re-run it yourself: python3 -m evals run replays every recorded answer offline and costs nothing, because each call is keyed by the model, the instruction, the schema and the bytes of every attachment. Editing one agent's wording changes only that agent's keys — so a prompt edit cannot silently reuse a stale answer, and the scenarios it affects are exactly the ones that need calling again.