skip to content
mohamed azahrioui
‹ writing

5 min read

The most dangerous AI error is the one nobody has to notice

AI does not become safe because it sounds confident. In a medical note, it has to show what it knows, what it cannot verify, and when a clinician needs to decide.

A doctor mentions a medication during a consult. The AI writes a different medication name in the clinical note.

It is still a real medicine. The spelling looks correct. The note is well formatted. Nothing looks obviously broken.

That is what makes the mistake dangerous.

When people talk about AI errors, they often imagine something absurd: a made-up diagnosis, nonsense text, or an answer that is visibly wrong. Those failures are easy to catch. The harder failures are plausible enough to pass through a normal workflow without anyone stopping to question them.

In a medical record, 'looks right' is not enough.

A useful note is not automatically a trustworthy note

Medical AI scribes can save clinicians a great deal of time. They turn a recorded consult into a structured note, so the clinician does not have to type everything from scratch.

But the system is working from spoken language. People talk quickly, use abbreviations, interrupt each other, and mention words that sound alike. An AI can misunderstand a medicine, make a weak connection between two facts, or write a note field with more certainty than the conversation supports.

The problem is not that AI should never help write a note. The problem is what happens when the system is unsure.

If uncertainty stays hidden, the clinician receives a polished answer that looks ready to accept. If uncertainty is visible, the clinician can make the decision that matters.

That was the safety goal behind my work on a medical AI scribe: make the system useful without letting a believable mistake quietly become part of the record.

Make uncertainty visible

A warning at the bottom of a page is not enough. It is too easy to miss, especially when the rest of the output looks clean.

Instead, every medication the system recognises should show a clear status. That includes medication names that appear to be exact matches. A name that looks correct can still have been misunderstood in context.

The reviewer can immediately see which terms need attention, choose a suggested correction, or enter the right name themselves. The system does not ask them to investigate a vague warning. It gives them a clear decision and a quick way to act on it.

The important change is simple: uncertainty becomes part of the workflow, rather than something hidden behind a successful-looking note.

Do not let AI mark its own homework

It is tempting to ask an AI whether its own answer is correct. That may produce a better guess, but it does not create a reliable check.

For important parts of the note, the system needs fixed rules: checks that give the same answer every time when they see the same evidence.

For example:

  • Does the medication name match a trusted medical terminology?
  • Is a note field supported by facts that were actually extracted from the conversation?
  • Is there enough evidence to show this field as a fact, or should it be marked for human review?

If the system cannot support a value, it should not write it with confidence. It should leave it empty or flag it clearly for review.

The AI can still do what it is good at: listening, organising information and proposing a draft. But it should not be allowed to decide that its own uncertain output is safe enough to enter a record.

A correction must also be safe

Safety does not only live in the big AI decisions. It also lives in the small actions around them.

A clinician correcting a medication should never accidentally change other text in the note. An empty confirmation should not overwrite a value that was already there. A review step should make it obvious what will happen before the change is saved.

These details can sound minor. They are not.

A medical record is a chain of decisions: what the AI heard, what it proposed, what the system checked, what the clinician reviewed, and what was finally saved. A small unsafe step anywhere in that chain can undermine the rest.

Good safety work is often less visible than a new AI feature. It is validation, clear statuses, sensible defaults and carefully tested edge cases. But those are the things that keep a helpful tool from becoming quietly unreliable.

Human review should mean something

'Human in the loop' is an easy phrase to say. It only matters if the human can genuinely see where the system may be wrong and can correct it without friction.

A real review step needs to answer three questions:

  • What is uncertain?
  • Why is it uncertain?
  • What can I do about it?

If the answer is only 'please check this,' the reviewer is being asked to do extra work without help. If the system points to the exact medication or note field, explains its status and offers a safe correction path, review becomes a meaningful control.

The clinician is not there to rubber-stamp the AI. The interface should help them disagree with it when it matters.

What this does not solve

These checks do not make an AI system medically infallible. They cannot decide what a doctor truly intended in every conversation. They do not replace clinical judgement.

What they can do is more honest: stop the system from hiding uncertainty behind confident language.

When the evidence is strong, the system can help quickly. When the evidence is weak, the system should say so. And when a decision needs a clinician, the workflow should make that decision visible and easy to take.

That is what trustworthy AI looks like in production.

Not an AI that never makes mistakes. A system that makes uncertainty impossible to ignore.