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

Mind the Flux: Why Average Accuracy Fails Where the Towers Aren’t

TL;DR for operators Models are often sold as if accuracy were a passport: one clean number, stamped at the border, cleared for deployment. FLUXtrapolation is a useful reminder that the border is usually where the problem begins. The paper introduces a benchmark for predicting hourly ecosystem fluxes — carbon, water, and energy exchanges between ecosystems and the atmosphere — when direct measurements exist only at sparse flux-tower sites.1 The mechanism is simple and unpleasant: train models where towers exist, then test them in progressively less comfortable situations where the future, the geography, or the temperature regime has shifted. ...

June 16, 2026 · 17 min · Zelina
Cover image

The Invariance Trap: Why Matching Distributions Can Break Your Model

Noise is easy to add. Information is rather less cooperative. A high-resolution camera image can be blurred. A precise sensor reading can be contaminated with noise. A complete genetic record can be reduced to a coarser code. Reversing any of those operations is much harder, because the missing information has already left the building. ...

December 31, 2025 · 16 min · Zelina
Cover image

Probe and Error: Why Off‑Policy Training Warps LLM Behaviour Detectors

A monitor is only useful if it fails in the boring place. The boring place is production: the real domain, the real prompt style, the real user incentives, the real model generating the real response. Not the tidy benchmark. Not the synthetic dataset. Not the “please pretend to be deceptive” prompt that makes everyone in the lab feel productive. Production is where a detector either catches the thing it was built to catch, or quietly becomes a compliance ornament with a nice AUROC score. ...

November 24, 2025 · 16 min · Zelina