Cover image

Trace Evidence: The AI Learned Something. Can You Inspect What?

TL;DR for operators AI systems are increasingly learning from traces: documents, chats, code reviews, human rationales, fine-grained labels, unlabeled examples, user profiles, browsing context, and interaction history. That is useful. It is also how quiet operational risk walks through the front door wearing a badge that says “personalization.” Three recent papers form a useful logic chain. One paper shows how human traces can be turned into explicit, portable, correctable skill artifacts. A second shows how task-specific labels, synthetic reasoning, and reinforcement learning can optimize a model for a difficult moderation task. A third shows why consumer-facing health LLMs remain hard to evaluate independently once personalization, browser interfaces, multi-turn interaction, and silent model updates enter the picture. ...

June 24, 2026 · 14 min · Zelina
Cover image

The Model Spoke Your Language. Its Reasoning Did Not.

TL;DR for operators AdaMame is a paper about a very practical failure: a model can answer a user in one language while doing its reasoning in another. That is not just inelegant. It is a product, trust, and governance problem wearing a linguistics hat.1 The paper’s useful move is to stop treating multilingual reasoning as a translation issue. The authors train for language fidelity directly. First, they supervised fine-tune models on 30,000 naturally occurring reasoning traces across five languages. Then they run reinforcement learning with AdaMame-GRPO, a GRPO variant that gives extra reward when a correct rollout reasons in the query language. The extra reward grows during training, so the model first explores useful reasoning languages and later converges toward the user’s language. ...

June 23, 2026 · 19 min · Zelina
Cover image

Less Prompt, More Blueprint: MOSAIC and the Data-Science Agent That Keeps Receipts

TL;DR for operators MOSAIC is best read as a system-design paper, not as another entry in the increasingly crowded genre of “we attached an LLM to Python and hoped for the best.” The paper introduces a structured agentic framework for automated data science where the agent builds an explicit workflow blueprint before generating code, then verifies, executes, and refines candidates using diagnostic feedback and failure-aware offline reinforcement learning.1 ...

June 20, 2026 · 20 min · Zelina
Cover image

Don’t Miss the Bus: AlphaTransit and the Value of Learned Lookahead

TL;DR for operators Bus route planning is a familiar kind of organisational pain: every local decision looks defensible until it interacts with the rest of the network. Add one promising segment, and you may improve coverage. Or you may create redundant overlap, force ugly transfers, consume fleet capacity, and make the whole system worse. Charming. ...

June 19, 2026 · 16 min · Zelina
Cover image

One Step, Not One Trick: SOM and the Q-Guided MeanFlow Policy

TL;DR for operators A control policy that needs twenty denoising steps before it can choose one action is not merely “expressive”. It is also late. In online reinforcement learning, that matters because policy inference is not a side calculation; it sits inside the loop that collects the next piece of experience. The paper on Score-Based One-step MeanFlow Policy Optimization, or SOM, tackles this operationally awkward trade-off: diffusion and flow policies can represent multimodal action distributions, but they often pay for that expressiveness through iterative sampling. SOM keeps the generative-policy idea but moves action generation into a one-step MeanFlow policy.1 ...

June 19, 2026 · 21 min · Zelina
Cover image

Sink or Skill: Why Agent Experience Needs Governance

TL;DR for operators AI agents do not become useful by remembering everything. That is not intelligence; it is a data landfill with a chatbot interface. Two recent arXiv papers, one on medical reasoning agents and one on physically based swimming control, make a shared operational point from very different directions. SkeMex shows how a medical agent can improve after deployment by converting interaction trajectories into structured, evaluated, and governed clinical skills.1 SWIM shows how a simulated swimmer can learn robust control from a single reference motion when body-fluid interaction is represented at the right level and scarce experience is sampled efficiently.2 ...

June 17, 2026 · 17 min · Zelina
Cover image

Split Before You Scale: Why Useful AI Starts by Sorting the Mess

TL;DR for operators AI systems fail less dramatically when they stop treating every messy signal as the same kind of mess. The three papers in this cluster look unrelated at first: one generates graphs, one studies exploration in restless bandits, and one improves reinforcement-learning generalisation from formal task specifications. Under the surface, they make a shared operational point: before scaling an AI system, separate the structure that must be preserved, the uncertainty that should guide action, and the supervision signal stable enough to train on. ...

June 15, 2026 · 16 min · Zelina
Cover image

Share the Trunk, Spare the Averaging: Federated Actor-Critic Gets Personal

A fleet looks unified on a dashboard. It is rarely unified in the world. The warehouse robots share a navigation objective, but one floor has glossy tiles, another has uneven concrete, and a third has humans who treat marked lanes as casual decoration. The delivery drones may use the same controller family, but wind, payload, battery ageing, and local regulation quietly rewrite the operating problem. Industrial arms may repeat the same task, until a supplier swaps a component and the “same” movement is no longer quite the same. ...

June 14, 2026 · 14 min · Zelina
Cover image

Memory Foam: When AI Stops Storing Everything and Starts Learning From It

Enterprise AI has developed a small obsession with memory. The promise is tidy: give the model more context, attach a vector database, retrieve relevant fragments, and suddenly the system becomes a persistent assistant rather than a forgetful autocomplete machine wearing a blazer. The problem is that storage is not memory. Retrieval is not understanding. And a larger context window is not the same thing as knowing what matters. ...

June 13, 2026 · 17 min · Zelina
Cover image

Rewarding Behavior: Why Enterprise AI Needs More Than Bigger Models

Enterprise AI teams have developed a familiar reflex. When the model behaves unreliably, they try a better prompt. When that fails, they try a larger model. When that becomes expensive, they invent a workflow diagram with many arrows and call it an operating model. Very dignified. Very scalable, in the same way that adding more sticky notes to a broken process is scalable. ...

June 10, 2026 · 17 min · Zelina