Cover image

Put the Error in Its Place: Why Reliable AI Is a Layering Problem

TL;DR for operators The usual response to an unreliable AI system is to ask for a larger model. That is frequently an expensive way to avoid diagnosing the actual error. Three recent papers point to a more disciplined alternative: Rules that must never be violated should be enforced at generation time, not merely suggested in a prompt. Stable patterns in the problem domain should be built into the model architecture, so the model does not have to rediscover them from every dataset. Residual temporal, class, and modality errors may be better handled through calibration, smoothing, routing, and fusion than through another round of full-model training. These interventions provide different kinds of assurance. A grammar mask can make certain outputs unreachable. An architectural prior can make desirable patterns more likely. Calibration can improve observed performance but usually cannot guarantee behavior. Bigger models still matter where genuine semantic reasoning is required. The lesson is not “small beats large.” It is “do not pay a large model to solve a problem that a rule, prior, or threshold can solve more reliably.” For business leaders, this changes the architecture question from “Which model should we buy?” to “Which layer should own each requirement?” ...

July 21, 2026 · 20 min · Zelina
Cover image

State of the Art, Not State of Everything: Why Better AI Remembers Less

TL;DR for operators Production AI does not become reliable by remembering everything. It becomes reliable by preserving the information that defines the current state, explicitly representing what is allowed to change, and discarding history that would contaminate the next decision. Two papers arrive at this conclusion from remarkably different directions. One generates future amyloid-PET scans by anchoring the generative process to a patient’s baseline scan. The other builds persistent enterprise agents by retaining specifications, schemas, tools, and output contracts while deleting prior reasoning traces. ...

July 21, 2026 · 18 min · Zelina
Cover image

The Clean Label Fairy Is Not Coming

TL;DR for operators Hospitals do not label images the same way. Radiologists disagree on contours. Pathologists disagree on grades. Automatically generated masks miss structures, add structures, or quietly confuse one target for another. In centralized AI, those errors are already irritating. In federated learning, they become operationally awkward because the data cannot simply be pooled, inspected, cleaned, and morally forgiven by a heroic annotation team. ...

June 24, 2026 · 17 min · Zelina
Cover image

Mind the BOLD Gap: Why fMRI Models Need More Than a Local Look

TL;DR for operators This paper is not about magically reading the mind from fMRI. Fortunately. We already have enough products pretending to do that. The useful point is narrower and more operational: fMRI signals are distributed across brain regions and stretched across time, so a model that treats them as local snapshots may be structurally under-equipped before training even begins. Kramer, Acharya, Giola, and Zappala adapt an Attentional Neural Integral Equation-style architecture to fMRI encoding and decoding, learning a nonlocal operator in latent space rather than relying only on local filters, short recurrent memory, or fixed graph assumptions.1 ...

June 18, 2026 · 16 min · Zelina
Cover image

Seeing the Invisible: When MRI Learns to Think Like PET

Seeing the Invisible: When MRI Learns to Think Like PET MRI is easy to respect. It is detailed, familiar, non-radioactive, and available in far more clinical settings than PET. It shows the brain’s structure with admirable discipline: folds, volumes, atrophy, lesions, the anatomical furniture of disease. PET is less polite. FDG-PET asks a different question: not only what has changed in the brain’s shape, but where the brain has stopped consuming glucose normally. In Alzheimer’s disease, that functional signal matters. The cruel part is that PET is expensive, less widely available, and involves radiation exposure. Healthcare, as usual, gives clinicians the useful thing and then hides it behind cost, infrastructure, and risk. ...

March 22, 2026 · 16 min · Zelina
Cover image

When Prompts Hire Specialists: Why pMoE Changes Visual Adaptation Economics

Inspection cameras, pathology scanners, product catalog systems, and retail shelf analytics all create the same inconvenient problem: the image may look simple, but the knowledge needed to interpret it rarely comes from one source. A model trained on broad natural images may recognize general objects well. A contrastive model may separate fine visual categories better. A medical encoder may notice domain-specific patterns that a general model treats as visual noise. A segmentation-oriented model may understand spatial boundaries better than a classifier. Asking one backbone to cover all of this is elegant in a slide deck and occasionally foolish in production. Nature, sadly, did not optimize itself for clean model procurement. ...

March 1, 2026 · 16 min · Zelina
Cover image

When One Heatmap Isn’t Enough: Layered XAI for Brain Tumour Detection

Diagnosis has a simple business problem hiding inside a clinical one: nobody wants a black box that is confident for the wrong reason. That is especially true in medical imaging. A brain MRI classifier that says “tumour” or “non-tumour” is not automatically useful because it crosses a respectable accuracy threshold. The difficult question comes next: did the model look at the clinically relevant region, or did it discover some convenient artefact in the image pipeline? A single heatmap may answer that question. It may also merely look persuasive, which is not quite the same thing. Medicine, regrettably, is one of those domains where aesthetic confidence is still not a validation method. ...

February 7, 2026 · 17 min · Zelina