Cover image

Fair on Clean Data, Fragile After Fake Profiles

TL;DR for operators A platform can evaluate a recommender on clean historical data, observe only a small performance gap between groups, and reasonably approve it for retraining. That approval does not show how the same training process will respond when coordinated fake accounts deliberately shape the next batch of user interactions. In the reported experiments, fake profiles widened subgroup disparities even when the target recommender used fairness-aware training. Across the tested models, the paper’s SRLFA method generally produced larger disparities than the adapted attack baselines, with the largest reported effects appearing on the fairness-aware Last.fm LightGCN target. ...

August 1, 2026 · 8 min · Zelina
Cover image

Fewer Extreme Costs, Higher Average Cost: Risk-Aware Planning Beyond Expected Reward

TL;DR for operators Two autonomous policies can produce similarly acceptable average results while one occasionally causes a severe operational failure. Risk-aware planning matters because averages alone cannot reveal that difference. fileciteturn0file0 The paper evaluates the full pattern of states and actions accumulated during each run, then gives progressively more weight to costly outcomes in the resulting distribution. This allows the planner to reduce exposure to severe trajectories rather than merely adding a fixed penalty to expected reward. ...

July 31, 2026 · 9 min · Zelina
Cover image

A Full Distribution Is Not a Risk Certificate

TL;DR for operators A team is deciding whether an AI risk dashboard should trigger a safer action, an operational alert, or a governance review. The system predicts a range of possible returns for each action rather than only an average, so its output may appear to provide stronger evidence about worst-case outcomes. ...

July 30, 2026 · 8 min · Zelina
Cover image

The Missing Present Is a Distribution: DUPO for Delayed Control

TL;DR for operators A control system must act now even when its latest sensor reading describes an earlier moment. The usual response is to predict the missing present and let the policy act on that reconstruction. In a stochastic system, however, the same delayed message can correspond to several plausible current states—not one hidden answer waiting to be recovered. ...

July 27, 2026 · 8 min · Zelina
Cover image

Look Again Before You Answer: Visual RAG Needs a Search Policy

TL;DR for operators A visual support assistant shown an unfamiliar machine, product, bird, or venue cannot answer by retrieval alone. It must first determine what the image depicts, then locate the missing fact, while deciding whether another search is worth the delay. A wrong first match can redirect every later step toward the wrong entity. ...

July 23, 2026 · 8 min · Zelina
Cover image

Pulling Strings Without Perfect Physics: SILO Keeps the Simulator on the Factory Floor

TL;DR for operators SILO is a robotic cable-routing system built around a useful act of engineering restraint: it does not ask one model to grasp the cable, navigate the workspace, understand every deformation, avoid every collision, and execute directly on the physical controller. Instead, it divides the job among motion primitives, a localized reinforcement-learning policy, a compact perception system, and a simulator that remains active during deployment.1 ...

July 20, 2026 · 21 min · Zelina
Cover image

Structure, Stress, and Secrets: The Three Tests Production AI Keeps Pretending Are One

TL;DR for operators Production AI is usually evaluated as though one good model score can certify the entire system. It cannot. A model can be efficient because the task was structured intelligently, appear reliable because the test users were unusually cooperative, and still expose sensitive information through the infrastructure that serves it. ...

July 20, 2026 · 18 min · Zelina
Cover image

Many Policies, One Robot Dog: What ABot-C0 Actually Builds

TL;DR for operators ABot-C0 is best understood as a behavior production system for quadruped robots, not as one giant model that accepts any instruction and directly controls every motor. It combines a 16,074-clip motion library, a generalist motion tracker, several specialized locomotion and interaction policies, and a deployment layer that decides which controller should be active. ...

July 19, 2026 · 23 min · Zelina
Cover image

Stale Rollouts, Fresh Trouble: The Two Speed Limits of Asynchronous RLHF

TL;DR for operators Asynchronous RLHF buys throughput by allowing rollout workers to continue generating completions while the learner updates the policy. The invoice arrives later: some rollouts were generated by a policy that the learner has already left behind. The paper’s useful contribution is not merely the familiar observation that stale data can destabilize training. It identifies two different speed limits.1 ...

July 19, 2026 · 20 min · Zelina
Cover image

The Best AI Team Knows When to Stay Quiet: GRADE and the Economics of Selective Reasoning

TL;DR for operators GRADE treats a collection of language models less like a brainstorming circle and more like an operations team with an unusually strict meeting policy. For each query, the system learns: how far the request should travel through the hierarchy; which expert agents should be activated; which agents should be allowed to read one another’s work; which branches should be discarded before the final answer is assembled. That restraint is the paper’s most important result. The winning configuration is not the one that activates every model and encourages maximum communication. Fixed three-agent routing beats fixed five-agent routing. Allowing every agent pair to communicate reduces MMLUPro accuracy by 2.1 points relative to the learned communication setting. Easy questions can bypass the expert pool entirely. ...

July 19, 2026 · 21 min · Zelina