Working with ML: Trust, Questions & Project Value
P16.ml-literacy.02 · Audience: guest, it-ml, language-pro · Prerequisites: What Machine Learning Is (and Isn't)
Knowing what a model is buys you little until you have to decide how much to rely on one, how hard to question the person who built it, and whether to fund the project at all. This module is about those three judgement calls — all of them answerable without a single equation.
One mental model. A model is a tool for making a decision — nothing more. Match how much you trust it, how hard you question it, and whether you build it at all to the stakes of that decision, not to how clever the technology sounds.
Trust the model more when decisions are high-volume, repetitive, and stable and errors are cheap and reversible. Rely on human judgment when decisions are high-stakes, novel, or rare. The rule of thumb: match the level of automation to the stakes.
Worked example — route three decisions by stakes.
| Decision | Stakes / reversibility | How much automation |
|---|---|---|
| Tag support emails by topic | low, reversible | automate freely |
| Approve a €500 refund | medium | human-in-the-loop — model proposes, person approves |
| Deny a mortgage application | high, hard to reverse, regulated | human judgment leads; model only advises |
Same technology, three different levels of trust. A mislabelled email costs little; a wrong mortgage denial is expensive, unfair, and regulated. Keep a person in charge exactly where a single mistake hurts most.
🗣️ From a linguist's perspective: Machine translation triage in a language service
⚡ Interview Ref — the quick-scan Reference face
In plain language: when to lean on a model versus your own judgment, the questions that separate a robust analysis from a fragile one, and how to tell whether an ML project is even worth starting. Written for leaders, not mathematicians. No maths required.
1 — When to trust a model vs human judgment (b25)
Trust the model more when decisions are high-volume, repetitive, and stable, and when errors are cheap and reversible — a mislabelled email or a slightly-off recommendation costs little and is easily undone. Rely on human judgment when decisions are high-stakes, novel, or rare — the situations the model saw little of, where a single mistake is expensive or hard to reverse. In those cases keep a person in charge and use human-in-the-loop review, where the model proposes and a person approves before anything happens. The rule of thumb: match the level of automation to the stakes.
- Automate freely: high volume, repetitive, stable, errors cheap and reversible.
- Human-in-the-loop: meaningful cost of a mistake, but the model still adds speed.
- Human judgment leads: high-stakes, novel, or rare — the model only advises.
2 — Questions a leader should ask a data scientist (b26)
You don't need the maths to pressure-test an analysis — you need the right questions. Ask any data scientist to walk you through these, and listen for confident, specific answers:
- What question are we actually answering? If it can't be stated in one sentence, stop.
- What data did this use — and who's missing from it? Gaps in the data become gaps in the decision.
- What assumptions does it rest on? Every model carries assumptions; name them out loud so you can judge them.
- How was it validated? Look for results on held-out data the model never trained on, not on the data it already saw.
- What's the uncertainty? A number without a range is only half an answer.
- What could make this wrong? A good analyst can already tell you where it breaks.
- How will we monitor it once it's live? The world drifts; yesterday's model quietly goes stale.
Asking these separates a robust result from a fragile one — and does it without a single equation.
3 — Is an ML project worth doing? (b32)
Before anyone builds anything, triage the idea on three axes. Value: does a better prediction change a real decision and move a metric you care about? If a sharper forecast wouldn't change what anyone does, the project has no value. Feasibility: is there enough good data and a clear target to predict? Without the raw material and a well-defined goal, even a valuable idea stalls. Risk: what are the regulatory, ethical, and failure costs if it goes wrong? High risk raises the bar for how good, explainable, and monitored the model must be. The honest truth: many problems don't need ML at all — a simple rule, a dashboard, or a process fix often wins. Start with the decision, not the algorithm.
Interview one-liners
- Automate the cheap, repetitive, reversible decisions; keep human judgment on the high-stakes, rare ones — match automation to the stakes.
- To pressure-test any analysis, ask what question, what data, what assumptions, how it was validated on held-out data, and how it'll be monitored.
- Judge an ML project on value, feasibility, and risk — start with the decision, not the algorithm; many problems don't need ML.
📚 Go Further
Plain-language explainers on working with ML teams and scoping projects.
| Type | Resource |
|---|---|
| Book | Prediction Machines — Agrawal, Gans & Goldfarb, on ML as cheaper prediction |
| Article | A leader's guide to asking the right questions of a data scientist |
| In-app | What Machine Learning Is (and Isn't) — the plain-language basics behind these decisions |
Ask the mentor about this module
Ask a question about this content. The mentor explains and grounds its answer in what you are studying; asking is recorded as a learning signal, not a grade.
Where next?
Later in ML Literacy for Leaders