← Back to blog
AI in Healthcare·July 12, 2026·7 min read

Where AI Actually Works in Healthcare: Scribes, Imaging Triage, and Drug Discovery

From ambient documentation that saves physicians hours a day to an FDA-authorized system that diagnoses diabetic retinopathy with no doctor in the loop, AI has real footholds in healthcare — and the Epic sepsis model shows exactly where those footholds end.

A physician at a Kaiser Permanente clinic finishes a patient visit, closes the laptop, and walks to the next room without typing a single note. An ambient AI system listened to the conversation, drafted a structured clinical note, and routed it for review before the physician even sat down again. This isn't a pilot in a research paper — it's Abridge, Nuance's DAX Copilot, or Ambience Healthcare running in production at health systems including Kaiser Permanente, UChicago Medicine, Emory Healthcare, and UCSF, among others.

That's the least controversial AI deployment in healthcare, and it's worth starting there because it clarifies what "AI in healthcare" actually means in 2026. It isn't a single technology sweeping across medicine. It's a handful of narrow, well-scoped applications — each with a different regulatory posture, a different failure mode, and a different answer to the question "what happens when it's wrong." Understanding healthcare AI means understanding those four areas separately, not averaging them into a single "AI is transforming medicine" narrative.

Ambient clinical documentation: the easy win

Documentation burden is the most-cited driver of physician burnout, and it's the application where AI has the cleanest value proposition: reduce keystrokes, not reduce clinical judgment. Nuance's Dragon Ambient eXperience (DAX Copilot, built on Microsoft's Azure OpenAI stack after Microsoft's 2021 acquisition of Nuance) listens to a patient encounter and drafts a structured note — chief complaint, history of present illness, assessment, plan — in the format the health system's EHR expects. Abridge and Ambience Healthcare compete in the same space with similar architectures: speech-to-text, then an LLM pass that maps the transcript onto a clinical note template, then physician review and sign-off before the note enters the chart.

The reason this is the least risky healthcare AI application isn't that the models are more accurate than elsewhere — it's that the human is still the final author. A hallucinated detail in a draft note gets caught (in theory) during physician review, the same way a medical scribe's error would. The AI isn't making a diagnosis or ordering a treatment; it's compressing a task that used to take a physician 15-20 minutes of after-hours "pajama time" charting into a two-minute review. Early published results from deployments — self-reported by health systems, worth reading with that caveat — describe meaningful reductions in time spent in the EHR outside clinic hours.

The limitation is boring but real: nobody has fully solved reimbursement. There's no dedicated CMS billing code for ambient documentation software itself, so health systems fund it as an efficiency and retention investment rather than a revenue line, which makes ROI harder to prove to a CFO than a device that generates billable studies. And review fatigue is a real risk — if physicians start rubber-stamping AI-drafted notes without reading them closely, the same hallucination risk that exists in any LLM output moves from "draft" to "legal medical record" undetected.

Diagnostic imaging: mostly triage, rarely autonomous

The FDA's list of AI/ML-enabled medical devices has grown into the hundreds over the past several years, and the overwhelming majority are radiology and cardiology tools cleared through the 510(k) pathway — meaning they're judged "substantially equivalent" to an existing device, not independently proven safe and effective from scratch the way a new drug is. Viz.ai's stroke-detection software analyzes CT scans for large-vessel occlusions and pages a specialist directly, shrinking the time between scan and treatment decision. Aidoc does similar triage flagging across intracranial hemorrhage, pulmonary embolism, and other time-sensitive findings. In both cases, the AI's job is narrow: look at an image, flag it as urgent or not, and get it in front of a human faster. The radiologist still makes the diagnosis.

The more interesting regulatory case is IDx-DR (now marketed as LumineticsCore by Digital Diagnostics), which the FDA authorized in 2018 as the first AI system permitted to provide a diagnostic output — screening for diabetic retinopathy from retinal images — without a clinician interpreting the image at all. A technician captures the images, the software gives a direct "refer" or "no referral needed" result, and no ophthalmologist reviews it before the patient gets the result. This is still the exception, not the rule: diabetic retinopathy screening is a narrow, binary, well-defined task with a clear ground truth, which is exactly the profile of problem where autonomous AI diagnosis clears FDA's bar. Most of medicine doesn't look like that.

The honest limitation across imaging AI is generalization. A model trained and validated on one hospital system's scanner hardware, patient population, and imaging protocols can degrade meaningfully when deployed at a different site with different equipment — a well-documented failure mode in medical imaging AI research generally, and part of why the FDA increasingly asks manufacturers for multi-site validation data rather than single-institution results.

Drug discovery: real trials, still slow trials

AI's clearest win in pharma isn't shortening clinical trials — trials still take years regardless of how a molecule was designed — it's compressing the target identification and lead optimization phases that precede them. Insilico Medicine used its generative AI platform to identify a novel target and design a small-molecule drug candidate, rentosertib (INS018_055), for idiopathic pulmonary fibrosis, which it took from target discovery to Phase II trials in a fraction of the time a traditional discovery program typically requires — widely cited as one of the first AI-originated drug candidates to reach that stage. Isomorphic Labs, DeepMind's drug-discovery spinout built on AlphaFold-derived protein-structure prediction, signed multi-target collaboration deals with Eli Lilly and Novartis in 2024 worth billions in potential milestone payments, betting that better structural prediction translates into better hit rates in the discovery phase.

What AI hasn't changed is the part of drug development that actually eats the time and money: Phase II and Phase III trials, which are gated by patient recruitment, dosing safety, and statistical endpoints that no amount of computation shortcuts. A molecule can be designed in months instead of years and still fail in a Phase II trial for the same reasons any drug candidate fails — insufficient efficacy, unacceptable side effects, or a biology hypothesis that doesn't hold up in humans. AI compresses the front of the funnel; the industry-wide attrition rate through clinical trials hasn't been demonstrated to improve at anywhere near the same pace, and it's the honest caveat every serious voice in this space includes.

Clinical decision support: the cautionary tale

The area with the least maturity, and the most useful failure case, is predictive clinical decision support — models that flag which patients are at risk of a condition like sepsis before it's clinically obvious. Epic's widely deployed sepsis prediction model was the subject of an external validation study (published in JAMA Internal Medicine in 2021, led by researchers at the University of Michigan) that found its real-world performance was substantially worse than Epic's internal reporting had suggested — poor sensitivity for actually predicting sepsis onset, combined with a high volume of alerts, contributing to alert fatigue among clinicians who began ignoring the tool. It's one of the most-cited examples in health-AI literature specifically because it happened at scale, in production, at real hospitals, rather than in a benchmark paper.

The underlying lesson generalizes: a model validated on the data and population where it was built doesn't automatically perform the same way when deployed against a different hospital's patient mix, documentation habits, and workflow. Sepsis prediction, unlike diabetic retinopathy screening, doesn't have a single clean input and a binary ground truth — it depends on messy, inconsistently coded EHR data, which is exactly the kind of problem where a model's headline accuracy number and its real-world clinical utility can diverge sharply.

How the four areas compare

ApplicationMaturityHuman in the loop?Primary failure mode
Ambient documentation (DAX Copilot, Abridge, Ambience)Deployed at scaleYes — physician reviews and signs offHallucinated note detail slips past review
Imaging triage (Viz.ai, Aidoc)Deployed, FDA-cleared (510(k))Yes — radiologist makes final callPoor generalization across scanners/sites
Autonomous imaging diagnosis (LumineticsCore/IDx-DR)Narrow, FDA-authorizedNo, for the specific screening taskOnly works for narrowly-scoped, binary tasks
Drug discovery (Insilico, Isomorphic Labs)Early clinical-stage validationYes — trials still run on humansSpeeds discovery, not trial attrition rates
Predictive decision support (sepsis models)Deployed but contestedYes, in theoryReal-world accuracy often below reported benchmarks; alert fatigue

The pattern underneath

The applications that have earned real trust — ambient scribing, imaging triage, narrowly-scoped autonomous screening — share a structural feature: the cost of a wrong output is bounded and recoverable, either because a human reviews it before it matters (documentation, triage) or because the task itself is narrow enough that the FDA could validate it tightly (diabetic retinopathy screening). The application that's struggled — sepsis prediction — is exactly the one where the input data is messiest and the ground truth is fuzziest.

That's the filter worth applying to any healthcare AI claim: not "is the model accurate," but "is the task narrow enough, and is a human positioned to catch the model when it's wrong." Where both are true, AI in healthcare is already working, quietly, in production. Where either isn't, the Epic sepsis model is the reminder of what happens when a benchmark number gets deployed ahead of real-world validation.

#ai-in-healthcare#clinical-ai#ambient-scribes#medical-imaging-ai#drug-discovery-ai#healthcare-regulation