A model passes every test your engineering team wrote for it. Sensitivity is high, specificity holds across the validation set, the confusion matrix looks clean. The team calls it validated. Then the regulatory submission stalls — because validation and clearance were never the same question. This is the single most common misunderstanding we see when an AI model built for diagnostic or clinical use moves from a research environment toward a regulated market. Engineers treat “the model works” and “the device is cleared” as two points on the same line. They are not on the same line at all. One is an engineering claim about whether the software does what its specification says. The other is a regulatory determination about whether the device, as a whole, is safe and effective for a declared clinical purpose in the hands of its intended users. You can satisfy the first completely and still be nowhere near the second. Getting this wrong is expensive in a specific way. Teams plan timelines and budgets around the moment the model hits its accuracy target, then discover that the work which actually gates market entry — defining intended use, assembling clinical evidence, demonstrating risk control — barely started. The schedule slips by quarters, not weeks. Two Questions That Look Like One Engineering validation answers: does this software perform as specified, reliably, under the conditions it was designed for? That is a closed, testable question. You write acceptance criteria, you run the model against held-out data, you document the result. When it passes, you have evidence that the artifact behaves the way the artifact was supposed to behave. Regulatory clearance answers something broader and messier: is this device safe and effective for its stated intended use, and have you demonstrated that to the standard a regulator requires? The unit under review is not the model weights. It is the device — the software, its labeling, its intended user, its operating environment, the claims you make about what it does clinically, and the risk-management file showing you understood how it can fail and what happens to a patient when it does. The gap between these two questions is where projects stall. A model can be flawlessly validated against a benchmark and still fail to support a clearance, because the benchmark never represented the population, the workflow, or the failure consequences that the regulator cares about. We see this pattern regularly: strong internal metrics, no defensible link between those metrics and a clinical claim. Why “The Model Works” Is the Wrong Finish Line The phrase “the model works” smuggles in an assumption — that performance on a dataset is the thing being certified. It isn’t. Three structural reasons explain why a fully validated model is still pre-regulatory. First, intended use defines everything downstream, and it is a regulatory statement, not an engineering one. A model that detects a finding on a chest radiograph is a different device depending on whether its intended use is “to assist a radiologist by flagging suspicious regions” or “to provide a definitive diagnosis without physician review.” Same weights, same accuracy, radically different evidence burden and risk class. The intended-use statement is written before the evidence is assembled, and it determines which regulatory pathway, which clinical-evidence depth, and which controls apply. Engineering validation is silent on this entirely. Second, clinical evidence is not the same as model accuracy. A regulator asks whether the device improves or maintains clinical outcomes in real use — not whether the AUC is high. That requires evidence about generalization across sites, scanners, demographics, and acquisition protocols, plus evidence about how clinicians interact with the output. A model validated on data from three hospitals using one vendor’s scanner has demonstrated something narrow. The clinical claim it supports is correspondingly narrow, and the regulator will hold you to it. This is the territory where a clinical-grade medical imaging AI validation engagement does its real work — establishing that performance holds where it has to hold. Third, risk management is a parallel discipline, not a downstream checkbox. Standards like ISO 14971 expect you to identify hazards, estimate risk, and demonstrate control — and for AI, that includes failure modes engineering teams often do not flag: silent degradation on out-of-distribution input, automation bias in the clinician reading the output, drift as scanners and protocols change. None of these show up in a confusion matrix. All of them belong in the file that determines clearance. A Decision Rubric: Which Question Are You Actually Answering? When a stakeholder says a model is “ready,” the useful move is to ask which of these statements they can actually defend. The table separates the engineering claim from the regulatory one so a team can locate where they really are. Dimension Engineering validation establishes Regulatory clearance requires Unit under review The model / software artifact The device: software + labeling + intended use + user + environment Core question Does it perform as specified? Is it safe and effective for its intended use? Performance evidence Metrics on held-out / benchmark data Clinical evidence linked to a declared clinical claim Generalization Often single- or few-site Demonstrated across the intended-use population and conditions Failure handling Error analysis on the test set Risk management file (hazards, controls, residual risk) per ISO 14971 Intended use Implicit or unstated Explicit, written, and the anchor for the whole submission Human factors Rarely in scope In scope: how the intended user interacts with the output Who decides “done” The engineering team The regulator, against a named pathway If a team can fill the left column and not the right, they have a validated model and a pre-regulatory device. That is a normal and fine place to be — provided everyone names it correctly and plans the remaining work, rather than assuming it is nearly finished. How Does Validation Feed Into Clearance Without Being Mistaken For It? The two are not opposed — engineering validation is necessary, just not sufficient. The clean mental model is layered. Validation produces evidence about the artifact. That evidence becomes one input into the clinical-evidence and risk-management work that supports a regulatory claim. The mistake is treating the input as the output. In practice the order matters. The intended-use statement should be drafted early, because it sets the target the validation has to hit. A model validated before anyone wrote down the intended use frequently validates the wrong thing — strong on a population or task that does not match the eventual claim. We have seen teams re-run validation late in a program because the evidence they had, while technically sound, did not map to the clinical claim they ultimately needed to make. That rework is observed across our regulated-AI engagements, not a benchmarked figure, but it is consistent enough to plan around. The same logic governs how AI software is classified before any of this begins. Whether a system is even treated as a medical device — and at what risk class — flows from its intended use and the consequence of its output. For the manufacturing and GxP-software side of this question, how to classify and validate AI/ML software under GAMP 5 covers the parallel framework; the principle is the same: classification precedes validation, and intended use drives classification. Where Imaging AI Makes the Gap Concrete Diagnostic imaging is where the validation-clearance gap bites hardest, because the model output looks authoritative and the clinical consequence of error is direct. A computer-aided detection or diagnosis tool can score beautifully on a curated set and still raise every regulatory question above: what is its intended use relative to the physician, what population does the evidence cover, how does the radiologist’s reading change when the tool is present, what happens when it is silently wrong. For the FDA-specific treatment of exactly where engineering validation stops and the regulatory burden begins for imaging AI, FDA medical device regulation for imaging AI walks the boundary in detail. And for the upstream design question — how the diagnostic software itself works and where validation decides whether it holds clinically — how computer-aided diagnosis software works is the companion piece. Both sit inside the broader life sciences AI engineering work we do; the regulation does not change the engineering, but it changes what counts as finished. Three Claims Worth Carrying Out of This Stated plainly, because they are the part a team most often gets backwards: Engineering validation certifies that a model performs as specified; it does not certify that a device is safe and effective for an intended use. These are distinct determinations with distinct evidence. (observed pattern across regulated-AI engagements) The intended-use statement, not model accuracy, is the anchor of a regulatory submission — it determines pathway, evidence depth, and risk class before any validation is run. Risk management under standards like ISO 14971 is a parallel discipline covering failure modes — out-of-distribution degradation, automation bias, drift — that never appear in a model’s accuracy metrics. FAQ Is a validated AI model the same as a cleared medical device? No. Validation establishes that the software performs as specified against its acceptance criteria. Clearance is a regulatory determination that the device — software plus labeling, intended use, intended user, and operating environment — is safe and effective for its declared clinical purpose. A model can be fully validated and still be far from cleared, because clearance asks a broader question that validation never touches. What determines which regulatory pathway and evidence burden an AI device faces? The intended-use statement. The same model weights become a different device — with a different risk class and evidence depth — depending on whether the intended use is to assist a clinician or to provide a definitive diagnosis. Intended use is written before evidence is assembled and drives classification, pathway, and the applicable controls. Why isn’t high model accuracy enough for regulatory clearance? Because a regulator evaluates clinical evidence linked to a declared claim, not benchmark metrics. That means demonstrating generalization across sites, scanners, demographics, and acquisition protocols, plus how clinicians interact with the output. A model validated on a few sites supports only a narrow clinical claim, and the regulator holds you to that scope. Where does risk management fit relative to validation? It runs in parallel, not afterward. Standards like ISO 14971 require identifying hazards, estimating risk, and demonstrating control — including AI-specific failure modes such as silent degradation on out-of-distribution input, automation bias, and drift. None of these appear in a confusion matrix, yet all of them factor into clearance. Getting that sequencing right is the spine of the medical-imaging and life-sciences AI validation work we take on. The harder question, once a team accepts the gap, is sequencing: write the intended-use statement early enough that validation aims at the right target, or pay for the rework when the evidence you built does not map to the claim you need.