Quick read: The biggest fight in self-driving technology right now is about what the car should see with. One side (Tesla, Wayve) says: cameras are enough — humans drive with two eyes, so AI with cameras should be able to drive too. The other side (Waymo, Aurora, Mobileye Chauffeur) says: cars need more than cameras — they need LiDAR (laser-based 3D scanning), radar (radio-wave detection), and HD maps (a pre-built lane-accurate map of every road) so that if one type of sensor fails, the others catch the problem. Whoever’s right reshapes the $10+ trillion global vehicle industry.
The point: This isn’t a small engineering choice. Cars built one way and cars built the other way look different, cost different amounts to make, and scale to new cities in totally different ways. Both can’t win at full scale.
Who needs this: Anyone trying to understand the Tesla-vs-Waymo argument, anyone thinking about buying a self-driving-capable car, investors making bets on AV companies, anyone debating these companies at dinner parties.
Skip if: You’ve already read our profiles of Tesla FSD, Waymo, Mobileye, Aurora, and Wayve. Daily AI fundamentals in our free Beginners in AI newsletter.
If self-driving were a solved engineering problem, every company would build their cars the same way. They’re not. The companies racing to build self-driving cars are split into two camps that fundamentally disagree about what the car needs to perceive its surroundings with. Their cars look different on the outside. They cost different amounts to build. And only one approach is likely to win at full scale.
Here’s the argument in plain English — what each side believes, and what the real-world driving data so far suggests.
Quick vocabulary you’ll see throughout this post:
- Camera — works exactly like your phone’s camera. Sees light, records pixels. Fails when blinded by sun, fog, or a dirty lens.
- LiDAR (pronounced “LIE-dar”) — like sonar but with laser light. Shoots out invisible laser beams thousands of times per second and measures how long each beam takes to bounce back. Produces a precise 3D map of every object within range.
- Radar — sends out radio waves and measures the echo. Less precise than LiDAR but works in fog, rain, and snow when cameras and LiDAR struggle.
- HD map — a regular Google Maps shows you the roads. An HD map shows every lane line, every traffic sign, every curb, every traffic-signal location with centimeter accuracy. Has to be built and maintained street-by-street.
- SAE Level — the international standard for how autonomous a car is, from Level 0 (you do everything) to Level 5 (the car does everything everywhere). Tesla FSD is officially Level 2 (driver supervises). Waymo One in Phoenix is Level 4 (truly no human driver, but only on pre-mapped streets).
What does “vision-only” vs “sensor fusion” mean in plain English?
- Vision-only. The car has only cameras — usually 8 of them, mounted around the body. No LiDAR. No radar. The car’s AI watches the world the same way a human driver would, through eyes. Tesla took this approach all the way and removed even their old radar units in 2023.
- Multi-sensor fusion. The car has cameras plus LiDAR plus radar plus a pre-built HD map. Think of it as several different witnesses comparing notes about what’s around the car. If one witness is confused (fog blinds the cameras), the others can fill in. Waymo’s robotaxis have 29 cameras, multiple LiDAR units, 6 radars, and a centimeter-accurate map.
The argument isn’t whether the “multi-sensor fusion” approach works. It clearly does: Waymo gives roughly 500,000 paid rides per week with no human driver in the car, in 10 US cities. That’s real, that’s scaling, that’s undeniable.
The argument is whether vision-only also works at the same safety level. If it does, then a $50,000 Tesla running vision-only software is doing the same job as a $200,000+ Waymo with all its expensive sensors. The cost difference is huge enough that one side’s approach will probably end up dominating — not for technology reasons, for economics reasons.
Who’s on which side?
| Company | Approach | 2026 deployment |
|---|---|---|
| Tesla | Vision-only (cameras only; no LiDAR, no radar since 2023) | ~6M HW4-capable vehicles; Austin Robotaxi pilot (SAE L4 with safety monitor) |
| Wayve | Vision-only end-to-end neural network | Pre-commercial; Uber robotaxi trial in London planned 2026 |
| Comma.ai | Vision-only (retrofit / open-source) | 250+ vehicle models via openpilot |
| Waymo | Multi-sensor fusion: 29 cameras + LiDAR + radar + HD maps | ~500K paid rides/week in 10 US metros at SAE L4 |
| Aurora | Multi-sensor fusion: cameras + LiDAR + radar + HD mapping | Commercial driverless trucking on Texas routes (SAE L4) |
| Mobileye Chauffeur | Vision-first with optional LiDAR + radar fusion for L4 (flexible) | SuperVision (L2+/3) rolling out 2026; Chauffeur (L4) launching with Audi 2027 |
| Cruise (now substantially reduced) | Multi-sensor fusion | Operations halted after 2023 incident; substantially scaled back |
| Chinese AV companies (Baidu Apollo, Pony.ai, WeRide) | Mostly multi-sensor fusion with LiDAR | Multiple Chinese-city robotaxi services |
The vision-only camp is led by Tesla. The multi-sensor camp is led by Waymo. Wayve is the second-most-credible vision-only company; Mobileye occupies a flexible middle position. Most Chinese AV companies use multi-sensor fusion.
What are the arguments for vision-only?
- Humans drive with two eyes. Roads are designed for human eyes — signs, signals, lane lines, hand gestures from other drivers. If the road network works for human vision, AI with enough cameras and a good-enough brain should work too. The vision-only camp says LiDAR is overkill, like wearing night-vision goggles to drive at noon.
- Cameras are cheap; LiDAR is expensive. A camera costs $10–$200. A LiDAR unit costs $1,000–$10,000. Building millions of consumer cars with LiDAR makes them thousands of dollars more expensive. Tesla can sell a $35,000 Model 3 with vision-only; a $35,000 Waymo-style car is impossible at current LiDAR prices.
- More cars means more training data. Tesla has roughly 6 million vehicles capable of running its latest software. Every drive feeds back data the AI can learn from. Waymo has about 700 robotaxis. A vision-only system that sees 1,000x more driving than a multi-sensor system has 1,000x more data to learn from.
- Cameras work everywhere; HD maps don’t. Vision-only cars need no pre-mapping. If the system works in Phoenix, it should work in Boston tomorrow. Waymo has to build a centimeter-accurate HD map of every street it operates on — an enormous per-city cost.
- Simpler system = faster improvement. When the car’s “brain” is one big AI model that takes camera images and produces driving actions, every improvement to the AI improves the whole car. Older approaches split the brain into separate parts (one for spotting cars, one for predicting where they’ll go, one for deciding what to do) — and the joints between those parts are hard to upgrade.
In plain English: Tesla’s bet is that cameras + a really good AI brain + tons of real-world driving data = solved problem. If they’re right, they’ve already built the car everyone else will copy.
What are the arguments for multi-sensor fusion?
- Each sensor fails in different ways. Cameras fail in fog and direct sun (they get blinded). LiDAR fails in heavy rain (water droplets scatter the laser). Radar sees through fog and rain just fine but is less precise. Combine all three and you have a system where no single weather condition can blind the whole car.
- LiDAR sees distance directly; cameras have to guess. When LiDAR shoots out a laser, it gets back an exact distance (12.3 meters to that pedestrian). Cameras have to figure out distance from how big things look in two pictures — mathematically harder, more error-prone, particularly at night and in bad light.
- Multi-sensor is harder to fool. Researchers have shown that a special pattern painted on a stop sign can fool a camera-only AI into thinking it’s a 45-mph speed-limit sign. LiDAR doesn’t care what the sign says — it just sees a flat octagon at 25 feet. Using both sensors at once is harder to trick.
- If someone dies, you need a strong defense in court. When (not if) a self-driving car kills someone, the company has to argue in court that they built a safe enough system. A car with cameras + LiDAR + radar has a stronger argument than a car with cameras alone. Manufacturers think a lot about this.
- Regulators trust multi-sensor more. The FAA approves drones, the NHTSA approves cars. So far, both regulators have been quicker to say “yes, that’s safe” to multi-sensor cars (Waymo got Level 4 approval; Tesla’s vision-only system is still officially Level 2).
- Snow, heavy rain, and night driving. In real-world tests, multi-sensor cars have outperformed camera-only cars in tough weather. If you live somewhere with snow or fog, the difference matters.
In plain English: Waymo’s bet is that the safety bar for true self-driving is high enough that one type of sensor isn’t enough. You need backup. You need redundancy. And the only place to get it is to spend more money on more sensors. If they’re right, every car that ever drives itself fully will look like a Waymo.
What does the deployment data say?
| Metric | Vision-only deployment | Multi-sensor fusion deployment |
|---|---|---|
| SAE Level 4 commercial customer rides (2026) | Limited: Tesla Austin Robotaxi pilot with safety monitor; Wayve in London pending | ~500K/week Waymo One; growing Chinese services; Aurora trucking |
| Total miles driven (cumulative) | Billions on Tesla Autopilot/FSD; aggregate operator data largest | Tens of millions Waymo One (much smaller absolute, much more autonomous) |
| Reported crash rate vs human baseline | Contested. Tesla publishes favorable rates; press analyses cite less-favorable Austin-Robotaxi data | Waymo publishes peer-reviewed data showing fewer injury-causing crashes per mile than human baseline |
| Geographic coverage | Vehicles in dozens of countries; commercial robotaxi service only Austin so far | 10 US metros for Waymo One; Aurora trucking on 2 Texas routes |
| Open NHTSA investigations | EA26002 + PE25012 cover 2.88M-3.2M Tesla vehicles | Limited Waymo investigations; Cruise had major 2023 incident |
| Per-vehicle deployment cost | $5K–$15K of additional hardware on standard car | $50K–$200K of additional sensors on converted SUV (Waymo) |
The honest read in 2026: Waymo has the strongest operational Level 4 record (no human in the driver’s seat for 500K+ paid rides per week). Tesla has the largest deployment but at Level 2 (driver supervised) plus the early Level 4 Austin pilot. Wayve hasn’t deployed Level 4 commercially yet. Aurora’s Level 4 trucking is the second-most-credible Level 4 deployment after Waymo.
Why the debate matters economically
Vision-only and multi-sensor fusion have fundamentally different unit economics, which leads to fundamentally different business models:
- Vision-only scales like a phone app. The expensive part is the AI model. Once the model works, sticking it on the next 100,000 cars costs almost nothing extra. Adding a new city is free — the model just works there. Software economics: software-margin profits.
- Multi-sensor fusion scales like a hotel chain. Each car is expensive ($200,000+ in Waymo’s case). Each new city requires building a centimeter-accurate map first. Each city is a real expansion project, not a software update. Service-business economics: limited margins, slower expansion.
The stakes: Tesla’s ~$1 trillion market value assumes vision-only works at full self-driving, which would make Tesla a massive software business. Waymo’s $126B value assumes the service model wins, which means slow city-by-city growth but huge per-city profits. Aurora ($5–15B) is betting trucks specifically. Both bets can’t be right at full scale — one set of valuations is wrong.
Is there a middle position?
Yes — Mobileye has explicitly positioned for it. Mobileye SuperVision is vision-first for Level 2+/3; Mobileye Chauffeur adds a redundant LiDAR+radar perception system for Level 4. The argument: use the simplest sensor suite that achieves the required safety level for each use case, and let OEM customers choose.
This flexibility is the reason Mobileye has shipped 200+ million ADAS-equipped vehicles (ADAS = Advanced Driver Assistance Systems, the official name for the lane-keep, adaptive cruise, and emergency braking features in most modern cars) while neither Tesla nor Waymo can claim that scale. The trade-off: by being middle-of-the-road, Mobileye isn’t making the disruptive bet that wins the largest single market position. See our Mobileye profile.
What would settle the debate?
- Vision-only Level 4 commercial deployment at Waymo-comparable scale. If Tesla’s Austin Robotaxi (or Wayve’s London service) reaches 100K+ paid rides per week without safety monitors, that’s strong evidence vision-only can match multi-sensor at Level 4.
- NHTSA conclusions on Tesla FSD investigations. If EA26002 concludes that vision-only has unsafe failure patterns in degraded camera conditions, that’s strong evidence sensor fusion is structurally required.
- Insurance-industry pricing. Insurance companies have direct economic incentive to price each system’s actual safety record. Differential rates would be a leading indicator.
- OEM commitment patterns. Mercedes is partnering with Wayve and Mobileye and running its own Drive Pilot (mixed sensors). Stellantis is partnering with Wayve. Whether OEMs commit to vision-only platforms for full L4 will signal the industry consensus.
- Chinese market evidence. Chinese AV deployments (Baidu Apollo, Pony.ai, WeRide) have been multi-sensor heavy. Whether they shift toward vision-only would signal a technology consensus emerging.
The next 24 months should produce meaningful evidence on at least three of these. The debate has been theoretical for years; it’s about to become empirical.
FAQ
Why did Tesla remove radar?
Tesla’s public reasoning: radar was producing noisy returns that the neural network struggled to integrate with camera input. Removing radar simplified the perception architecture. The longer-term reasoning: Tesla’s vision-only thesis is purer if there’s no other sensor adding signal. Critics counter that radar is most useful in exactly the conditions where cameras struggle (fog, rain, snow) — removing it makes the bad-conditions performance worse, not better.
Could a vision-only system add LiDAR later?
Technically yes, but the production-vehicle constraints make it hard. LiDAR units have to be mounted with clear sightlines (typically on the roof or front bumper); they require power, data, and processing budget. Tesla designed its vehicles around camera-only sensor placement; adding LiDAR would require significant vehicle redesign.
What about HD maps?
HD maps are a separate dimension from sensors. Waymo and Aurora pre-map every operating area at centimeter accuracy. Tesla and Wayve operate without HD maps, relying on real-time perception alone. Mobileye uses REM (Road Experience Management) crowdsourced mapping, which is lighter-weight than full HD maps. HD mapping adds operational reliability at the cost of geographic scaling speed.
Does end-to-end AI require vision-only?
No. End-to-end AI just means using one neural network rather than a modular pipeline; that network can ingest any combination of sensors. Tesla and Wayve happen to use end-to-end and vision-only, but those are separable design choices. A multi-sensor end-to-end system is technically possible (Waymo’s research includes some of this) but operationally rare today.
What about cost of LiDAR coming down?
LiDAR costs have come down substantially since 2018. Solid-state LiDARs from companies like Luminar, Innoviz, and Velodyne are now in the $1,000–$5,000 range for the production-grade units used in vehicles. If LiDAR cost falls another 5–10x, the economic argument against multi-sensor fusion weakens significantly. The cost-curve trajectory is one of the variables that may settle the debate by simple economics.
Who’s winning the debate right now?
By 2026 deployment evidence: multi-sensor fusion is ahead. Waymo has the only Western SAE Level 4 commercial service at meaningful scale. Aurora is the only commercial driverless trucking operation. Cruise’s issues notwithstanding, multi-sensor still has the clearest production track record. By deployment scale, vision-only is ahead via Tesla’s installed base at Level 2. The Level 4 question is the one still unresolved, and the next 12–24 months will produce the empirical evidence to settle it.
Where can I read the underlying research?
arXiv (cs.CV section) hosts the academic CV research. Waymo Research at waymo.com/research publishes Waymo’s peer-reviewed papers. Wayve’s research at wayve.ai/thinking. Tesla publishes much less academically; the AI Day presentations are the primary Tesla technical reference. Andrej Karpathy’s YouTube lectures (former Tesla AI director) cover the end-to-end approach in accessible detail.
The bottom line
The vision-only vs sensor-fusion debate is the most-important open question in applied AI in 2026. The major companies have spent years building deeply incompatible bets; the next 12–24 months produce the evidence that starts to resolve which side was right.
If you’re trying to predict the outcome: notice that the question isn’t binary. Vision-only might win at consumer Level 2–3 and lose at Level 4. Multi-sensor might win at Level 4 robotaxi and lose at mass-market consumer. Mobileye’s flexible position bets exactly that. The truth may be that both approaches are right in different use cases.
For broader context: Tesla FSD Explained, Waymo Explained, Mobileye Explained, Aurora Innovation Explained, Wayve Explained, Computer Vision in Autonomous Vehicles, Computer Vision in Modern Drones. Daily AI fundamentals in our free Beginners in AI newsletter.
Learn Our Proven AI Frameworks
Beginners in AI created 6 branded frameworks to help you master AI: STACK for prompting, BUILD for business, ADAPT for learning, THINK for decisions, CRAFT for content, and CRON for automation.
Get Smarter About AI Every Morning
Free daily newsletter — one story, one tool, one tip. Plain English, no jargon.
Free forever. Unsubscribe anytime.
Sources
- Tesla, Full Self-Driving (Supervised) Support page — primary reference for vision-only architecture.
- Tesla, Vehicle Safety Report — Tesla’s official per-mile crash-rate reporting.
- Waymo Research, waymo.com/research — primary source for Waymo’s multi-sensor and safety-data publications.
- Wayve, wayve.ai/thinking — primary source for Wayve’s end-to-end research publications.
- Mobileye, mobileye.com — primary source for the flexible vision-first-with-fusion approach across SuperVision and Chauffeur products.
- Aurora, aurora.tech — primary reference for the multi-sensor approach in autonomous trucking.
- NHTSA Office of Defects Investigation, Recalls and Investigations portal — primary source for ongoing Tesla FSD investigations (EA26002, PE25012).
- SAE International, SAE J3016 Levels of Driving Automation — industry-standard definition of Level 2, 3, 4.
- arXiv computer-vision section, arxiv.org/list/cs.CV — primary peer-published research on end-to-end and modular AV approaches.
- Andrej Karpathy’s YouTube lectures — former Tesla AI director’s accessible technical explanations of end-to-end self-driving.
You May Also Like
- Tesla Full Self-Driving (FSD) Explained
- Waymo Explained: The $126B Robotaxi Operational Leader
- Mobileye Explained
- Wayve Explained: The $8.6B London AV Company
- History of Self-Driving Cars
- Aurora Innovation Explained
- Computer Vision in Autonomous Vehicles
Two ways to go further
The AI Prompt Library
1,000+ ready-to-use prompts for Claude, ChatGPT, and Gemini. Stop staring at a blank box.
Get it for $39 →2-Hour Live AI Crash Course
A private, beginner-friendly session across Claude, ChatGPT, Gemini, and the wider landscape.
Book for $125 →