Ant Ling-bo's Embodied Robot Choice: Why "Grafting a Brain" Falls Short of "Native Growth"
When most robotics companies are still "patching" visual models, language models, and decision-making models one by one into robot controllers—Ant Ling-bo says "stop patching; just redesign from scratch." What tradeoffs lie behind this decision?
8 min read
The Event
On July 10, 2026, Ant Robotics released LingBot-VA 2.0, an "embodied native world-action model." The press release emphasized a critical semantic shift: no longer "grafting" (borrowing capabilities from the digital world and retrofitting them into robot control), but "native" (starting from primitive environmental interaction demands like dynamic modeling, causal prediction, and real-time execution).
This sounds like a technical detail, but it reflects a fundamental architectural choice.
The Problem's Origin
What has been the mainstream path for robot intelligence over the past 5-8 years?
The Grafting Paradigm: 1. Use large language models (LLMs) for reasoning and decision-making 2. Use vision foundation models for scene understanding 3. Use reinforcement learning (RL) or behavior cloning for action generation 4. "Plug" these modules into the robot controller and design intermediate signal translation layers
The advantages of this path are obvious: - Fast development — using off-the-shelf large models - Low cost — no need to train from scratch - Transferable — one model can run on multiple robots
But the problems?
Real-time Loops and Latency: Robots moving in the physical world typically need feedback loops of 10-100 milliseconds. But general-purpose large models are designed for "batch processing" (give me text, I'll think for N seconds, then output). Forcing shorter latency means cutting model size and reducing accuracy.
Causal Prediction Hallucinations: Digital world vision models are optimized for "classification tasks" (is this a cat or a dog?). But robots need "causal prediction" (if my arm rotates left 45°, how many centimeters will this cup slide right?). The gradients are completely different.
Uncontrollable Failures: When a model errs in the grafting paradigm, it's hard to diagnose whether the LLM reasoned incorrectly, the vision model misidentified something, or the action layer executed wrong. Layer upon layer, error amplifies at each level.
The Logic of Native Design
Ant Robotics' choice is opposite: start design directly from "what cognitive abilities does a robot actually need in a real environment?"
First Principles: What is the most fundamental need of an embodied agent (an intelligent entity with a physical body)?
Not "understanding text," not "labeling objects in images"—but: 1. Real-time Dynamic Modeling: The environment is constantly changing; I need second-level model updates 2. Causal Prediction: Predict what physical consequences my actions will cause 3. Closed-loop Control: Execute → Observe → Correct, all in milliseconds
If architecture starts from these needs, what does it look like?
- End-to-end vision-action learning: Don't classify first; directly learn the mapping from "certain visual features → certain action trajectories"
- Design prediction models prioritizing causality: Use physics-informed approaches or equivariant networks rather than generic convolutional kernels
- Explicit latency budgets: The entire system's real-time loop is designed for 50-100ms, not adjusted for later
- Failure modes are easy to diagnose: Because the whole system revolves around one loop—"predict → execute → verify"—rather than multiple stacked layers
Analogies and Historical Precedents
This choice has historical roots.
Military Tactics: John Boyd's OODA loop (Observe → Orient → Decide → Act) emphasizes that in real adversarial environments, loop speed matters more than single-decision quality. When designing the F-16, Boyd argued for cutting features as long as the loop was fast—and it won.
Evolutionary Insight: Evolution doesn't "design a perfect brain first, then attach a body." Instead, bodies and nervous systems co-evolve. Reflex loops appear first, then complex decisions. If robot systems mimic this order, they may be more robust than "brain-first" approaches.
Software Architecture Lessons: Microservices vs. monolithic applications. Microservices look complex, but each service owns one domain and latency boundaries are clear. Monolithic apps look simple, but tight coupling makes debugging hard. The robot embodied "native vs. grafted" debate partly echoes this old software architectural debate.
Costs and Tradeoffs
Native design is not a silver bullet.
High Development Cost: Can't reuse general models; each robot morphology and task type may require retraining. Ant Robotics' choice implies more "customization" and "long-tail maintenance costs."
Difficult Knowledge Transfer: One benefit of general large models is "zero-shot" learning—knowledge from training on one task may help with new tasks. Overly specialized native design offers little help when new tasks arrive.
Market Risk: Large models are the industry's bet direction (OpenAI, Google, Meta are all betting on scaling laws). Ant Robotics goes against the stream; if large models suddenly break through, its investment might become a sunk cost.
Why Ant Robotics Chose This Path
Three likely reasons:
1. China's Cost Structure: Silicon Valley robot companies often assume high-end markets (medical, precision manufacturing) that can tolerate high latency + low precision tradeoffs. Chinese applications (warehousing, manufacturing, labor-intensive work) may be sensitive to both cost and precision. Native design's strength is "low latency + controllable failure," not "universality."
2. Long-term Bet on Embodied Intelligence: If robots are to become autonomous like biological creatures, the key isn't "intelligence" (outsourceable to large models) but "embodied perception." Ant Robotics chose this long game.
3. Diversifying Technical Routes: The industry hasn't settled. Large model grafting is Plan A; native design is Plan B. Having someone pursue Plan B benefits the entire ecosystem.
Insights
This announcement isn't just a product launch—it's a declaration of architectural philosophy:
- When facing the choice between "using off-the-shelf big tools" or "redesigning from requirements," ask yourself: what is your system's most urgent constraint? Latency? Accuracy? Cost? Generality?
- Different systems have different urgent constraints. Military systems (latency), medical systems (accuracy), consumer products (cost), research systems (generality).
- Grafting isn't "laziness," nor does "native design" automatically mean superiority. But knowing what tradeoff you're making rather than being pushed by fashionable directions—that matters.
Preparing your check…
Source: 36氪