Cover image

Stored Is Not Reachable: Why Continual Fact Writing Breaks Under Later Updates

TL;DR for operators A product team may repeatedly fine-tune a deployed model with new policies, prices, procedures, or customer facts, then approve each update because the newest item can be recalled immediately. That test shows the write changed current behavior. It does not show that earlier facts will remain usable after later updates. ...

August 2, 2026 · 10 min · Zelina
Cover image

The Smart Part Was the Memory, Not the Controller

TL;DR for operators A deployed model encounters a familiar operating condition again. Should it relearn the task, search for a saved configuration, or let a trained controller decide which parameters to reuse? The paper’s strongest result points to the simpler mechanism. Removing the searchable store of compressed task-specific configurations increased recovery from 1.27 to 13.33 adaptation steps—close to the 14.27 steps required by a baseline without that store. The component that looks least intelligent therefore accounts for most of the recovery advantage: retaining the small parameter modules that worked before and restoring them when the task returns. The paper calls this store the TaskKnowledgeBank. ...

August 1, 2026 · 9 min · Zelina
Cover image

Gradient Customs: AlphaToken Checks Which Tokens Are Allowed to Train

Fine-tuning looks deceptively democratic. Every response token gets its little vote in the gradient. The commas, the boilerplate, the obvious connective tissue, the wrong kind of certainty, the genuinely task-bearing step in the middle of the answer: all are invited to update the model. A charmingly egalitarian arrangement. Also a rather efficient way to teach a model to forget things it used to know. ...

June 14, 2026 · 18 min · Zelina
Cover image

Forgetting That Never Happened: The Shallow Alignment Trap

Forgetting That Never Happened: The Shallow Alignment Trap Forgetfulness is an expensive diagnosis. When an internal AI system performs well on last month’s support taxonomy, then underperforms after being fine-tuned on this month’s compliance cases, the obvious story is simple: the model forgot. That story usually triggers an equally obvious response: replay old data, retrain more broadly, freeze more parameters, or panic politely in a meeting while calling it “model lifecycle management.” ...

December 27, 2025 · 17 min · Zelina