Link Copied!

Figure AI's 11-Month BMW Exam: The Results Nobody Published

Two Figure 02 robots spent 11 months placing 90,000 parts on BMW's Spartanburg line. The pilot ended, the KPI data stayed private, and the robots have since been retired. Here's what it actually proved.

A Figure 02 humanoid robot installing a car part on a BMW assembly line

For the last three years, the humanoid robot industry has been a contest of viral videos. Can it do a backflip? Can it make coffee? Can it fold a shirt? These demonstrations were impressive, but they were also carefully staged, heavily edited, and ultimately devoid of economic reality.

In mid-November 2025, that era took its first serious step toward ending.

Figure AI and BMW Manufacturing wrapped up an 11-month pilot program at the Spartanburg, South Carolina plant. The headline isn’t that the robots worked. The headline is that the work was boring.

There were no backflips. There were no dances. There were two Figure 02 robots at a chassis line, inserting sheet metal parts into a fixture within a 5-millimeter tolerance, running 10-hour shifts Monday through Friday, for months on end. Between them they handled roughly 90,000 part placements, feeding the production of more than 30,000 BMW X3 bodies. They didn’t take smoke breaks. They didn’t complain about repetitive strain injury.

This is the “Exam” that every robotics company has been dreading — and Figure sat it for 11 months. The catch, as we’ll see, is that the full grade sheet was never published.

Advertisement

The Metrics of Reality

The pilot focused on a specific, high-frequency task: inserting sheet metal parts into a chassis fixture. This is a task that is notoriously difficult for traditional automation because the chassis varies slightly in position, and the parts are flimsy and difficult to grip.

Unlike a rigid robotic arm which expects the world to be perfect, a humanoid must adapt to an imperfect world. The pilot’s published targets were demanding:

  • Placement Accuracy: >99% success rate per shift.
  • Cycle Time: 84 seconds per multi-part operation.
  • Intervention Rate: Zero human interventions per shift — every pause or reset was logged.

Here is the asterisk on the whole exercise: neither Figure nor BMW released the data on how well the robots actually met those targets. The interventions were logged; the log stayed private. An 11-month pilot that ends with the KPIs unpublished is a passing grade by implication, not by evidence — worth remembering every time a press release calls it a “success.”

The 5mm Tolerance

The most critical published metric is the placement tolerance. The robots were required to place parts within a 5mm tolerance window.

Tolerance5mm\text{Tolerance} \le 5\text{mm}

To a human, 5mm is huge. To a robot relying on computer vision in a factory with changing lighting conditions (shadows from overhead conveyors, welding sparks), 5mm is a canyon of uncertainty. The fact that the Figure 02 could consistently hit this target using only onboard neural networks, without external motion capture markers, validates the “End-to-End” neural network approach.

The Neural Architecture: Generative AI Models in Action

The operational logic of Figure 02 represents a fundamental departure from deterministic programming. Instead of running on “code” in the traditional sense, the robot executes actions via a Vision-Action Model (VAM) trained end-to-end.

In a classical robotic paradigm, a controls engineer would write explicit logic: if (sensor_A > 5) { move_arm(x, y, z) }

Advertisement

This approach is brittle. If the sensor reading drifts to 4.9, the code fails.

In contrast, Figure 02 operates like a Generative Pre-trained Transformer (GPT) for physical action. The robot’s onboard cameras feed a stream of visual tokens into a transformer model. Simultaneously, the model receives a high-level semantic instruction such as “Place the bracket.” The systems processes these inputs and predicts the next token in the sequence. However, instead of predicting the next word in a sentence, it predicts the next joint velocity command.

This “pixels-to-actions” architecture allows the robot to generalize. If the part is rotated 10 degrees, the neural network doesn’t error out; it simply predicts a slightly different hand trajectory, just as a human would intuitively adjust their grip. A traditional robot would simply crash.

VAM Training Pipeline details

The model isn’t just watching video; it’s ingesting a multimodal stream. The “reasoning” part of the VAM allows it to plan. When given a command, the model decomposes the task into a latent plan. This plan isn’t a hard-coded sequence but a probabilistic cloud of potential actions. As the robot moves, it constantly re-evaluates the probability of success for the next 100 milliseconds of movement. This 10Hz control loop is what allows it to correct for micro-slippages or unexpected vibrations on the chassis line. The “reasoning” layer sits above the “motor control” layer, effectively acting as a prefrontal cortex guiding the motor cortex.

This is why the “Sim-to-Real” gap was the biggest hurdle.

Crossing the Sim-to-Real Chasm

Reinforcement Learning (RL) allows a robot to train equivalent to thousands of years in a simulation in just a few days. However, simulations are notoriously “clean.” Friction is constant, lighting is uniform, and physics engines rarely capture the chaotic reality of a factory floor.

When you take a brain trained in “The Matrix” and put it in a dirty, noisy BMW factory, it usually suffers from distribution shift, essentially a digital seizure where the sensors don’t match the training data. The BMW pilot proves that Figure has solved the Domain Randomization problem. By training the model on millions of variations of lighting, noise, and friction in the simulation, the real world just looks like “another variation” to the neural net. This “Sim-to-Real” transfer is the holy grail of general-purpose robotics, allowing the fleet to learn from failure in the cloud without breaking expensive hardware in reality.

Advertisement

The Economics of “General Purpose”

Why use a $150,000 humanoid when a $30,000 KUKA arm could do this?

This is the central question that skeptics (and short sellers) have raised since the project’s inception. The answer lies in the specific constraints of the BMW pilot setup. The Figure 02 was deployed into an existing human workspace.

  • No Cages: The robot worked alongside people, without the expensive yellow safety cages that define traditional automation.
  • No Re-tooling: The chassis line wasn’t rebuilt for the robot. The robot adapted to the line.
  • Flexibility: If the line changes next week, the humanoid learns the new task via a software update. A dedicated arm would need to be physically unbolted, moved, and reprogrammed by a specialized integrator.

This is the definition of Brownfield Automation. It allows manufacturers to automate plants that were built in the 1990s without tearing them down. The “Robot Tax” (the hidden cost of modifying the factory environment to suit the robot) drops to near zero. Furthermore, the robot is not an asset tied to a specific product line. When the X3 body line it worked changes over, the robot walks to the next task. A fixed arm goes to the scrapyard.

The Cost of Labor Parity

At $150,000, assuming a 5-year lifespan and modest maintenance, the hourly cost of a Figure 02 is roughly $10-$15/hour. The fully burdened cost of a UAW worker in Spartanburg often exceeds $65/hour. But be careful with the aggressive-capex math you’ll see elsewhere: it assumes 24/7 uptime with battery swaps replacing shifts. The pilot demonstrated nothing of the sort — the robots ran a single 10-hour shift, five days a week. At that duty cycle the payback period stretches to years, not months. The sub-12-month ROI case requires round-the-clock operation that remains, for now, hypothetical.

Forward-Looking Analysis: The 2026 Ramp

And here is the second asterisk: the pilot ended without a deployment. BMW has confirmed there are currently no Figure robots at Plant Spartanburg and no definite timetable for bringing them back. The exam was passed (probably); the job offer hasn’t been signed. Still, industry analysts expect three major shifts in 2026:

1. The “Whites of Their Eyes” Phase

Robots will move from “caged pilots” to “collaborative distinct zones.” They won’t be shoulder-to-shoulder with humans yet (safety regulations lag behind technology), but they will share the same air.

2. The Compute Bottleneck

Figure 02 carries a massive onboard computer to run its VLM. As these fleets scale, the demand for edge-inference chips (like Nvidia’s Jetson Thor) will skyrocket. The limiting factor for deployment won’t be the robot hardware; it will be the availability of localized compute.

3. The Union Response

The UAW and German works councils have been quiet about these pilots because they were “experimental.” Now that a full production-line pilot has run its course, the labor conversation will shift from “if” to “how many.” Expect contracts in 2026 to explicitly define “Humanoid Ratios” per assembly line.

The Verdict

The Figure 02 pilot at BMW wasn’t a science project. It was a job interview. A bipedal robot walked in, worked the line for 11 months, and didn’t crash.

But the honest verdict stops short of the victory lap. The performance data was never published, the plant runs without humanoids today, and Figure has since retired Figure 02 entirely — the BMW units went back to headquarters as part of a fleet-wide retirement after the Figure 03 launch.

The “Useful Humanoid” is no longer just a promise. It’s a candidate that passed its probation period — and is still waiting for the permanent contract.

Sources

Advertisement

🦋 Discussion on Bluesky

Discuss on Bluesky

Searching for posts...