Back to Writing

The trust-calibration tax

Getting a model to produce a good answer is the cheap part now. The expensive part is teaching someone when to believe it, and what to do the first time it's confidently wrong. Nobody puts that on a roadmap.

5 min read

Generating the answer is the cheap part now. Any team can wire a model to a prompt and ship something that produces a plausible result. The expensive part is teaching the user when to believe it, when to check it, and what to do the moment it’s wrong. I call that the trust-calibration tax, and almost no roadmap has a line for it.

It’s a tax because you pay it whether you budget for it or not. Skip it and the cost still arrives, just as churn rather than as a story point. The user trusts the system once, gets burned by something they had no way of seeing coming, and quietly stops opening it. They rarely file a bug, because nothing broke. The output was wrong in a way that looked exactly like being right. That’s the failure AI produces most often, and you lose the account without ever finding out why.

Calibration is the product

A user’s trust in an AI feature is a dial, and your job is keeping it pointed at the truth. Too low and they ignore something that would have helped, so you built it for nothing. Too high and they ship its mistakes under their own name, so you built them a liability. Good average output doesn’t fix either problem, because the user never sees the average. They see one result at a time and have to decide, each time, how hard to lean on it.

This is why “we improved accuracy to 94%” doesn’t move adoption the way teams expect. A system that’s right 94% of the time and gives you no way to spot the wrong 6% is harder to use well than one that’s right 80% of the time and tells you which answers it’s unsure about. The first asks you to trust everything equally and punishes you for doing it. The second teaches you where to look. It’s the same reason a fuel gauge is more useful than a bigger tank: what you need is to know where you stand.

The four jobs the tax pays for

The tax buys a set of jobs the interface has to do, and each of them is the kind of work that gets cut first when a deadline tightens.

  • Confidence signalling. The system has to tell the user how much to lean on each answer, honestly. A model that sounds equally certain about a settled fact and a wild guess leaves them guessing too. Marking “this is solid” against “this is a guess, check it” is worth more than closing the gap between the two, because it puts the user in charge of their own risk.
  • Showing the working. Trust calibrates fastest when someone can see how the answer was reached. A claim that links to its evidence, a number that resolves to the rows behind it, a step you can expand. Each one lets a sceptic spend thirty seconds confirming the thing holds. “Make every AI claim clickable” is one tactic under this heading and a strong one, but it’s a single instrument in a bigger kit.
  • Graceful failure. The system will be wrong. What matters is how the wrongness feels when it happens, and a confident, undifferentiated error is the expensive kind. A system that says “I’m not sure about this part” before it turns out to be wrong has already pre-paid most of the trust cost, because the user knew where to look.
  • Undo. Trust is cheap to extend when mistakes are cheap to reverse. If a wrong AI action can be undone in one click, people will try the feature freely and forgive it. If a wrong action is permanent, they’ll either avoid it or use it so cautiously that it saves them nothing.

The pattern across products

The same tax turns up wherever trust has to get calibrated, whatever the domain. At Lyssna, researchers looking at AI study output didn’t want a cleaner summary. They wanted to know which transcript a finding came from, because their trust depended on traceability rather than polish. At hey anna, every claim is clickable for the same reason, so someone learns within minutes which numbers to lean on and which to open up. In both cases the model was the easy half. The interface that let a professional calibrate how much to rely on it took the time, and decided whether anyone kept using it.

You can spot the tax being dodged in the wild too. The AI feature that demos beautifully and dies in production is nearly always one that nailed generation and skipped calibration. It gave good answers with no way to tell the good ones from the dangerous ones, so the first burn taught the user to stop trusting all of it at once.

Budget for it on purpose

The practical move is to treat calibration as part of the spec rather than a polish pass. When you scope an AI feature, scope those four jobs alongside the generation: how does this signal its confidence, how does someone see the working, what does it feel like when it’s wrong, and how does a person undo a bad result. If those four don’t have owners, what you’ve built is a demo that happens to run in production.

This is also where shipping an AI product grows past prompt engineering. The first instinct, still the common one, is to push the work onto the user: tell the model not to make things up, or add a “check your answer” pass and a second agent to review the first. That gets an individual a long way, and if you’re using AI for your own work, use it. Shipping a product is the opposite move. Product means solving the user’s problem once and building the solution in, so they don’t have to re-solve it every session. You do the thinking ahead of them and bake it into the system. That’s what SaaS has always been, except that AI makes it unusually easy to ship something that looks like thinking with nothing underneath.

Raw capability is commoditising on a schedule nobody controls, so the model you picked separates teams less every year. What separates them is whether they paid this tax in design time or in churn.