Cover image

When AUROC Agrees and the Decision Still Changes

TL;DR for operators CRS-Bench1 tests a decision that clean-test AUROC does not fully answer: which pretrained medical image encoder deserves the next round of engineering, labeling, adaptation, and validation investment. Across 15 encoder families, AUROC and the benchmark’s broader reliability score are positively associated, yet 21 of 105 pairwise model choices reverse. The disagreement is not evidence that AUROC is useless. It shows that discrimination can preserve the broad ordering while missing differences in calibration, label efficiency, and robustness that change actual selection decisions. ...

September 22, 2026 · 7 min · Zelina
Cover image

Make Reranking a Training Problem, Not a Production Tax

TL;DR for operators A RAG system can retrieve highly relevant passages and still train its generator on poor learning examples. Evidence that makes the answer nearly automatic may encourage shortcuts; evidence that leaves the answer effectively unreachable provides little usable training signal. BAR-RAG1 tests a different objective: keep evidence relevant, but prefer training sets on which the current generator succeeds roughly half the time. The selector is used to construct that training distribution, the generator is adapted to it, and the selector is then removed. Across three backbones, best-iteration BAR-RAG improves average exact match over standard RAG by 7.3, 12.2, and 11.6 points respectively. Against the stronger RAG-SFT baseline, the gains narrow to 3.9, 7.3, and 6.2 points. ...

September 19, 2026 · 8 min · Zelina
Cover image

Alignment Under Heat: GANPO Targets the Fragility That Benchmarks Miss

TL;DR for operators A preference-tuned model can look stable under ordinary evaluation and become less reliable once production decoding introduces more randomness. That gap is the main reason to pay attention to GANPO. The paper’s standard alignment gains are real but not large. On length-controlled AlpacaEval, adding GANPO raises DPO from 27.79 to 29.69 for Gemma2-2B-it and from 32.34 to 33.87 for Llama3-8B-Instruct. The SimPO gains are similarly modest: 36.03 to 36.74 and 48.31 to 50.48. Response length stays essentially unchanged. ...

September 15, 2026 · 7 min · Zelina
Cover image

When Prompt Optimization Overloads the Small Model

TL;DR for operators A small model has a finite inference budget. Prompt optimization consumes that budget too: longer instructions occupy context, optimization calls add latency, and extensive rewriting can alter an input the model might already have understood. Shim and colleagues test a different operating rule in POaaS: inspect each query first, leave sufficiently good prompts alone, and apply narrowly targeted repairs only when a specific deficiency is detected.1 On Llama-3.2-3B, this raises average clean task accuracy from 63.7% with no optimization to 66.0%. Under the same fixed-small-model protocol, EvoPrompt, OPRO, and PromptWizard fall to 59.8%, 57.5%, and 48.8%. ...

September 4, 2026 · 7 min · Zelina
Cover image

The Viscosity Budget: Why Softmax Is Not Just a Knob

TL;DR for operators A new paper by Jose Marie Antonio Miñoza, Erika Fille T. Legara, and Christopher P. Monterola argues that a log-sum-exp neural layer is not merely analogous to a viscous Hamilton-Jacobi equation. Under the paper’s parameterisation, it is exactly the Hopf-Cole solution of one, evaluated at the input point.1 The operational point is not “neural networks are physics now”, although someone will certainly try to put that on a slide. The point is cleaner: one parameter, $\varepsilon$, simultaneously controls softmax temperature, PDE viscosity, and entropy-regularised convex optimisation. That makes smoothness, expressiveness, robustness, attribution sharpness, and scaling behaviour mathematically coupled. ...

June 18, 2026 · 18 min · Zelina
Cover image

Context Is Not a Costume: Why Strong Agents Still Fail on Contact

The agent looks ready. Then reality answers back. The current AI-agent story is conveniently simple. Take a powerful foundation model, wrap it in tools, give it a workflow, add a polite system prompt, and call the result “ready for deployment.” Reality, as usual, has poor manners. Two recent arXiv papers examine very different agent settings. One studies whether multimodal AI agents can align their behavior with the cognitive age of child users. The other studies whether behavior foundation models for imitation learning can remain robust when the physical dynamics of an environment shift after training. They do not share a benchmark, a model class, or even the same deployment domain. That is precisely why they are useful together. ...

May 29, 2026 · 14 min · Zelina
Cover image

Claw-Eval — When Agents Game the System, the System Needs Claws

The agent finished the task. That is not the same as doing the task. Inbox sorted. Calendar updated. Report generated. Customer record changed. Dashboard refreshed. For a demo, that is usually enough. The screen shows a plausible answer, the final artifact looks tidy, and everyone politely pretends the agent must have followed the correct path because the output did not immediately burst into flames. ...

April 8, 2026 · 16 min · Zelina
Cover image

Mind the Gap: Why Continual Learning Fails—and How Local Classifier Alignment Fixes It

Updating a model sounds harmless until the old parts of the system start reading the new representations incorrectly. That is the less theatrical version of catastrophic forgetting. Not the dramatic story where a neural network “forgets everything” like a distracted intern. The more useful story is quieter: a deployed AI system adapts its backbone to new data, the feature space shifts, and classifiers trained for earlier tasks are left calibrated to yesterday’s geometry. ...

March 11, 2026 · 15 min · Zelina
Cover image

Stable World Models, Unstable Benchmarks: Why Infrastructure Is the Real Bottleneck

A robot does not fail politely. It does not say, “I was trained on a slightly different shade of blue.” It just misses the object, pushes the wrong way, or confidently follows a plan that only works in the tidy little universe where the benchmark was born. That is the uncomfortable lesson behind stable-worldmodel-v1, a paper that is less about inventing a new world model and more about asking whether world-model research has been measuring the right thing in the first place.1 ...

February 10, 2026 · 14 min · Zelina
Cover image

When Agents Stop Talking to the Wrong People

Communication sounds harmless until the wrong person gets the microphone. That is true in meetings. It is also true in multi-agent AI systems. The polite version says agents “collaborate,” “debate,” and “refine each other’s reasoning.” The less decorative version is that one agent’s output becomes another agent’s input. If the first agent is wrong, confused, strategically misleading, or simply having one of those tiny synthetic breakdowns that LLMs have with impressive confidence, the system has just created a distribution channel for bad judgment. ...

February 4, 2026 · 15 min · Zelina