Cover image

Borrowed Hands Still Need a Grip

TL;DR for operators Robot-learning teams do not usually run out of model ideas first. They run out of clean demonstrations on the exact robot, in the exact setup, with the exact action labels needed for behavioural cloning. The paper behind GLAM attacks that bottleneck directly: instead of asking whether cheap auxiliary demonstrations can be thrown into the training pile, it asks whether their effects can be translated into actions the target robot can actually execute.1 ...

June 27, 2026 · 20 min · Zelina
Cover image

Memory Is the New Attention: Why Hopfield Networks Are Sneaking Back Into Vision AI

Opening — The model remembers before it reasons A factory inspection system does not need to rediscover what a cracked surface looks like every time a new image arrives. A medical imaging assistant should not treat every blurry scan as an isolated puzzle. A satellite-image classifier, looking at a half-clouded field, would be more useful if it could ask a quiet internal question: what stored visual pattern does this partial evidence resemble? ...

March 29, 2026 · 19 min · Zelina
Cover image

Reasoning Is Optional. Optimization Is Not: Rethinking VLA Training with NORD

Driving teams do not pay for reasoning tokens because they enjoy watching a model narrate its inner life. They pay for them because, at least in current VLA training culture, reasoning traces are treated as a bridge between perception and action. The bridge is expensive. A typical reasoning-heavy Vision-Language-Action pipeline for autonomous driving collects large driving datasets, generates dense chain-of-thought-style annotations, supervised-fine-tunes the model, and then applies reinforcement learning to improve driving metrics. It is a respectable pipeline. It is also the kind of pipeline that quietly converts every research win into an invoice. ...

February 25, 2026 · 14 min · Zelina
Cover image

Practice Makes Agents: How DPPO Turns Failure into Embodied Intelligence

Robots do not fail gracefully. They misread the scene, choose the wrong object, skip a physical constraint, hallucinate a plan, or produce a confident answer that would make a warehouse supervisor quietly unplug something expensive. The usual response is more data. More robot trajectories. More simulation. More web video. More carefully labelled examples. More of the industrial-scale data plumbing that makes everyone feel productive until the model still cannot decide whether a cup should be placed inside the tray or beside it. ...

November 22, 2025 · 15 min · Zelina