Cover image

Fuzzy Takeoff Intelligence: When Optimal Control Meets Explainable AI

Runway safety has an annoying habit of being concrete. A planner can describe an autonomous aircraft as “agentic.” A vendor can call its navigation stack “adaptive.” A slide deck can place “responsible AI” in a tasteful blue box. But during take-off, the question becomes much less poetic: is that object relevant, how much clearance does it need, and should the vehicle recompute its path now? ...

February 17, 2026 · 16 min · Zelina
Cover image

From Features to Actions: Why Agentic AI Needs a New Explainability Playbook

A customer-service agent rebooks a flight, checks a policy, calls an API, updates the passenger record, apologizes politely, and still gets the outcome wrong. The old explainability question would be: which input tokens influenced the final answer? That question is not useless. It is just late to the crime scene. When an AI system only predicts, explanation can focus on a single input-output decision. When an AI system acts, explanation has to follow the behavior across time: the state it maintained, the tool it selected, the observations it received, the recovery move it attempted, and the point where the run quietly became unrecoverable. A nice feature-importance chart does not tell you that. It tells you what mattered to a prediction, not how a workflow failed. ...

February 9, 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
Cover image

Training Models to Explain Themselves: Counterfactuals as a First-Class Objective

Rejected. That is where counterfactual explanations usually enter the story. A loan applicant is declined by an automated system. A hiring candidate is filtered out. An insurance customer is priced into an unfavorable category. The counterfactual explanation is supposed to answer a practical question: what would need to change for the model to give me the desired outcome? ...

January 24, 2026 · 16 min · Zelina
Cover image

When Data Can’t Travel, Models Must: Federated Transformers Meet Brain Tumor Reality

Hospital AI has a very ordinary problem: the useful data is never conveniently in one place. One hospital has enough MRI scans to start a model, but not enough to stretch a sophisticated architecture to its full capacity. Another hospital has different patients, different scanners, and different institutional rules. A research network can imagine the pooled dataset. The compliance office can imagine the incident report. Everyone nods politely. The data stays where it is. ...

January 22, 2026 · 12 min · Zelina
Cover image

Hook, Line, and Confidence: When Humans Outthink the Phish Bot

Phishing emails do not need to be brilliant. They only need to be plausible at the wrong moment. A message about a failed payment, a suspended account, or an urgent verification request arrives while someone is clearing a crowded inbox. The user is not solving a formal classification task. They are deciding whether a sentence feels wrong enough to interrupt their day. That is why phishing defense is not only a machine-learning problem. It is a judgment problem disguised as an email problem. ...

January 11, 2026 · 18 min · Zelina
Cover image

When Pipes Speak in Probabilities: Teaching Graphs to Explain Their Leaks

A pipe rarely announces failure politely. It does not send a memo saying, “Junction 14 is leaking, please dispatch a crew before lunch.” It changes pressure. It disturbs flow. It leaves small traces across a network where every junction and pipe is connected to everything else by physics, topology, and the usual municipal habit of maintaining critical infrastructure with budget constraints that appear to have been designed by a medieval ascetic. ...

January 7, 2026 · 16 min · Zelina
Cover image

Pulling the Thread: Why LLM Reasoning Often Unravels

Audit is a less glamorous word than intelligence. That is unfortunate, because most business problems with AI agents do not begin with stupidity. They begin with confidence. The agent gives an answer. The answer sounds reasonable. The explanation sounds even better. A manager, analyst, compliance reviewer, or product owner reads the chain of thought and feels the mild comfort of seeing steps. There is a premise, then a bridge, then a conclusion. Very civilized. Very inspectable. Very possibly fake. ...

January 6, 2026 · 2 min · Zelina
Cover image

Pressing by Cosine, Defending by Distance: When Football Learns Semantics

Halftime is where many analytics dashboards become strangely shy. They can tell a coach which zones were overloaded, how many high-intensity runs dropped after minute 30, how pressing recoveries changed, and whether expected goals has decided to be emotionally cruel today. But when the actual question arrives—what should we do now?—the answer often slides back into expert intuition. ...

January 5, 2026 · 16 min · Zelina
Cover image

Trust No One, Train Together: Zero-Trust Federated Learning Grows Teeth

A factory can know exactly which machine submitted a model update and still train on a lie. The device may possess a valid cryptographic identity. Its software may have booted from an approved configuration. Its network connection may be encrypted. None of that proves that the update it sends is harmless—or that the resulting intrusion-detection model will recognize an attack crafted specifically to deceive it. ...

January 4, 2026 · 16 min · Zelina