What is the fastest way to test a supply chain software claim?
Quick answer
A note on method: there are no figures in this article. We have no survey to cite, and a number invented to make the point would be the same trick the article is about.
Buyers have got better at the demo. They ask for a live test on their own data. They ask what happens at volume. Those are good questions and they are now common enough that most vendors have an answer ready.
There is a question almost nobody asks, and it is the one that separates a working system from a convincing one.
What does it say when it does not know?
Why does a zero on a screen not mean zero?
Quick answer
Consider a panel showing your error rate for the last hour. It says 0.
There are two worlds behind that. In one, the software read every record and found no errors. In the other, nothing was instrumented, the field was never populated, and the panel is rendering a default.
You are looking at the same character in both worlds.
This is not a hypothetical failure. It is what an empty field does by default in most systems: it becomes a zero somewhere between the database and the screen, and from that point on it is indistinguishable from a reading.
The cost is not the wrong number. The cost is the confidence. Nobody escalates a zero.
What are the four answers that look like knowledge but are not?
Quick answer
They are worth naming separately, because they fail in different places and the remedy is different in each.
The zero nobody measured
Covered above. The tell is that the field is never blank and never in doubt. Software that can say “not measured” has had to be built to say it; software that always shows a number has not.
The connection that was never tested
A settings page shows a green tick beside an integration. Ask what the tick means. Often it means the record was saved, not that anything was contacted.
There is a real difference between “we saved your credentials”, “we reached the host”, “we authenticated”, “we read a row”, and “we cannot test this kind of source”. A green tick collapses five answers into one, and four of them are not the one you assumed.
The action that reported success
An automated step comes back green. Ask what green covers.
If a job was supposed to send a notice, update a record and write to a ledger, and only the first happened, a single success flag has hidden two failures. What you want back is not a boolean. It is a list of the steps that did not happen, each one named.
The check that could not run
This is the most expensive of the four, because it happens inside compliance and audit work where the answer gets filed.
If a control cannot be evaluated — the data was unreadable, the source was empty, the export never arrived — there are three honest answers, not two. Pass. Fail. And could not be assessed. Software that only has two will quietly file the third as one of the first two, and an unassessable control that reports as a pass is worse than no report at all. You now have a document saying you checked.
Why does this matter more with AI than it did with reporting?
Quick answer
For thirty years the tell for missing data was visual. A gap. A dash. A cell you had to click into.
That cue is gone. Ask a model about a shipment it has no record of and you get a paragraph, in the house style, at the same confidence as the paragraph about the shipment it does have a record of.
This is why the question has moved from a nice-to-have to the first thing to ask. The failure mode is no longer silence. It is fluency.
And in claims, customs and freight audit the difference is not academic. A gap can be filled before you file. An invented figure gets the whole submission challenged, and the challenge lands on the parts that were true as well.
What should I ask a vendor, in the room?
Quick answer
These work because they cannot be prepared for with a slide.
Show me a field this build does not measure, and show me the screen. You are looking for a sentence where a number would be. If every field always has a value, ask how they know the meter is running.
Disconnect one source and run it again. Not a story about what would happen. Do it. A system that is honest about absence behaves differently with a source missing; a system that is not looks exactly the same, which is the problem.
Show me a control that could not be assessed. Ask to read the words it files. If those words do not make clear that this is not a finding of compliance, the report is worse than nothing, because somebody will later treat it as evidence.
Show me a partially completed action. Approve something that cannot fully execute. Ask what comes back. You want the step named. “Failed” is not enough; it tells you to retry without telling you whether retrying is safe.
Is this not just asking for error handling?
Quick answer
An error is loud. Somebody notices, files a ticket, and it gets fixed.
An unmeasured value is quiet. It renders. The page loads. Nobody is paged. It fails the first time somebody makes a decision on it, which may be months later and in a meeting where the software is not present to be questioned.
That is why it survives procurement. Nothing in a normal evaluation touches it.
How does this change what we buy?
Quick answer
None of this requires you to become technical. Every one of the four requests above is something you can watch happen on a screen and judge with your own eyes.
And it reframes the conversation in a way that is useful to you even if you buy nothing. You will learn more about a vendor from five minutes of the empty case than from an hour of the happy path, because the happy path is the part they have rehearsed.
The software we build is designed around this idea, and we would rather be asked these four questions than not. But the questions are not ours and they work on anybody.
Frequently asked questions
Is a blank field better than a zero?
Only if the blank is deliberate and explained. A blank that means “not measured” is honest; a blank that means the page failed to load is a different problem wearing the same clothes. What you want is a short sentence in place of the number, saying which it is.
Our vendor says this is an edge case. Is it?
The empty case is not an edge case in logistics. Sources go down, exports arrive late, a field the integration expects is not populated by the team that owns it. The question is whether the software treats that as an ordinary Tuesday or as an exception it was not designed for.
Can we test this after we have bought?
You can, and it is worth doing either way. But it is far cheaper before, because after the purchase the finding becomes a change request rather than a reason not to sign.