← Latest papers
🤖 AI

A global log for medical AI

This paper introduces MedLog, a standardized event-level logging protocol designed to record interactions, inputs, outputs, and outcomes of medical AI systems across diverse global deployments, thereby enabling continuous monitoring, auditing, and performance improvement while accommodating low-resource settings through risk-based sampling and efficient data management.

Original authors: Ayush Noori, Aaron E. Boussina, Hai Ho Bich, James Anibal, Julia Maslinski, Manuel Burger, Martin Faltys, Adam Rodman, Alan Karthikesalingam, Alessandro Blasimme, Annelia Itwaru, Ben Kaplan, Bilal A.
Published 2026-06-24
📖 6 min read🧠 Deep dive

Original authors: Ayush Noori, Aaron E. Boussina, Hai Ho Bich, James Anibal, Julia Maslinski, Manuel Burger, Martin Faltys, Adam Rodman, Alan Karthikesalingam, Alessandro Blasimme, Annelia Itwaru, Ben Kaplan, Bilal A. Mateen, Christopher A. Longhurst, Daniel Yang, Dave deBronkart, Effy Vayena, Fedor Sergeev, Gauden Galea, Ha Thi Hai Duong, Harold F. Wolf III, Jacob Waxman, Joerg C. Schefold, Joshua C. Mandel, Juliana Rotich, Kenneth D. Mandl, Lily Poursoltan, Maryam Mustafa, Melissa Miles, Nigam H. Shah, Noa Dagan, Pavan Bodanki, Peter Lee, Philipp Koralus, Prathamesh Parchure, Prem Timsina, Ran D. Balicer, Robert Korom, Scott Mahoney, Seth Hain, Tien Yin Wong, Trevor Mundel, Vivek Natarajan, Ankit Sakhuja, Benjamin Glicksberg, C. Louise Thwaites, Gunnar Rätsch, Karandeep Singh, David A. Clifton, Isaac S. Kohane, Marinka Zitnik

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are driving a brand new, self-driving car. You know how the car was built, what kind of fuel it uses, and how it performed in the test track. But once you take it out on the real highway, in the rain, with traffic jams and construction, do you know exactly how it's reacting? Do you know if it gets confused when it sees a specific type of pothole? Do you know if the driver suddenly takes the wheel because the car hesitated?

Currently, when hospitals start using Artificial Intelligence (AI) to help doctors, they are like that self-driving car on the highway without a "black box" flight recorder. They know the AI exists, but they don't have a standard way to record every single time the AI makes a guess, what data it saw, what it said, and what happened next.

This paper introduces MedLog, which is essentially a universal "flight recorder" or "logbook" for medical AI.

The Problem: The "Silent" AI

Right now, when an AI tool is used in a hospital, it often leaves no trace of its daily work.

  • The Analogy: Think of a chef cooking a complex meal. If they don't write down exactly which ingredients they used, how much salt they added, or if the customer sent the dish back, they can never learn from their mistakes or improve the recipe.
  • The Reality: Without these records, hospitals can't tell if an AI is working well, if it's making mistakes only in certain situations (like during a storm), or if it's treating different groups of patients unfairly.

The Solution: MedLog

The authors created a standard protocol called MedLog. It's like a structured form that gets filled out every time an AI interacts with a human, another computer, or a workflow.

Every time the AI "thinks" or acts, MedLog writes down nine specific things:

  1. Header: Who, when, and where did this happen?
  2. Model: Which version of the AI is this? (Like noting the car's software version).
  3. User: Who asked the AI for help? (A doctor, a nurse, or another computer program).
  4. Target: Who is this about? (A specific patient or a specific insurance claim).
  5. Inputs: What information did the AI see? (Lab results, notes, images).
  6. Internal Artifacts: The AI's "thought process" or intermediate steps (like its confidence level or reasoning).
  7. Outputs: What did the AI actually say or recommend?
  8. Outcomes: What happened next? (Did the doctor follow the advice? Did the patient get better?).
  9. Feedback: Did the human user say "Good job" or "That was wrong"?

Real-World Tests: Putting MedLog to Work

The team didn't just write the rules; they tested MedLog in four very different hospitals around the world to see what it could reveal.

1. The ICU in Switzerland (The "False Reassurance" Trap)

  • The Setup: An AI named "BEACON" watches patients in the Intensive Care Unit (ICU) to predict if they will go into shock.
  • The Discovery: The AI was great at predicting shock, but it had a hidden flaw. If a patient hadn't had a blood test in a while, the AI assumed everything was fine and lowered its alarm. In reality, the patient was just "stale" on data, not healthy.
  • The MedLog Role: Without MedLog, the doctors would have just seen "low risk" and felt safe. MedLog recorded the timing of the blood tests, revealing that the AI was being tricked by missing data. The hospital fixed this by telling the AI to stay quiet for the first hour after a patient arrives.

2. Tetanus Monitoring in Vietnam (The "Night Shift" Bias)

  • The Setup: A wearable device monitors patients with tetanus to predict if they are getting worse.
  • The Discovery: The AI was much more confident and accurate at night than during the day.
  • The MedLog Role: MedLog showed that during the day, nurses were moving patients, giving meds, and checking vitals, which created "noise" that confused the AI. At night, the patients were still, making the AI's job easier. This taught the team that the AI's confidence depends on when it is used.

3. Sepsis Reporting in California (The "Confused Robot")

  • The Setup: A large language model (like a smart chatbot) was used to fill out complex government forms about sepsis (a severe infection).
  • The Discovery: The AI was very consistent when reading simple facts (like "Is the patient pregnant?"). But when it had to read messy doctor's notes to figure out if a patient had a severe infection, it sometimes gave different answers to the same question.
  • The MedLog Role: By logging every single attempt the AI made, the team could see exactly where the AI got confused and how often it disagreed with itself, helping them know where to trust the robot and where to double-check.

4. Appointment Scheduling in New York (The "Weather Effect")

  • The Setup: An AI predicts if patients will show up for their doctor's appointments.
  • The Discovery: The AI was calibrated for normal days. But when a severe storm hit, the AI failed. It didn't predict that people would stay home because of the weather.
  • The MedLog Role: MedLog linked the AI's predictions to weather data. It showed that during storms, the AI's accuracy dropped significantly. This proved that the AI needed to be retrained to understand that "bad weather" changes human behavior.

Why This Matters

The paper argues that MedLog is the missing link between "building" AI and "using" AI safely.

  • It's not just a log: It's a way to catch mistakes that only happen in the real world, not in the lab.
  • It's flexible: It can be used in high-tech hospitals with expensive computers, or in low-resource settings with just a tablet and intermittent internet.
  • It protects patients: By recording everything, we can spot bias (like the AI working worse for women or older people), catch failures early, and make sure the AI is actually helping rather than just guessing.

In short, MedLog turns the "black box" of medical AI into a transparent, observable process, allowing doctors and hospitals to learn from every interaction and keep patients safe.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →