Zenaique

Design a medical imaging triage assistant under real compliance constraints

Short answer·Hard·4.0 · 0·~3 min·Asked atBainContextual AiZilliz
Attempt it

A hospital group wants a VLM based assistant that flags likely critical radiology studies so they jump the reading queue. Design it, and be explicit about what regulation, clinical risk, and data protection force you to do differently than in an ordinary AI product.

Free · 2 AI evals / day
TL;DR

Scope the claim as triage so the radiologist remains the diagnostician, clear it as a medical device, tune for sensitivity on critical findings, validate across subgroups, and treat PHI and post-market monitoring as

Memory aid
Sign in to see the mnemonic that makes this stick.
Easy to grasp

Imagine an air traffic controller's screen with hundreds of planes. A helper draws a red ring around the ones that look like they might be in trouble so the controller looks at those first. The helper never decides what is wrong with a plane and never tells one to land somewhere else. It only changes the order in which the controller looks. That is the difference between a triage assistant and a diagnostic system: the assistant changes attention, not action. A hospital VLM that flags scans for the radiologist works the same way. It speeds up urgent work without ever replacing the human reader, and the rules around it exist because the cost of a missed urgent case is somebody's life.

Concept explanation~2 min read

Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.

Medical imaging is the highest-stakes multimodal AI domain that ships in 2026, and the design playbook differs from ordinary AI products on almost every axis. The product claim determines the regulatory pathway. The failure mode is asymmetric in a way ordinary ML metrics do not capture. The data is PHI from the first byte. And the product does not stop when it ships, because post-market surveillance is a legal obligation.

This deep dive treats the question as a real device design exercise, not a generic AI safety conversation. The structure follows the order a regulatory-aware engineering team would actually use: claim and class first, then clinical operating point, then workflow, then data handling, then post-market.

Claim first, because the claim is the class

FDA and equivalent regulators (EMA in Europe, PMDA in Japan, NMPA in China) classify medical software by the claim it makes, not by the underlying algorithm. Software that diagnoses a condition sits in Class II or Class III with a corresponding clinical evidence burden. Software that prioritizes a worklist for clinician review sits in the lighter Computer-Aided Triage and Notification (CADt) class, with a more focused 510(k) pathway.

The two product categories can do almost identical model inference under the hood. What differs is the indication for use, the labeling, and the human-in-the-loop structure. CADt requires that the clinician make the final read and that the model's output be additive (it can move studies up the queue but not down). Diagnostic software does not require these structural constraints but pays for that freedom with a much larger evidence package.

The practical implication: scope the claim deliberately. If the business need is satisfied by getting urgent studies in front of a radiologist faster, claim triage. If the business need really is autonomous diagnosis, commit to the longer pathway and the larger trial. Trying to write a claim that lives in between, where the model influences action without a radiologist final read, is the regulatory danger zone.

In the EU, MDR follows similar logic with the risk-class system. The specific terminology differs but the structural insight, that the claim determines the burden, is universal. Building a medical AI product without regulatory counsel involved from the start is the most common founder mistake in this space.

Operating point: sensitivity is safety
Additive workflow, PHI handling, change control
Post-market surveillance is the product
Production realities and 2026 model lineup
Sign in to unlock the full deep dive.

Situations where this technique stops working.

Sign in to see when this approach fails.

2–4 min · Everything important, quickly.

Sign in to see the quick scan of the deep dive.

Real products, models, and research that use this idea.

  • Aidoc and Viz.ai both ship FDA-cleared triage and notification products that fit the CADt class, with claims explicitly scoped to flagging studies for prioritization rather than diagnosing
  • RapidAI's stroke triage software notifies stroke teams about large vessel occlusion candidates, sitting in the same CADt class with documented post-market surveillance
Sign in to see more production examples.

What an interviewer would ask next. Try answering before peeking at the approach.

QHow would you design the model-update cadence under change control without becoming uncompetitive?
A

Use the FDA's Predetermined Change Control Plan (PCCP) pathway to pre-authorize the kinds of updates you expect, like retraining on new scanner data or threshold recalibration within a documented envelope. Updates inside the envelope go through internal validation and notification; updates outside require a new submission. The PCCP is how modern ML medical devices stay current without monthly resubmissions.

1 more follow-up an interviewer would ask next. Sign in to reveal them.

Red flags & common mistakes

The phrases that signal junior thinking. Click to expand.

Most common mistake

Designing a beautiful diagnostic UI that competes with the radiologist's read, then discovering you have built a Class II or Class III diagnostic device with a multi-year regulatory pathway you cannot afford.

Sign in to see all red flags and common mistakes.

60 second bullets to scan on the way to the call.

  • Why the regulatory claim is the most consequential design decision

  • How the FDA CADt class differs from Class II diagnostic device pathways

Sign in to unlock the revision sheet.

Primary sources. Browse if you want the original framing.

Similar questions

Same topic, related formats. Practice these next.

4 curated
Next question
Which factor most directly…
MCQ·Medium