Why a Human Stays in the Loop
The most important design decision in our system is not a clever algorithm. It is the choice to keep a person in charge and to let the machine learn from them.
There is a fantasy in some corners of AI that the goal is to remove the human. Feed the model enough data, the story goes, and eventually it does the job alone. In medicine, that fantasy is not just wrong, it is dangerous. The design we built does the opposite on purpose. It keeps the expert in the seat of judgment and treats the AI as something that gets better by learning from that expert, not by replacing them.
How the loop works
When the system surfaces something in a scan, a radiologist can confirm it, correct it, or refine it. That response is not thrown away. It becomes input that the system uses to adjust itself over time.
The feedback comes in more than one form. Sometimes it is about the regions in the image, where the expert effectively says "you were right to look here" or "the area that matters is actually over there." Sometimes it is about the language in the associated report. The system is designed to take both kinds of correction and fold them back in, so that the next read is informed by the last one.
The intent is simple to state. A correction today should make a similar mistake less likely tomorrow. That is what a feedback loop is for.
Why the human has to stay
I want to be careful not to oversell this, because medicine is exactly where overselling does harm. A system that learns from experts is a powerful assistant. It is not a doctor, and the design does not pretend otherwise. The clinician makes the call. The system's job is to make that clinician faster and sharper, and to improve as it absorbs their judgment.
That is not a limitation I am apologizing for. It is the point. The best technology I have ever worked on amplified skilled people instead of trying to push them out of the room. Keeping the human in the loop is how you get the benefit of the machine without inheriting the risk of trusting it blindly.
The catch nobody mentions
A feedback loop is a double-edged thing. If a system learns from human input, then human input shapes what it becomes. Good feedback makes it better. Careless or biased feedback makes it worse, quietly, over time. And if you are not careful about who is allowed to influence that learning, you have built a system that can be steered by the wrong hands without anyone noticing.
That is why the feedback pathway cannot be open. It has to be controlled, recorded, and accountable, so that you always know whose judgment shaped the system and can trust that it was the right judgment. The learning loop and the security around it are not separate features. They are the same idea.
Why this is the part I care about
I have spent my career on the question of who gets to touch the thing that matters, and how you prove it later. A medical AI that learns continuously is one of the highest-stakes versions of that question I have ever encountered. Getting the loop right, keeping the human in command, learning from them safely, and guarding who can influence that learning, is the work I am proudest of in this whole invention.
FAQ
What is human-in-the-loop AI in medicine?
A design where a clinician stays in control and the system learns from their feedback, rather than operating autonomously. The expert makes the call; the AI improves by absorbing their corrections.
Part of the Patents series →
Building AI You Can Audit
There is a question every organization using AI in a serious setting will eventually face, usually at the worst possible moment. When a decision is challenged, can you reconstruct exactly what happened and who shaped it? If the answer is no, you do not really have a system. You have a liability.
How AI Is Changing Radiology
Radiology is where AI in medicine has gone furthest, and where the hype and the reality are easiest to confuse. Here is what is actually happening, from someone building in the space.
Can You Patent an AI Algorithm?
This is one of the most common questions I get now that I have a patent in AI. The short answer is that you usually cannot patent the math itself, but you can patent a specific, novel system that puts it to work. The distinction is the whole game.