Cover image

Before You Retrain the Guardrail, Ask What It Already Knows

TL;DR for operators When a deployed safety classifier begins making the wrong decisions, retraining the classifier is not necessarily the first intervention to test. Sandoval and Topcu’s Regime-Conditional Verification (RCV)1 adds a small correctness layer around a frozen classifier. It asks a narrower question than the classifier itself: given that the classifier just said “safe” or “unsafe,” how likely is that verdict to agree with the deployer’s policy? ...

August 29, 2026 · 9 min · Zelina
Cover image

A Clean Jailbreak Cluster Can Still Miss Unsafe Compliance

TL;DR for operators A safety monitor can become highly accurate at recognizing jailbreak-shaped prompts without becoming equally accurate at predicting unsafe model behavior. Delcon, Algaba, and Ginis demonstrate this gap across six Qwen and Llama instruction-tuned models.1 Their internal embeddings separate control and jailbreak prompts with balanced accuracy around 0.99–1.00. Yet in Qwen-2.5-7B, where refusal and compliance observations are comparatively balanced, the corresponding refusal-versus-compliance separation reaches only 0.677. ...

August 28, 2026 · 7 min · Zelina
Cover image

One Explanation Is a Single Point of Failure: RashomonLLM Turns Explanations Into Predictive Feedback

TL;DR for operators Should an explanation merely describe a model decision, or should it help the system make a better next prediction? The paper tests the second possibility: explanations guide prediction, and prediction errors become feedback for revising the reasoning used next.1 The strongest evidence comes from the KuaiLive component tests. The full system reached 0.771 accuracy, versus 0.650 for one-shot prediction without explanation and 0.711 for an iterative variant given matched-length but uninformative placebo explanations. The result does not show that generating more natural-language text inherently improves a model; it shows that, within this design, removing authentic explanatory content or replacing it with placebo text materially reduces performance. ...

August 15, 2026 · 7 min · Zelina
Cover image

Don’t Retrain the Whole Map When One Neighborhood Moves

TL;DR for operators Most production model-maintenance policies sit between two unattractive extremes: never retrain and watch performance decay, or retrain constantly and turn the MLOps budget into a recurring tribute payment. This paper tests a third option.1 It divides the feature space into clusters, maintains a separate ADWIN error detector for each cluster, and triggers model adaptation when one of those regional error streams changes significantly. The goal is not to beat continuous retraining at any cost. It is to approach its predictive performance while avoiding its habit of rebuilding the model whenever another batch enters the building. ...

July 15, 2026 · 20 min · Zelina
Cover image

The Drift Alarm Is Not the Strategy

TL;DR for operators A production model rarely collapses with theatrical dignity. It usually degrades in increments: a fraud pattern shifts, an electricity market regime changes, a sensor starts reporting under a new operating condition, or network traffic stops looking like yesterday’s traffic. The dashboard still has a reassuring green check. Naturally. The paper “Learner-based Concept Drift Detection: Analysis and Evaluation” by Md Moman Ul Haque Khan and Samira Sadaoui is useful because it refuses to treat concept drift detection as one magic alarm bolted onto a model after deployment.1 It surveys learner-based detectors and compares three families: Statistical Process Control methods, window-based methods, and ensemble-based methods. The experiment tests them across synthetic abrupt and gradual drift streams and two real-world streams: electricity price movement and network intrusion data. ...

July 3, 2026 · 16 min · Zelina
Cover image

Shift Happens: Detecting Behavioral Drift in Multi‑Agent Systems

Updates are boring until they are not. A retrieval index changes. A tool permission is adjusted. A base model is silently upgraded. A memory module starts carrying yesterday’s weird interaction into today’s customer support workflow. Nobody sees smoke. The dashboard still says “healthy.” The agent still answers. Then, three weeks later, someone notices that one group of agents has become strangely aggressive, risk-averse, evasive, or just less aligned with the behavior the product team thought it had shipped. ...

December 5, 2025 · 16 min · Zelina
Cover image

The Watchdog at the Gates: How HalMit Hunts Hallucinations in LLM Agents

TL;DR for operators HalMit is not another attempt to ask an LLM, “Are you sure?” and then pretend the answer is governance. That theatre has had a decent run, but it was never a control system. The paper proposes a black-box watchdog for LLM-powered agents: before deployment, HalMit actively probes a target agent inside a specific domain, looks for query-response situations where hallucinations appear, stores those risky boundary points in a vector database, and then monitors future queries by checking whether they fall near those learned danger zones.1 ...

July 23, 2025 · 16 min · Zelina
Cover image

Thoughts, Exposed: Why Chain-of-Thought Monitoring Might Be AI Safety’s Best Fragile Hope

TL;DR for operators Chain-of-thought monitoring is not “AI explaining itself.” That would be too convenient, and convenience is not usually how safety engineering works. The paper argues something narrower and more useful: when reasoning models solve hard tasks, some of their intermediate cognition may pass through human-readable language. That creates a rare oversight opportunity. A separate monitor can inspect the reasoning trace and flag signs of reward hacking, prompt-injection obedience, sabotage, manipulation, or evaluation artefacts before the final action is trusted. ...

July 16, 2025 · 16 min · Zelina