AI TL;DR
Figure's Helix 02 demo shows a humanoid robot completing a 4-minute dishwasher task using 'pixels to whole body' autonomy. Here's our analysis of this breakthrough in embodied AI.
Figure Helix 02: The Robot That Loads Dishwashers Without Human Help
In early February 2026, Figure AI released a demonstration video that sent ripples through the robotics industry. Their Helix 02 robot AI software, running on the Figure 03 humanoid, completed a 4-minute dishwasher loading and unloading task—fully autonomously, in a real kitchen, without any human intervention.
The Demo That Changed Everything
Unlike carefully staged product launches, Figure's demo was remarkably mundane—and that's exactly what made it extraordinary. The robot:
- Walked to the dishwasher
- Opened the door using its foot
- Unloaded clean dishes to cabinets
- Loaded dirty dishes from the sink
- Closed a drawer with its hip (hands full)
- Walked away
No teleoperator. No edits. No scripted sequences. Just a robot doing chores.
┌────────────────────────────────────────────────────────────────────┐
│ HELIX 02: SYSTEM OVERVIEW │
├────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────────────────────────────────────────────────┐ │
│ │ SENSOR FUSION │ │
│ ├────────────────┬─────────────────┬───────────────────────┤ │
│ │ Vision │ Tactile │ Proprioception │ │
│ │ (Cameras) │ (Touch) │ (Joint Position) │ │
│ └───────┬────────┴────────┬────────┴──────────┬────────────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌────────────────────────────────────────────────────────────┐ │
│ │ UNIFIED VISUOMOTOR NEURAL NETWORK │ │
│ │ │ │
│ │ Pixels ────────────────────────────────────▶ Actions │ │
│ │ │ │
│ │ • End-to-end learning │ │
│ │ • No symbolic planning │ │
│ │ • Direct sensor-to-actuator mapping │ │
│ └────────────────────────────────────────────────────────────┘ │
│ │ │
│ ▼ │
│ ┌────────────────────────────────────────────────────────────┐ │
│ │ WHOLE BODY CONTROL │ │
│ │ │ │
│ │ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ │ │
│ │ │Head │ │Arms │ │Hands│ │Torso│ │Legs │ │Feet │ │ │
│ │ └─────┘ └─────┘ └─────┘ └─────┘ └─────┘ └─────┘ │ │
│ │ All actuators controlled simultaneously │ │
│ └────────────────────────────────────────────────────────────┘ │
│ │
└────────────────────────────────────────────────────────────────────┘
What Is "Pixels to Whole Body" Control?
The breakthrough technology behind Helix 02 is its unified visuomotor neural network—a single AI system that:
- Takes raw camera pixels as input
- Outputs motor commands to every joint
- Operates end-to-end without symbolic reasoning
Traditional Robotics vs. Helix 02
| Aspect | Traditional Approach | Helix 02 |
|---|---|---|
| Perception | Object detection → 3D models | Raw pixels |
| Planning | Symbolic task graphs | Emergent from network |
| Control | Separate controllers per limb | Unified whole-body |
| Coordination | Hand-coded state machines | Learned from data |
Why This Matters
Previous robots required engineers to:
- Detect objects (plates, cups, utensils)
- Build 3D models of the scene
- Plan a sequence of actions
- Execute each action with a separate controller
- Handle errors with explicit fallback logic
Helix 02 learns the entire task end-to-end. No explicit object recognition, no symbolic planning, no separate controllers.
Technical Achievements
1. Long-Horizon Loco-Manipulation
The dishwasher task requires continuous multi-minute operation combining:
- Walking while carrying delicate objects
- Maintaining stable grasps during locomotion
- Navigating around furniture and obstacles
- Transitioning between manipulation and movement
This is the longest autonomous manipulation sequence demonstrated by a humanoid robot.
2. Human-Like Emergent Behaviors
The robot learned behaviors that weren't explicitly programmed:
- Foot-door opening: Using its foot to open the dishwasher when hands were occupied
- Hip-drawer closing: Bumping a drawer closed with its hip
- Compensatory balance: Adjusting posture when carrying uneven loads
These emerged from training on 1,000+ hours of human motion data combined with sim-to-real reinforcement learning.
3. Integrated Tactile Sensing
Figure 03's hardware includes:
- Palm cameras: Visual feedback for grasping
- Tactile sensors: Pressure detection across fingers
- Force feedback: Real-time grip adjustment
# Conceptual representation of sensor integration
class HelixController:
def grasp(self, target):
while not self.tactile.stable_grip():
visual_target = self.palm_camera.locate(target)
grip_force = self.predict_grip(visual_target)
self.fingers.adjust(grip_force)
# Whole-body compensation
if self.balance.unstable():
self.legs.compensate()
How Helix 02 Was Trained
Simulation-to-Reality Transfer
- Human Motion Capture: 1,000+ hours of humans performing household tasks
- Physics Simulation: Digital twin environments for safe exploration
- Reinforcement Learning: Billions of simulated episodes
- Domain Randomization: Varied lighting, textures, object shapes
- Real-World Fine-Tuning: Final calibration on physical hardware
The Data Pipeline
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Human Motion │────▶│ Simulation │────▶│ Real Robot │
│ Capture │ │ Training │ │ Deployment │
└─────────────────┘ └─────────────────┘ └─────────────────┘
│ │ │
▼ ▼ ▼
1000+ hours 10B+ episodes Continuous
of demonstrations explored learning
Comparison: Figure vs. Tesla Optimus vs. Boston Dynamics
| Capability | Figure 03 + Helix 02 | Tesla Optimus Gen 2 | Boston Dynamics Atlas |
|---|---|---|---|
| Autonomous Task Duration | 4+ minutes | ~30 seconds | Demos only (teleoperated) |
| End-to-End Learning | ✅ Yes | 🔄 Partial | ❌ No |
| Dexterous Manipulation | ✅ High | 🔄 Medium | ❌ Limited |
| Walking + Manipulation | ✅ Simultaneous | 🔄 Sequential | ✅ Yes |
| Commercial Availability | 2027 Target | 2028+ | Not consumer |
| Estimated Price | $50K-100K | $20K target | N/A |
What This Means for the Future
Near-Term (2026-2028)
- Warehouse logistics: Robots picking and packing orders
- Manufacturing: Assembly line assistance
- Elderly care: Home assistance robots (supervised)
Medium-Term (2028-2030)
- Home robots: General-purpose household assistants
- Hospitality: Hotel and restaurant service
- Healthcare: Patient transport and basic care
Long-Term (2030+)
- Universal robots: Adaptable to any physical task
- Personal assistants: Affordable home robots
- Labor transformation: Significant workforce implications
The Business Case
Figure AI has raised $750 million at a $2.6 billion valuation as of late 2025. Their business model:
- B2B First: Enterprise customers in logistics and manufacturing
- Learn from Deployment: Data from commercial use improves models
- Consumer Later: Home robots once technology and pricing mature
Revenue Projections (Figure's Investor Deck)
| Year | Revenue Target | Unit Sales |
|---|---|---|
| 2027 | $100M | 1,000 units |
| 2028 | $500M | 5,000 units |
| 2030 | $2B+ | 50,000+ units |
Skeptical Takes
Not everyone is convinced:
"The dishwasher demo is impressive, but it's one task in one kitchen. Real homes have infinite variations. The generalization problem remains unsolved." — Robotics researcher, MIT
"We've seen amazing demos before. The question is reliability—can this run 8 hours a day, 7 days a week, without supervision?" — Automation industry analyst
Open Questions
- Generalization: Can Helix 02 handle kitchens it wasn't trained on?
- Edge Cases: What happens when a glass slips or a door jams?
- Maintenance: How often does hardware fail?
- Safety: What protections exist against harm to humans?
Figure's Roadmap
| Milestone | Target Date |
|---|---|
| Factory pilot (partner) | Q2 2026 |
| Commercial launch (B2B) | Q4 2027 |
| Home pilot program | 2028 |
| Consumer availability | 2029-2030 |
Final Thoughts
Figure's Helix 02 demonstration represents the most convincing evidence yet that humanoid robots are approaching practical utility. The shift from scripted demos to genuine autonomous behavior—however limited—is a qualitative leap.
Whether this translates to robots in our homes within five years remains uncertain. But for the first time, it feels plausible.
Rating: 4.5/5 ⭐
Groundbreaking technology with a clear path to commercialization. The humanoid robot future is closer than most realize.
Related Reading
What household tasks would you want a robot to handle first? Share your thoughts in the comments.
