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
Cover image

SAFE Enough to Think: Federated Learning Comes for Your Brain

Hospitals do not usually wake up excited to pool brain data. Neither do device vendors, rehabilitation centers, or anyone with a lawyer who has read a privacy regulation without falling asleep halfway through. EEG data is useful precisely because it is personal. That is also why centralizing it is awkward. This is the practical tension behind SAFE, short for Secure and Accurate Federated Learning, a proposed framework for EEG-based brain-computer interfaces, or BCIs.1 The paper is not interesting because it says “federated learning protects privacy.” That line has already been printed on enough PowerPoint slides to qualify as industrial wallpaper. The interesting part is that the authors treat federated learning as only one piece of the problem. ...

January 14, 2026 · 15 min · Zelina
Cover image

Regrets, Graphs, and the Price of Privacy: Federated Causal Discovery Grows Up

A hospital changes its treatment protocol. Another keeps the old one. A third removes an approval step that had quietly influenced several downstream decisions. Their datasets now disagree. The usual federated-learning instinct is to treat that disagreement as a problem: smooth it, average it, or design an aggregation rule robust enough to survive it. In causal discovery, however, some disagreements contain precisely the information the global model lacks. Removing a local dependency can expose a previously hidden causal pattern. A policy difference that looks like statistical inconvenience may function as an accidental experiment. ...

December 30, 2025 · 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

Think Before You Beam: When AI Learns to Plan Like a Physicist

Beam planning sounds like the sort of work automation should have solved years ago. There is a target. There are organs at risk. There are dose constraints. There is an optimizer. Surely the machine should find the best plan while humans do something more dignified than nudging parameters inside a treatment planning system for the seventeenth time. ...

December 24, 2025 · 14 min · Zelina