Robbyant LingBot robotics models
TECH

Robbyant LingBot robotics models

26+
Signals

Strategic Overview

  • 01.
    Robbyant, the embodied-AI subsidiary of Ant Group, open-sourced two robotics foundation models in early July 2026: LingBot-Vision, a boundary-centric vision backbone, and LingBot-VLA 2.0, a 6B vision-language-action model for cross-embodiment manipulation - both released with weights, code, and technical reports under Apache-2.0.
  • 02.
    LingBot-Vision's flagship 1.1B ViT-g backbone posts an RMSE of 0.296 on NYU-Depth v2, edging out the 7B DINOv3's 0.309 while being pretrained on roughly 161M images versus DINOv3's much larger LVD-1689M corpus.
  • 03.
    LingBot-VLA 2.0 was pre-trained on roughly 60,000 hours of real-world data - 50,000 hours of cleaned robot-interaction data plus 10,000 hours of distilled first-person human manipulation video - and unifies 20 robot configurations from 17 manufacturers into a single 55-dimensional canonical action space.
  • 04.
    The 6B VLA runs single-GPU at about 130 ms per inference call on an NVIDIA RTX 4090D with 10 denoising steps, and is being trialed with hardware partners Leju Robot and Ti5 Robot alongside enterprise pilots at GuoDa Drugstore and Longsheng Technology.

Boundaries, not scale: the pretraining trick behind a 1B model beating a 7B one

The most quietly radical thing about LingBot-Vision is what it chooses to learn. Most self-supervised vision backbones - DINOv3 among them - train for semantic invariance: the model is rewarded for producing similar representations of the same object across crops, lighting, and augmentation. That objective is great for classification and retrieval, but for a robot that needs to know exactly where one object ends and the next begins, invariance is almost the wrong thing to optimize. LingBot-Vision flips it. It is boundary-centric, treating object boundaries as a native pretraining signal via masked boundary modeling rather than an afterthought derived from semantic features [2].

The payoff is a genuine efficiency-over-scale result: on NYU-Depth v2, the roughly 1.1B ViT-g backbone posts an RMSE of 0.296, ahead of the 7B DINOv3's 0.309, despite being pretrained on about 161M images versus DINOv3's far larger LVD-1689M corpus [2]. Distillation pushes the point further - a 0.3B ViT-L variant matches the 7B DINOv3 with roughly 23x fewer parameters [2]. For robotics, where every backbone runs on constrained onboard compute, that ratio matters more than a leaderboard rank. The family spans ViT-S/16 up to the flagship ViT-g/16, all Apache-2.0 on Hugging Face [2].

One brain, twenty bodies: the universal-brain ambition

LingBot-VLA 2.0's pitch is that a single model can drive many different robots without retraining. The engineering that makes this plausible is a 55-dimensional canonical action space that unifies 20 distinct robot morphologies from 17 manufacturers - single-arm, dual-arm, bipedal, and wheeled designs - extending control beyond arms to head, waist, hands, and a mobile chassis [1]. Feeding that abstraction is roughly 60,000 hours of real-world physical data: 50,000 hours of cleaned robot-interaction data plus 10,000 hours of distilled first-person human manipulation video [3].

The ambition is explicit in Robbyant's framing of the release as a next-generation universal brain for embodied AI [3]. The practical case is already forming around it - Leju Robot and Ti5 Robot supply embodiments for pilot trials, while GuoDa Drugstore and Longsheng Technology stand in for the retail-sorting and logistics workloads a universal manipulation model would need to earn its keep [4]. Whether one action space can genuinely absorb 20 body plans without a per-robot fine-tune is the bet the whole design rides on.

By the numbers: the marketing claim versus the benchmark reality

By the numbers: the marketing claim versus the benchmark reality
LingBot-Vision matches or beats the 7B DINOv3 on NYU-Depth v2 error while being far smaller - the 300M distilled model reaches 7B accuracy with roughly 23x fewer parameters.

There is a gap worth naming between how LingBot-VLA 2.0 is marketed and what the benchmarks show. Robbyant's launch post claimed 93.6% success on bimanual tasks and 150 Hz single-GPU inference - eye-catching figures that, on their own, would make this a solved-manipulation story. The web-grounded numbers are soberer. On the GM-100 generalist benchmark, self-reported success sits in the 15-35% band: 34.4% success (66.2 progress) on the AgileX Cobot Magic, and 15.6% success (34.6 progress) on the Galaxea R1Pro [1].

Inference is real but not 150 Hz - about 130 ms per call on an RTX 4090D at 10 denoising steps, i.e. single-GPU but closer to a handful of actions per second than a hundred and fifty [5]. The honest read is that this is a fast-improving generalist, not a finished one: LingBot-VLA 1.0 scored 17.30% average on GM-100 just months earlier [6], so the trajectory is steep even if the absolute numbers are humble. Treat the 93.6% and 150 Hz figures as a company claim, and the GM-100 band as the number to plan against.

Apache-2.0 as a competitive weapon - and its friction

The license is a strategy, not a footnote. By shipping weights, code, and papers under Apache-2.0 on Hugging Face for both models [1][2], Robbyant makes LingBot a markedly different adoption surface than a foundation model released under a restrictive custom license: a permissive license lets a startup or lab build a commercial product on top without negotiating terms, which in a crowded embodied-AI race is a way to buy mindshare and default-tool status.

But openness is not the same as frictionless. The vision models require a custom lbot_vision_infer library and do not load through plain transformers or timm, so open weights still means learning Robbyant's stack. And the openness is uneven within the family - at release, the four LingBot-Vision backbones (21M to 1.1B params) shipped while LingBot-Depth 2.0 weights did not. The larger caveat is reproduction: every headline number here is self-reported, with no independent replication yet, and out-of-domain performance drops sharply - a refrigerator-sorting task that scores well in-domain falls off hard when the setting shifts. Open weights make that verifiable in principle; nobody has done it yet.

Historical Context

2026-01-26
Robbyant unveiled LingBot-Depth, its first spatial-perception AI model for robot depth sensing and 3D understanding.
2026-01-29
Robbyant released the original LingBot-VLA 1.0, trained on roughly 20,000 hours of teleoperated bimanual data from 9 dual-arm embodiments on a Qwen2.5-VL backbone, scoring 17.30% average success on the GM-100 benchmark.
2026-04-16
Robbyant unveiled LingBot-Map, a streaming 3D reconstruction model for real-time spatial understanding.
2026-07-06
Robbyant unveiled LingBot-Depth 2.0 and LingBot-Vision, aiming to redefine robotic spatial perception.
2026-07-08
Robbyant upgraded and open-sourced LingBot-VLA 2.0 (6B) as a next-generation universal brain for embodied AI.

Power Map

Key Players
Subject

Robbyant LingBot robotics models

RO

Robbyant

Embodied-AI subsidiary of Ant Group and publisher of the LingBot model family (VLA, Vision, Depth, Map, World). Its strategy is to release weights, code, and papers openly and position LingBot as a universal brain for robotics.

AN

Ant Group

Parent company providing the funding, data, and research backing behind Robbyant's embodied-AI push and its positioning in China's robotics-foundation-model race.

LE

Leju Robot and Ti5 Robot

Hardware partners in LingBot-VLA 2.0's commercial pilot trials, supplying robot embodiments and validating the model on real hardware.

GU

GuoDa Drugstore and Longsheng Technology

Enterprise customers in the commercial pilots - retail sorting, logistics, and industrial automation - providing the real-world demand pulling the model toward deployment.

Fact Check

6 cited
  1. [1] Robbyant Releases LingBot-VLA 2.0: An Open-Source 6B Vision-Language-Action (VLA) Model for Cross-Embodiment Robot Manipulation
  2. [2] Ant Group's Robbyant Open-Sources LingBot-Vision: A 1B Boundary-Centric Vision Foundation Model for Dense Spatial Perception
  3. [3] Robbyant Upgrades and Open-Sources LingBot-VLA 2.0 as a Next-Generation Universal Brain for Embodied AI
  4. [4] Robbyant open-sources robot model for multiple types
  5. [5] GitHub - robbyant/lingbot-vla-v2
  6. [6] Ant Group Releases LingBot-VLA: A Vision-Language-Action Foundation Model for Real-World Robot Manipulation

Source Articles

Top 5

THE SIGNAL.

Analysts

"In its coverage, MarkTechPost frames LingBot-Vision's headline result as a parameter-efficiency story: because the model treats object boundaries as a native pretraining signal rather than optimizing for semantic invariance, a roughly 1B backbone can match or surpass models up to seven times larger on dense spatial tasks, and a distilled 0.3B variant matches the 7B DINOv3 with about 23x fewer parameters."

MarkTechPost
AI and machine-learning technical news outlet
The Crowd

"🤖Robots that think ahead and act in real time. LingBot-VA 2.0 — the first embodied-native foundation model. Not fine-tuned from a video generator. Built from scratch for the physical world. ✅ 93.6% success on bimanual tasks ⚡ 150 Hz single-GPU inference 🎯 20 demos to a cross-task generalist policy"

@@robbyant_brain148

""Vision Pretraining for Dense Spatial Perception" Most vision models learn what is in an image, but miss the exact shapes and edges needed for depth, segmentation, and robotics. This paper, LingBot-Vision, trains on raw images by making boundaries the main learning signal."

@@askalphaxiv147

"60,000 hours. One open-source VLA. Built for 20+ robot configs. 🤖 @robbyant_brain just dropped LingBot-VLA 2.0, built on 50,000 hours of real-robot trajectories plus 10,000 hours of egocentric human video. It moves past dual-arm manipulation into a 55D unified action space"

@@XRoboHub40

"Robbyant Releases LingBot-VLA 2.0: An Open-Source 6B Vision-Language-Action (VLA) Model for Cross-Embodiment Robot Manipulation"

@u/ai-lover11
Broadcast
LingBot-VLA: VLA with Depth! (Surpassing Pi 0.5, GR00T N1.6, and WALL-OSS)

LingBot-VLA: VLA with Depth! (Surpassing Pi 0.5, GR00T N1.6, and WALL-OSS)

LingBot-Depth: Noisy Depth to Accurate 3D Measurements for Any RGB-D Camera

LingBot-Depth: Noisy Depth to Accurate 3D Measurements for Any RGB-D Camera

LingBot-VLA 2.0 Beats Pi 0.5 and GR00T N1.7 (New Robot Foundation Model)

LingBot-VLA 2.0 Beats Pi 0.5 and GR00T N1.7 (New Robot Foundation Model)