Skip to main content

Why Robot Brains Need Real-World Training (and What Web Designers Can Steal from It)

Robots are finally doing real chores, but their software is still catching up. Here's why physical AI needs its own models—and what that struggle teaches us about building better websites.

The Show Floor vs. The Real World

At tech expos, robots still do backflips and pour drinks. But at this year's WAIC in Shanghai, something shifted. The flashy performers were outnumbered by machines doing actual chores—moving boxes, checking pipes, sorting parcels. It's clear that robots are moving from entertainment to employment.

Yet the real action isn't in the hardware. It's in the software. Ant Group's robotics arm, Ant Lingbo, just rolled out its 'full-stack brain 2.0' with six new models. And the industry is debating a fundamental question: should robot brains be adapted from digital-world AI, or designed from scratch for physical reality?

That question matters even if you've never touched a robot. Because the same design philosophy—building for the constraints of the real world instead of retrofitting digital assumptions—applies to the web. We've spent years copying patterns from mobile apps and desktop software onto the web, but the web has its own physics: latency, viewport size, touch vs. click, accessibility. The best web experiences are 'native' to the browser, not transplanted from elsewhere.

Why Digital Models Fall Short

Most robot brains today borrow from large language models or video generators trained on internet data. That data is plentiful, but it's flat. It doesn't capture depth, touch, or the messy unpredictability of a cluttered room. As Shen Yujun, chief scientist at Ant Lingbo, puts it: 'Migrating a video model from the digital world to robotics is a shortcut, not a solution.'

He's not alone. A growing number of researchers argue that physical tasks—like grasping a cup without knocking over a vase—require models that understand gravity, friction, and cause-and-effect. A video model might generate a beautiful image of a hand picking up a cup, but it doesn't know the cup will spill if tilted. It has no grounding in physics.

For web designers, the parallel is obvious. A design that looks great in a static mockup can fall apart when real users interact with it—when they resize the window, use a keyboard, or load the page on a slow connection. The web has its own physics, and the best designs are built with those constraints in mind, not against them.

Data: The New Frontier

One of the biggest bottlenecks in robotics is data. There's no consensus on what data should even look like. Should a robot have one camera on its head or five? Do we need millimeter-level precision for hand positions, or is centimeter-level enough? Each company is collecting data in a different format, making it impossible to scale.

Shen sees this as a chicken-and-egg problem: model architectures aren't settled, so data requirements aren't either. But he's optimistic. 'Once the model starts to converge, data will follow,' he says. And as data improves, models improve, which leads to more data. It's a virtuous cycle—if you can get it started.

For web designers, data is equally messy. We have analytics, heatmaps, session recordings, A/B tests. But we rarely agree on what metrics matter. Is it time on page? Conversion rate? Scroll depth? The temptation is to measure everything, but that's expensive and paralyzing. We need to pick a few key metrics and optimize for those, just as robot makers are learning to focus on the five dimensions that matter for their models.

Simulation vs. Reality

Some researchers think simulation is the answer to the data problem. In autonomous driving, simulators are used extensively because the scenarios are well-defined. But for general-purpose robots, which need to handle any task in any environment, building a simulator for every possible situation is impractical.

'Simulation can't capture the way a human instinctively opens a bottle,' Shen notes. 'We care about human behavior, and simulators just don't reflect that.' So Ant Lingbo is doubling down on real-world data, collected from teleoperation and first-person devices. It's more expensive, but it's authentic.

Web designers face a similar choice. Prototyping tools and design systems are the simulators of our trade—they let us iterate quickly without writing code. But they can't fully replicate the real browser environment, with its quirks and inconsistencies. Sometimes you just have to build the thing and test it in the wild.

VLA vs. VA: The Two-Pronged Approach

Ant Lingbo is pursuing two parallel model architectures: VLA (Vision-Language-Action) and VA (Vision-Action, or world action models). VLA models are good at understanding language and following instructions, but they're less robust to randomness. VA models, born from video generation, handle unpredictability better but struggle with language.

'Neither is the endgame,' Shen says. 'We're exploring both because they solve different problems. VLA handles alignment, VA handles prediction.' The hope is that by mastering both, they'll eventually be able to merge them into a unified model.

This is a classic design dilemma: do you go with the proven approach (VLA) or the experimental one (VA)? For web designers, it's the choice between progressive enhancement and cutting-edge CSS. Both have their place, and often the best strategy is to build with the safe approach while experimenting with the new.

Designing for Physics, Not Just Aesthetics

One of the most interesting insights from Shen's team is that they've had to 'unlearn' some of the things that make digital models good. For instance, video generation models are trained to produce visually stunning images, but robots don't care about aesthetics. They care about physical plausibility: objects fall, liquids spill, and time moves forward.

This has practical implications for web design. We often prioritize visual appeal over usability—beautiful images, complex animations, and eye-catching layouts. But if those elements slow down the page or confuse users, they're hurting the experience. The best web designs are like good robot brains: they prioritize function over form, but they're not ugly either.

Safety by Design

Finally, there's safety. Most robot safety systems are 'fence-based'—they define a set of forbidden actions and stop the robot when it approaches them. But real-world safety can't be enumerated. A robot might know not to knock over a glass, but what if there's a power cord nearby? The context changes everything.

Shen argues for 'native safety'—building safety into the model from the start, rather than bolting it on later. 'Safety is a higher form of intelligence,' he says. 'It should be part of the pre-training, not an afterthought.'

Web designers can relate. Accessibility is often treated as a checklist item, something to add after the design is done. But really, it should be baked in from the beginning. A site that's not accessible is like a robot that's not safe—it might work most of the time, but it'll fail in edge cases, and those failures can have serious consequences.

The Road to the ChatGPT Moment

When will robots have their 'ChatGPT moment'? Shen thinks it will happen when ordinary people start contributing to robot data, just as Tesla drivers contribute to autonomous driving data. 'If everyone could spend an hour a day helping robots learn, that would be the tipping point,' he says.

For the web, that moment might have already passed. We have tools like WordPress and Squarespace that let anyone build a website. But we're still waiting for the equivalent in robotics—a platform that lets non-experts teach robots new skills. When that happens, the field will explode.

Until then, the lesson from Ant Lingbo is clear: build for the real world, not the digital one. Start from scratch if you have to. And never forget that the user—whether a human or a robot—is always in a physical environment, with real constraints and real consequences.

Share this article:

Comments (0)

No comments yet. Be the first to comment!