Cover image

The Scaling Law Got a Data Manager

TL;DR for operators A useful scaling law does not merely say “bigger is better.” That is not a law; that is a purchasing department with a GPU account. The paper behind this article studies whether the composition of pretraining data can change the compute-optimal balance between model size and downstream data in jet classification.1 The answer, in this setting, is yes. Training from scratch on JetClass produces a nearly balanced scaling rule: as compute grows, the optimal model size and dataset size grow at roughly similar rates. But after pretraining on a JetClass-II corpus augmented with Beyond Standard Model resonance decays, the compute-optimal rule shifts sharply toward downstream data. More of the next compute budget should be spent processing more examples, not inflating the model. ...

June 22, 2026 · 16 min · Zelina
Cover image

Bench Press: LabVLA Turns Lab Protocols into Robot Supervision

TL;DR for operators LabVLA is best read as an operating system for laboratory robot supervision, not as another paper claiming the robot scientist has arrived. The authors argue that laboratory automation is constrained by data and embodiment: most vision-language-action models have learned household and tabletop manipulation, but not pipettes, beakers, heaters, transparent liquids, instrument buttons, protocol steps, or the awkward fact that different robots have different bodies.1 ...

June 21, 2026 · 18 min · Zelina
Cover image

Ground Control to Synthetic Data: Why Enterprise LLMs Need a Source of Truth

TL;DR for operators Synthetic data is having its predictable enterprise moment: everyone wants more of it, faster, cheaper, and preferably without involving humans who ask inconvenient questions like “is this correct?” The two papers here are useful because they push against that lazy version of the story. StateGen, from PayPal AI, focuses on generating multi-turn training conversations for tool-augmented LLM agents, using an authoritative world-state object, tool simulation, persona variation, and multi-axis judging.1 CYQUARK focuses on generating Text-To-Cypher fine-tuning data from a target property graph and schema, expanding query expressivity while filtering natural-language paraphrases for logical fidelity.2 ...

June 21, 2026 · 16 min · Zelina
Cover image

Synthetic Data’s Ghost Problem: Auditing the Leaks That Weren’t

TL;DR for operators Synthetic data privacy reviews should stop treating every rare match as proof of memorization. That is the useful correction in Phantoms and Disclosures: a Causal Framework for Auditing Synthetic Data, a paper that turns synthetic-data auditing into a controlled experiment rather than an anxious string search.1 The paper’s mechanism is simple enough to be dangerous in the right way: split the source corpus into training and holdout records; generate synthetic data from the training split; extract rare features from training, holdout, and synthetic data; then ask whether synthetic matches are disproportionately concentrated in the training split. Matches against training records are potential true disclosures. Matches against holdout records are phantom disclosures: things that look like leaks but could have appeared even if that record had never been used. ...

June 21, 2026 · 21 min · Zelina
Cover image

The Missing Ingredient Wasn’t Vision: NutriMLLM and the Data Recipe for Micronutrient AI

TL;DR for operators Food-image nutrition AI is usually sold as a vision problem: recognise the meal, estimate the portion, output the nutrients, preferably with a pleasant progress spinner. NutriMLLM suggests that this is only half right. The harder missing piece is not necessarily seeing the food. It is knowing the full nutrient profile once the food is identified. ...

June 19, 2026 · 19 min · Zelina
Cover image

Edge Control: Why Synthetic Graphs Need a Repair Pass

TL;DR for operators Synthetic graph data is easy to make look plausible and hard to make structurally right. A graph can have the right number of nodes, a sensible average edge count, and a respectable generative model behind it, while still getting the relational geometry wrong. In graph domains, that is not a cosmetic flaw. The edges are the thing. ...

June 18, 2026 · 19 min · Zelina
Cover image

Relight at Your Own Risk: WildRelight and the Synthetic Vision Reality Check

Lighting is a cruel product demo. A relighting model can look impressive when the input is clean, the geometry is polite, the materials are obedient, and the benchmark has been assembled in the reassuringly sterile world of synthetic data. Then someone points it at a real outdoor scene: leaves moving in the wind, glass behaving like glass, the sun half-occluded by a branch, indirect light bouncing from surfaces nobody bothered to model, and the whole thing starts to look rather less like computational photography and rather more like a confident intern guessing where shadows should go. ...

June 13, 2026 · 14 min · Zelina
Cover image

Furniture Has a Chain of Command: Why Dense Scene AI Needs Object Roles, Not One Bigger Generator

Furniture is not democratic. In a real room, the bed, sofa, dining table, and cabinet do not play the same role as the pillow, lamp, monitor, mug, or miniature ornament. Large furniture defines the room’s usable structure. Smaller objects depend on that structure. A chair can stand around a dining table; a book sits on a shelf; a lamp belongs near a bed or desk. The room has a hierarchy before the model begins to generate anything. ...

June 12, 2026 · 16 min · Zelina
Cover image

Label Me Twice, Generate Me Once: The New Discipline of Data-Efficient AI

In enterprise AI, the glamorous part is still the model. Bigger context windows, better agents, faster inference, shinier demos—the usual fireworks display. But for many real deployments, especially in healthcare, legal review, insurance, industrial inspection, and compliance, the real bottleneck is less theatrical: labeled data. Not just data. Labeled data. Not just labeled data. Correct labeled data. ...

June 10, 2026 · 15 min · Zelina
Cover image

Talk Is Cheap, Until It Trains ASR

Talk Is Cheap, Until It Trains ASR Call centers are very good at producing audio. They are much worse at producing clean, labeled, domain-matched, multi-speaker training data. That distinction matters. A business may have thousands of hours of customer calls, branch conversations, medical consultations, field-service recordings, or internal support audio. But most of it is noisy, consent-constrained, poorly transcribed, unevenly distributed across accents and topics, and inconveniently full of humans doing human things: interrupting, pausing, talking over each other, drifting off-topic, and using domain-specific shorthand as if the ASR model had attended the onboarding session. ...

June 7, 2026 · 17 min · Zelina