Sigma Logic AI Lead with AI. Thrive with Innovation.
Decision systems

Better decisions, not just faster ones: where AI actually helps

Speed is the easy win. The harder question is which recurring decisions are worse than they need to be, and which of three failure modes you are facing.

On this page 11 sections
  1. Key takeaways
  2. Who this applies to
  3. Three ways a decision goes wrong
  4. What “better” has to mean before you start
  5. Calibration, and why the threshold matters more than the accuracy
  6. Keep the human where judgement lives
  7. Watch for the failure modes
  8. What we push for, and where it costs us
  9. When this is not worth it
  10. Frequently asked questions
  11. Next step

Every AI pitch promises faster decisions. Faster is easy to sell and easy to measure, which is exactly why it is the wrong place to start - a decision made twice as quickly and just as badly is the same error arriving sooner. The useful question is which recurring decisions are consistently worse than they need to be, and why. There are only three answers, they call for completely different builds, and naming yours before choosing a tool is most of the work.

Key takeaways

  • Decisions fail for three reasons - missing information, invisible patterns, or inconsistency - and each has a different fix.
  • Two of the three frequently need no language model, and one of them frequently needs no model at all.
  • If you cannot compute the target metric for last quarter, you are not ready to build.
  • A recommendation a person accepts or overrides gives you a free, continuous quality signal. Full automation gives you none.
  • Calibration is what makes a confidence number usable. Uncalibrated confidence makes your routing threshold arbitrary.

Who this applies to

You have a recurring decision - pricing, triage, approval, forecasting, scoring - that you suspect is being made worse than it could be, and you are deciding whether to build something.

Three ways a decision goes wrong

Almost every decision worth automating fails for one of three reasons.

It is made without information that exists. A rep quotes without knowing the account’s support history. A buyer reorders without seeing that the last two weeks broke the seasonal pattern. The data is in the building; it is not in front of the person at the moment they decide.

It is made from a pattern too large to see. Which leads convert. Which orders are fraudulent. Which customers are about to churn. A person can hold a handful of variables in mind; the signal here lives across dozens, interacting. The first of those has its own write-up - see lead scoring that sales actually trusts.

It is made inconsistently. Ten people apply the same policy ten slightly different ways, and the variation is invisible because nobody compares.

These are not degrees of the same problem. They need different instruments, and the mismatch is the most common expensive mistake in this category.

The failureHow you confirm itWhat actually fixes itWhat it is not
Information exists but is absent at the moment of decisionAsk the decider what they would want to know. They can usually tell you exactlyRetrieval and interface work - put the record in front of themNot a modelling problem. A model here predicts what a lookup could have told you
The pattern is larger than a person can holdTwo experienced people disagree, and both have defensible reasonsA model - frequently gradient boosting on tabular features, not a language modelNot a data-presentation problem. More dashboards will not help
The same case gets different answers from different peopleScore a sample of past cases twice, by different reviewers, and compareCodifying the rule and measuring adherenceFrequently not a model at all. Often a written rule and a checklist

The first is the most reliably solvable and the least impressive. The second is where machine learning genuinely earns its keep, often with unglamorous classical methods. The third is where teams most often build something and then discover a rule would have done it.

Teams that skip this step reach for the most impressive-sounding tool and apply it to whichever decision is most visible, which is rarely the same as the one that is most wrong.

What “better” has to mean before you start

A decision system needs a target that can be checked against reality. Not “improve decision quality” - something closer to:

  • Forecast error on the top 200 SKUs, measured weekly
  • Percentage of leads scored in the top decile that reach a first meeting
  • Variance in approval outcomes across reviewers on comparable cases
  • Chargeback rate at a fixed false-positive budget

Each can be computed today, from data you already hold, giving you a baseline before anything is built.

If you cannot compute the metric for last quarter, you are not ready to build. Getting to where you can compute it is the first piece of work, and it is usually days.

Note the fourth example carefully: at a fixed false-positive budget. Every decision system trades two error types against each other, and a number quoted without naming the trade is not a number. A fraud model that catches more fraud by declining more good customers has not improved anything until someone has said what a declined good customer costs.

Calibration, and why the threshold matters more than the accuracy

Most decision systems do not output a decision. They output a score, and somebody picks a cut-off.

That cut-off is where the value actually lives, and it is only meaningful if the score is calibrated - when the system says 80%, it should be right about 80% of the time.

Calibrated and overconfident scores compared against observed outcomes A plot with predicted confidence on the horizontal axis and observed accuracy on the vertical axis. A calibrated model tracks the diagonal. An overconfident model sits well below it: cases it scores at 90 per cent are correct only about 65 per cent of the time. 100%80%60%40% Observed accuracy 40%60%80%90% Confidence the system reports

Calibrated Overconfident SAYS 90%, IS 65%

Both models can report the same headline accuracy. Only the calibrated one lets you set a threshold and know what you are getting. An overconfident model makes every routing rule built on its score arbitrary - "auto-approve above 90%" means something different for each line, and nobody can tell which by looking at the dashboard.

Checking this costs one query against historical cases: bucket past predictions by reported confidence, and compute how often each bucket was actually right. If nobody has done it, the threshold you route on is a guess.

Keep the human where judgement lives

The most durable pattern in production is not full automation. It is a system that does the retrieval, the pattern-finding and the consistency work, then presents a recommendation with its reasoning to a person who owns the outcome.

That does three things at once. It keeps accountability with someone who can be asked why. It creates a stream of accept-and-override signals that tell you exactly where the system is weak, at no additional cost. And it makes the rollout politically survivable, because nobody is being told a model has replaced their judgement.

The override signal is the underrated part. A system running with a human on top is generating its own evaluation data every day, in production, on the real distribution - which is precisely what the fully automated version stops giving you at the moment you most want it.

Full automation is then something you earn, decision class by decision class, once the override rate on a class has been low and stable for long enough to trust.

Watch for the failure modes

Confidence without calibration. Covered above, and it is the most common. It is also the cheapest to check and the most often skipped.

Drift nobody is watching. Your product changes, your customer mix shifts, a supplier changes lead times. The model keeps returning answers with unchanged confidence while its accuracy quietly falls. Scheduled evaluation against a held-out set is the only cheap defence - see the prompt that worked until the input changed, which is the same failure in a different technology.

Automation complacency. Once a recommendation is usually right, people stop checking it, including in the cases where it is most likely to be wrong. Designing for this means flagging low-confidence and unusual cases loudly rather than presenting every output in the same voice.

Optimising the metric instead of the decision. A lead-scoring model that raises meeting rate by scoring only the accounts sales already liked has moved the number and changed nothing. The holdout is the defence, and it is the first thing cut.

What we push for, and where it costs us

The first deliverable we argue for is almost always the baseline and the calibration check, before any build. It is unglamorous, it is a few days, and it has more than once concluded that the decision in question was fine and the money should go elsewhere.

The recommendation we make most often and that lands worst: for the third failure mode, inconsistency, the answer is frequently a written rule rather than a model. Clients who arrived wanting an AI project do not enjoy hearing that a decision table and a review sample would fix it. We say it anyway because the alternative is a system whose measurable improvement over a rule nobody ever established.

Where we get this wrong ourselves: we under-weight how hard the human-on-top pattern is to sustain organisationally. It is technically simple and it depends on a person continuing to review at volume, and review quality decays in exactly the way automation complacency predicts. We now specify the review sample rate and who audits it, rather than assuming the human layer stays real.

When this is not worth it

One-off decisions, however large. No volume to learn from, no volume to evaluate against.

Decisions where the current process is already consistent and well-measured, and the remaining error is genuine uncertainty rather than a fixable gap.

Where you cannot get the outcome. If you never find out whether the decision was right - no label, no feedback, not even a delayed one - you can build the system and you cannot ever tell whether it helped.

Frequently asked questions

How do I tell which of the three failure modes I have?

Ask the person deciding what they would want to know that they do not have. If they can answer, it is the first. If two experienced people disagree with defensible reasons, it is the second. If the same case gets different answers from different reviewers, it is the third.

Does this need a language model?

Often not. Pattern problems on tabular data are usually better served by classical methods, and consistency problems frequently need a rule. Language models earn their place where the input is unstructured text or where reasoning has to be explained.

What is the smallest sensible first project?

One recurring decision, at least weekly, where the baseline can already be computed. Build the smallest thing that could move it and measure honestly whether it did.

How do we check calibration?

Bucket historical predictions by reported confidence and compute observed accuracy per bucket. Ten buckets is plenty. If the buckets do not track the diagonal, the score needs recalibrating before any threshold means anything.

Should the system explain its reasoning?

If a person is accountable for the outcome, yes - not for interpretability’s sake but because an unexplained recommendation gets rubber-stamped or ignored, and both destroy the override signal.

Next step

If you have a recurring decision and no baseline for it, that measurement is the first piece of work and it is usually days rather than weeks. The AI consulting and strategy engagement starts by establishing whether the decision is worth building for at all.

Related: Scoping an AI project that actually ships · How to measure whether an AI system works · Confidence thresholds and escalation design · AI consulting and strategy

Let's talk

Got a workflow this applies to?

Describe it in a couple of sentences. We will tell you whether it is worth automating, what we would build, and roughly what it takes.