Text models think. Vision models see. How does AI act? Embodied AI—intelligence in the physical world.

Why Robotics + AI Is Hard

ChatGPT wrong → user sees bad text
Self-driving wrong → collision risk
Robot wrong → broken objects, injury risk

Extra constraints:
  real-time control (milliseconds)
  noisy sensors
  every environment differs
  safety bar extremely high

Three Generations

Gen 1: Rules + Classical CV (pre-2020)

camera → YOLO detection → rule engine → scripted motion

Works on factory lines; breaks in new environments.

Gen 2: Reinforcement Learning (2020–2023)

simulation → RL → policy → real robot

Examples: OpenAI Dactyl, Google QT-Opt.

Problem: sim-to-real gap—sim policies often fail in reality.

Gen 3: VLA Models (2024–2026)

Vision + Language → Action

Transfer LLM world knowledge to control:

Human: "Move the red cup on the table next to the sink"

VLA:
  1. see cup and sink
  2. parse spatial relation "next to"
  3. plan arm trajectory

Major VLA Models

ModelOrgNotesStatus
RT-2Google DeepMindearly VLA, PaLM + controlresearch
OpenVLAStanford et al.open 7B/34B, fine-tunableopen source
π0 (Pi-Zero)Physical Intelligencegeneral robot foundation2024
HelixFigure AIhumanoid Figure 01commercial
Optimus AITeslain-house for Optimuscommercial

RT-2 Idea (Google, 2023)

Tokenize actions:

Classic: image → CNN → continuous action vector
RT-2:    image + instruction → LLM → action token sequence

Example tokens: "move gripper to (0.3, 0.5, 0.2), close gripper"

Benefit: reuse LLM reasoning—"empty cup → dishwasher"

OpenVLA

7B open VLA on Open X-Embodiment (22 robots, 1M+ trajectories). Best reproducible starting point for researchers.

Real Cases

Figure 01 + OpenAI (2024)

Human: "I'm hungry—anything edible on the table?"
Figure: GPT-4 reasons (apple vs energy bar)
        VLA picks apple, hands it over
        GPT-4 speaks explanation

LLM planning + VLA control layered stack.

Tesla Optimus

Vision-heavy end-to-end from fleet camera data—not LLM-centric reasoning. Huge data appetite; generalization TBD.

1X NEO (Home)

Humanoid for households: sim pretrain → home fine-tune; safety-focused hardware; VLA + teleop data collection.

Current Bottlenecks

BottleneckNowOutlook
Data10× less robot data than textsim + teleop scale
Sim-to-realgap remainsbetter domain randomization
Generalizationnew objects/scenes drop performancefoundation model + few-shot
LatencyVLA 100–500mssmaller models, custom silicon
Safetyimmature standardsregulation catching up
Costhumanoids $20K–$150Kvolume → ~$5K?

For AI Engineers (2026)

Short term:
  - VLA hot in research/startups; consumer far
  - warehouses/factories use non-VLA mature stacks
  - watch OpenVLA / RT-2 open ecosystem

Medium term (2027–2028):
  - early adopter home robots possible
  - foundation VLA + scene fine-tune standard

Long term:
  - general robot + general AI = physical AGI form?

Model Stack for Robots

Text models    → planning and reasoning
Vision models  → eyes
Audio models   → ears and speech
Multimodal     → unified brain
VLA            → cerebellum (motor control)

Full stack = brain + cerebellum + senses

References

Summary

Robot AI shifts from programming + classical CV toward VLA foundation models. 2026 is early—active research, nascent products, clear bottlenecks. Understanding VLA and sim-to-real is how you track the next wave.