How AI Is Used in Healthcare: From Imaging to Surgery

Artificial intelligence is already embedded across healthcare, from the software that helps radiologists read scans to the voice tools that write up your doctor’s notes after an appointment. The FDA has cleared over 1,400 AI-enabled medical devices, and that number grows every quarter. Here’s where AI is making the most tangible difference right now, and where it still falls short.

Clinical Documentation and Administrative Work

The most immediate, everyday use of AI in healthcare is one patients rarely see: cutting down the hours clinicians spend typing. Doctors in the United States have long spent as much time on documentation as they do with patients. AI-powered “scribes” now listen to the conversation during your appointment, then generate a structured clinical note for the physician to review and sign off on.

The time savings are substantial. The American Medical Association reported that AI scribes save doctors roughly an hour of keyboard time every day. One health system tracked 15,000 hours reclaimed across its physicians. That’s time redirected toward seeing patients, answering messages, or simply going home on time. For patients, the practical effect is a doctor who makes more eye contact during your visit instead of typing into a screen.

Beyond note-taking, AI handles insurance prior authorizations, flags coding errors in billing, and sorts incoming patient messages by urgency. None of this is glamorous, but administrative burden is a leading driver of physician burnout, so reducing it has real downstream effects on care quality.

Medical Imaging and Diagnostics

Radiology accounts for the largest share of FDA-cleared AI devices. These tools analyze X-rays, CT scans, mammograms, and retinal images, often flagging abnormalities before a radiologist reviews the study. In practice, the AI doesn’t replace the radiologist. It acts as a second reader, highlighting areas of concern and prioritizing urgent cases so they get reviewed first.

Dermatology and pathology use similar approaches. AI models trained on millions of labeled images can identify skin lesions suspicious for melanoma or detect cancerous cells on biopsy slides. In ophthalmology, one of the earliest autonomous AI systems cleared by the FDA can screen for diabetic eye disease without a specialist present, making it possible to catch vision-threatening damage during a routine primary care visit.

The common thread is pattern recognition at scale. These systems excel at detecting subtle visual patterns across thousands of images, patterns a human expert would catch but might take longer to find, especially under time pressure or fatigue.

Predicting Complications Before They Happen

Hospitals increasingly use AI models to predict which patients are likely to deteriorate. Sepsis, for example, can progress from mild infection to organ failure within hours. Early-warning algorithms continuously analyze vital signs, lab results, and nursing notes to flag patients whose trajectory looks concerning, sometimes hours before clinical symptoms become obvious.

A similar approach targets hospital readmissions. In one study of over 3,300 adult admissions, researchers built machine learning models to predict which patients would return within 30 days of discharge. The best-performing model correctly identified 82% of patients who were eventually readmitted. Its negative predictive value was 94%, meaning when the model said a patient was low-risk, it was right nearly every time. That kind of screening lets care teams focus follow-up resources (phone calls, home visits, medication reviews) on the patients most likely to need them.

These tools work best as triage aids rather than definitive diagnoses. They’re good at narrowing the field and prompting a closer look, not at replacing clinical judgment about what to do next.

Drug Discovery and Development

Bringing a new drug to market traditionally takes over a decade and costs well over a billion dollars. AI’s biggest demonstrated impact so far is in the earliest stages: identifying promising molecules and optimizing their chemical properties before any lab work begins. What once required months of physical screening can now happen in days through computational simulations. Several AI-designed molecules have reached human clinical trials, a milestone that would have seemed unlikely just five years ago.

The reality check is important, though. A systematic review of AI in pharmaceutical development found that while early-stage discovery timelines shrink dramatically, there’s no robust evidence yet that this computational speed translates into drugs that actually succeed in clinical trials at higher rates. The most expensive part of drug development isn’t finding a candidate molecule. It’s proving that molecule is safe and effective in humans. AI hasn’t meaningfully shortened that phase yet, though it is starting to reduce costs in clinical trial design by identifying better patient populations and optimizing trial protocols.

Robotic Surgery

Surgeon-controlled robotic systems like the da Vinci platform have been in operating rooms for over two decades, but AI is pushing these tools toward greater autonomy. At Johns Hopkins, researchers built a system called SRT-H (Surgical Robot Transformer) that performed a full gallbladder removal on animal tissue without human hands on the controls. The procedure involved 17 sequential tasks: identifying ducts and arteries, grabbing tissue precisely, placing surgical clips, and cutting with scissors. The robot adapted to the anatomy it encountered in real time, made decisions on its own, and corrected itself when things didn’t go as planned.

What makes this system notable is that it’s built on the same type of machine learning architecture behind large language models. It can respond to spoken commands like “grab the gallbladder head” and adjust when a surgeon verbally corrects its positioning. This points toward a future where AI handles the most routine, repetitive parts of a procedure while the surgeon directs strategy and handles the unexpected. Fully autonomous surgery on human patients remains years away from clinical use, but the foundational capability now exists.

Personalized Treatment Planning

AI helps oncologists match cancer patients to therapies by analyzing the genetic profile of a tumor alongside databases of treatment outcomes. Rather than relying solely on the cancer’s location and stage, these tools consider the specific mutations driving a patient’s disease and predict which drugs are most likely to work. The same principle applies in cardiology, where algorithms can estimate your individual risk of a heart attack or stroke more precisely than traditional scoring methods by incorporating dozens of variables from your medical record.

Mental health is another growing area. Natural language processing models can analyze patterns in speech or text that correlate with worsening depression or anxiety, potentially catching a crisis before it escalates. These applications are earlier-stage and less validated than imaging or oncology tools, but they reflect the direction AI is heading: from population-level guidelines toward recommendations tailored to one person’s data.

Bias and Equity Concerns

AI models learn from historical data, and historical healthcare data reflects decades of unequal treatment. A widely cited example involved a risk-prediction algorithm used by major health systems that systematically underestimated how sick Black patients were, because it used healthcare spending as a proxy for illness severity. Since Black patients historically had less spent on their care due to access barriers, the algorithm scored them as healthier than equally sick white patients.

Fixing this isn’t straightforward. Technical approaches include testing whether a model’s accuracy holds when you change a single demographic variable like race or gender (a concept called counterfactual fairness) and adjusting risk scores to correct for known disparities in the training data. But the deeper problem is often structural: missing data from underrepresented populations, variables that serve as proxies for race without being labeled as such, and a lack of diversity in the teams building the tools.

There are currently no specific federal standards in the U.S. governing algorithmic bias in healthcare AI. Several proposed bills, including the Algorithmic Accountability Act, would require companies to audit their algorithms and fix discrimination they find, but none have become law. The National Institute of Standards and Technology is developing voluntary frameworks for trustworthy AI, and the Agency for Healthcare Research and Quality has flagged clinical algorithms with potential for racial bias as a priority area. For now, oversight depends largely on individual health systems choosing to audit the tools they deploy.