Cover image

Diagnosis, But Make It Iterative: When AI Learns Like a Doctor

Diagnosis begins with a small nuisance: the patient does not arrive as a completed spreadsheet. They arrive with pain, fragments, missing context, contradictory clues, and a clock running somewhere in the background. A doctor does not usually receive the full record, press “classify,” and return a disease label. The doctor asks for a physical exam, orders labs, checks imaging, updates the differential, and decides whether the next test is useful or merely expensive decoration. ...

March 13, 2026 · 17 min · Zelina
Cover image

When the Brain Refuses to Tick: Continuous-Time AI for Seizure Forecasting

The brain is not a metronome A hospital monitor has a clock. A machine-learning pipeline has windows. A spreadsheet has rows. The brain, inconveniently, has none of these manners. Electroencephalography, or EEG, records electrical activity as a continuous stream across multiple scalp channels. Clinical AI systems then often chop that stream into fixed segments, transform each segment into features, and ask a classifier a familiar question: seizure or not seizure, abnormal or normal, risk or no risk. ...

February 27, 2026 · 16 min · Zelina
Cover image

Heartbeat in Stereo: Why ECG AI Needs Both Contrast and Context

ECG models have a deceptively simple job: read a heartbeat and infer what might be wrong. The real problem is that a heartbeat is not a single line of data. A standard 12-lead ECG is a coordinated view of cardiac electrical activity from multiple spatial angles. Meanwhile, the associated clinical report is not a clean label. It is a human-written summary: useful, compressed, inconsistent, and occasionally full of stylistic residue. Medicine, regrettably, still contains humans. ...

February 25, 2026 · 14 min · Zelina
Cover image

Mind the Gap: When Clinical LLMs Learn from Their Own Mistakes

Mistakes are usually treated as waste. In clinical AI, they are treated even more nervously: logged, redacted, escalated, converted into a slide deck, and then politely buried under the next benchmark table. Understandable. Nobody wants a medical agent whose product roadmap reads like “learning through patient-adjacent embarrassment.” But the paper Closing Reasoning Gaps in Clinical Agents with Differential Reasoning Learning makes a useful move: it treats mistakes not as isolated failures, but as a structured raw material for improving future reasoning.1 The core idea is not that a clinical LLM should “reflect” harder, nor that we should throw more guidelines into the prompt until the context window starts whimpering. The idea is more surgical: compare the model’s reasoning with a better reference reasoning trace, locate the precise gap, convert that gap into a reusable instruction, and retrieve that instruction when a similar case appears later. ...

February 11, 2026 · 17 min · Zelina
Cover image

When 100% Sensitivity Isn’t Safety: How LLMs Fail in Real Clinical Work

Clinic. That is where the comforting AI story starts to wobble. In a benchmark, a clinical model receives a clean question, enough context, and a scoring rule that usually rewards the right answer. In a clinic, the same model sees an elderly patient with multiple conditions, incomplete records, medication changes from years ago, possible specialist involvement, ambiguous prescribing history, and a problem that may not require action at all. The model is not merely being asked, “Can you spot a risk?” It is being asked, “Do you understand whether this risk is real, current, important, and safely actionable?” ...

December 25, 2025 · 20 min · Zelina
Cover image

When 1B Beats 200B: DeepSeek’s Quiet Coup in Clinical AI

Chest X-rays are not a glamorous AI benchmark. They are routine, repetitive, and brutally operational. A hospital does not need a model that can write poetry about radiology. It needs reports that are accurate enough, fast enough, structured enough, and cheap enough to run inside an actual clinical workflow without turning the IT department into a cloud-billing support group. ...

December 24, 2025 · 15 min · Zelina
Cover image

When Bigger Isn’t Smarter: Stress‑Testing LLMs in the ICU

A hospital does not buy “intelligence.” It buys a workflow. That distinction sounds obvious until an AI vendor arrives with a model that has billions of parameters, a clinical pretraining story, and the gentle implication that smaller models are now museum pieces. In the ICU, however, the useful question is not whether the model can talk like a doctor. It is whether it can detect tomorrow’s clinical deterioration from messy notes better than simpler systems that cost less, run faster, and attract fewer infrastructure headaches. ...

December 24, 2025 · 12 min · Zelina
Cover image

When Benchmarks Rot: Why Static ‘Gold Labels’ Are a Clinical Liability

Clinical AI has a paperwork problem. Not the usual paperwork problem, where doctors drown in documentation and everyone promises that software will save them. The more interesting problem sits one layer below: the paperwork used to judge the software may itself be wrong. That is the uncomfortable center of Scalable Stewardship of an LLM-Assisted Clinical Benchmark with Physician Oversight, a paper that audits MedCalc-Bench, a benchmark for testing whether language models can compute medical risk scores from patient narratives.1 The paper’s target is not a toy dataset. MedCalc-Bench covers 55 medical calculators and includes 10,053 training instances plus 1,047 test instances. Its labels were produced through an LLM-assisted pipeline: GPT-3.5 matched patient contexts to calculator questions, GPT-4 extracted clinical features, and Python scripts aggregated those features into final scores. ...

December 23, 2025 · 15 min · Zelina
Cover image

Painkillers with Foresight: Teaching Machines to Anticipate Cancer Pain

A patient says the pain is manageable. The medication chart looks stable. The latest score is not alarming. Then, sometime before the next formal reassessment, the pain breaks through. That is the operational problem behind Zhuang et al.’s study on predicting lung-cancer pain episodes with a hybrid machine-learning and large-language-model pipeline.1 The paper is not really about whether “AI can predict pain,” a sentence that sounds impressive until one remembers that dashboards have been predicting things since before consultants discovered the word “agentic.” The more interesting question is narrower and more useful: when should a hospital trust structured data, and when should it ask a language model to read the messy clinical story around the data? ...

December 19, 2025 · 15 min · Zelina
Cover image

Mutation Impossible? How Multimodal Agents Are Rewriting Glioma Diagnostics

Report First, Diagnosis Second A medical report usually arrives after the diagnostic work is done. It explains, records, justifies, and sometimes politely hides how messy the evidence really was. This paper asks a more interesting question: what if the report itself becomes a predictive object? In Multimodal Oncology Agent for IDH1 Mutation Prediction in Low-Grade Glioma, Hafsa Akebli and colleagues build a Multimodal Oncology Agent, or MOA, for predicting IDH1 mutation status in low-grade glioma using TCGA-LGG data, whole-slide histology, structured clinical variables, genomic context, and external biomedical knowledge sources.1 The immediate headline is easy enough: the full multimodal setup reaches the best reported performance, with an F1-score of 0.912. ...

December 8, 2025 · 15 min · Zelina