Cover image

When AI Meets the Delivery Room: Designing Safe LLM Chatbots for Maternal Health

A patient does not usually send a neatly structured medical case report. She sends a short message. “Baby moving less today.” “Severe headache and blurred vision.” “What foods increase iron?” To a normal chatbot, these are three user queries. To a maternal-health system, they are three different operating modes. One can be answered with general education. One may require urgent escalation. One may be harmless—or not—depending on pregnancy stage, timing, severity, and missing context. This is where the usual AI product fantasy quietly breaks down: the hardest part is not producing a fluent answer. The hardest part is deciding whether the system should answer at all. ...

March 16, 2026 · 17 min · Zelina
Cover image

From Hallucination to Verification: Why AI Needs a Pharmacist’s Mindset

Prescription checks are a good way to humble AI. Not because the language is impossible. Drug labels, clinical notes, dosage instructions, contraindications, and interaction warnings are all text-heavy. LLMs are good at text. That part is not the problem. The problem is that prescription verification is not a writing task. It is a safety task disguised as a reading task. A pharmacist is not merely asking, “Does this paragraph sound medically reasonable?” The real question is narrower and harsher: given this patient, this drug, this dose, this route, this timing, this interaction profile, and this missing or available clinical data, is there a specific safety issue that must be raised? ...

March 13, 2026 · 17 min · Zelina
Cover image

Silver Bots: When Agentic AI Becomes the Caregiver

Medication is simple until someone forgets it twice, sleeps badly, skips breakfast, and says they feel “fine.” That is the real texture of elderly care. It is not one clean signal. It is a slow accumulation of weak signals: changed gait, missed pills, restless sleep, lower appetite, vague pain, repeated questions, a daughter who cannot visit this week, a nurse covering too many rooms, a home that is technically “smart” but not exactly wise. ...

March 7, 2026 · 15 min · Zelina
Cover image

Brains, Bias & Benchmarks: Why Multimodal AI Still Struggles with Tumor Truth

MRI is a useful reality check for multimodal AI. It looks like an image problem, behaves like a reasoning problem, and punishes lazy confidence with the quiet brutality of clinical ambiguity. That is why MM-NeuroOnco is more interesting than another “new benchmark” headline.1 The paper introduces a multimodal instruction dataset and benchmark for MRI-based brain tumor diagnosis, but the dataset size is not the main story. Yes, the authors curate a 73,226-image pool, build 24,726 semantically attributed samples, generate more than 200,000 VQA pairs, and construct a 1,000-image benchmark with more than 3,000 questions. Fine. The spreadsheet is muscular. ...

March 1, 2026 · 18 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

When RAG Needs Provenance, Not Just Recall: Traceable Answers Across Fragmented Knowledge

RAG has a public-relations problem. It promises grounded answers, then quietly assumes that “grounded” means “retrieved from somewhere nearby.” That assumption is convenient. It is also the kind of convenience that creates compliance incidents, medical confusion, and internal knowledge assistants that cite the wrong document with absolute confidence. A retrieval-augmented system can answer from evidence and still choose the wrong evidence. It can cite something real and still fail provenance. ...

February 7, 2026 · 11 min · Zelina
Cover image

Grading the Doctor: How Health-SCORE Scales Judgment in Medical AI

Checklist is a boring word. That is why it is useful. In healthcare AI, the glamorous question is whether a model can “reason like a doctor.” The operational question is uglier: did it invent a lab value, miss an emergency referral, overstate certainty, ignore the requested format, recommend unsafe antibiotics, or fail to ask for missing context? ...

February 2, 2026 · 15 min · Zelina
Cover image

The Patient Is Not a Moving Document: Why Clinical AI Needs World Models

A patient chart looks like a document because hospitals make it look that way. There are notes, medication lists, lab panels, procedure codes, imaging references, adverse events, survival outcomes, and enough timestamps to make a database administrator feel briefly useful. So it is tempting to treat the electronic health record as a very long piece of text: serialize the events, train a model to predict the next token, extract an embedding, and hope that clinical meaning emerges somewhere inside the transformer fog. ...

January 30, 2026 · 14 min · Zelina
Cover image

Triage by Token: When Context Clues Quietly Override Clinical Judgment

A patient walks into an emergency department. Or arrives by ambulance. Or lives far from the hospital. Or has private insurance. Or has missed prior appointments. Clinically, those details may be background noise. In triage, the core question is supposed to be sharper: how sick is this patient, how urgent is the risk, and what resources are likely needed? The Emergency Severity Index, or ESI, is not a lifestyle quiz with a stethoscope attached. ...

January 24, 2026 · 13 min · Zelina