Release
March 17, 2026
openpilot 0.11 — The First Robotics Agent Trained in a Learned Simulator
openpilot 0.11 is here and it is the biggest release in comma's decade-long journey toward true end-to-end autonomy. For the first time ever, a real-world robotics agent has been shipped to users that was fully trained in a learned simulation, and it is running on comma 3X and comma four devices right now.
TL;DR
openpilot 0.11 ships the first real-world robotics agent fully trained in a learned simulator.
The new WMI model uses a 2B-parameter world model trained on 2.5 million minutes of fleet driving video.
Experimental mode now delivers full end-to-end longitudinal control on comma 3X and comma four.
Idle power draw on comma four falls from 225 mW to 52 mW, a 77% reduction.
The release also adds a redesigned UI stack, better obstacle reactivity, and four new supported cars.
Experimental mode adoption by openpilot versionSpeed convergence test: new model vs previous releases
What is the World Model?

For years, enabling stock adaptive cruise control meant handing speed control to a system built on fixed rules, preset following distances, and limited context. Even when openpilot Experimental mode improved on that experience, the longitudinal policy was still trained in a classical hand-coded simulator that could only model small deviations.

That limitation showed up in the real world. Older models did not always settle confidently on a comfortable highway cruising speed, and users could feel that indecision at speed.

openpilot 0.11 changes that with WMI, a world model trained using a learned simulator. The new system is powered by a 2-billion-parameter neural network that learned to simulate driving directly from data: no hand-coded geometry, no rule-based physics, just 2.5 million minutes of fleet driving video used to teach a transformer what the world looks like and how it should evolve when the car steers or brakes.

Speed Convergence

The comma team tested the new model by initializing simulation runs at different speeds and letting the policy converge to its preferred highway pace. Version 0.11 behaves much more confidently and consistently than earlier releases.

The practical signal is even more important: after the model landed in openpilot nightly on January 19, 2026, users on nightly preferred Experimental mode over stock ACC by a wide margin. That is the highest Experimental mode adoption comma has seen for an openpilot release.

In plain terms, drivers are increasingly turning off the factory cruise controller and trusting the full end-to-end comma model instead. That is a real-world milestone, not just a benchmark win.

What it means for you
If you are on a supported comma 3X or comma four setup, the main difference is how speed decisions are made.

Stock ACC

Your car's built-in adaptive cruise control.

Rule-based and limited to what the manufacturer explicitly programmed, with fixed following and speed behavior.

Old Experimental mode

A better openpilot driving model with a simulator bottleneck.

Longitudinal behavior improved over stock ACC, but highway speed selection could still feel inconsistent because training depended on a hand-coded simulator.

openpilot 0.11 Experimental mode

Full end-to-end planning and speed control.

The model now plans and controls speed using policies learned entirely from a neural network simulator, removing hand-coded rules from the loop.

Technical Details
Core model and training changes behind the 0.11 release.
World Model: 2B parameter Diffusion Transformer (n_layer=48, n_head=25, n_embd=1600) trained with Rectified Flow diffusion on 2.5M minutes of fleet video.
Frame Compressor: 50M parameter ViT encoder plus 100M parameter decoder using a Masked Auto Encoder formulation for 2.7x better modelability.
Driving Policy: Small transformer with 2 seconds of context at 5 fps, trained on World Model rollouts for near on-policy learning.
Improved reactivity: Noticeably better behavior around parked cars and slow obstacles.
comma four power saving breakdown
Power savings

comma four gets a major quality-of-life improvement in 0.11. Idle power draw while parked and waiting for ignition drops from 225 mW to 52 mW, which is a 77% reduction.

Previously, the device consumed a meaningful chunk of the car's key-off power budget. At 52 mW, that parked drain is now effectively negligible for most owners.

UI polish
Reworked setup and onboarding with horizontal card scrollers instead of long vertical pages.
Redesigned Wi-Fi menu with one fewer sub-menu.
A real navigation stack so you can see where you are while swiping back.
Steering arc support for angle control cars.
Anti-aliased text, shimmer sliders, and a scroll bounce indicator.
New car support
Acura TLX 2025 CAN FD
Honda 10G Civic manual transmission
Lexus LS 500 2018
Kia K7 2017
Read the full release notes
For the original announcement and full release context, read comma's release post.