Self-driving cars have been “almost here” for over a decade. Back in 2015, several companies promised fully autonomous vehicles on public roads by 2020. It’s 2026 now, and the reality turned out more complicated than either the optimists or the skeptics expected. Waymo runs genuinely driverless robotaxis across several US cities, carrying millions of paid rides with nobody in the driver’s seat. Cruise, once its biggest rival, shut its robotaxi operations down after a serious incident and a collapse of regulatory trust. Tesla’s Full Self-Driving, despite the name, is still a system that legally requires an alert human behind the wheel. And the average new car sold this year ships with more driver-assistance AI than a research vehicle carried ten years ago.
So the technology is real, often genuinely impressive, and running in production. But “self-driving” stretches across a spectrum that runs from basic lane-keeping all the way to fully driverless operation, and the distance between those two ends is enormous. Making sense of AI in self-driving cars really means making sense of that spectrum — the AI systems behind each level of it, and the specific problems that keep true autonomy much harder than it looks from the outside.
Here’s how it actually works.
A brief history of self-driving cars
Think self-driving cars are a product of the recent AI boom? The ambition is far older than that. Engineers were tinkering with radio-controlled cars back in the 1920s, and driver-assistance features started gathering pace after the Second World War. The first car that could truly drive itself, in a limited way, arrived in 1977 from Japan’s Tsukuba Mechanical Engineering Laboratory. So we’ve been chasing this goal for the better part of a century — keep that in mind whenever someone sells it to you as new.
Where does the modern research story actually begin? The 1980s. Carnegie Mellon’s Navlab started its semi-autonomous vehicle projects in 1984, funded by DARPA. In Europe, Mercedes-Benz and the University of the Bundeswehr Munich ran the EUREKA Prometheus Project from 1987. The US put US$650 million into a National Automated Highway System in 1991. For most of that stretch, the money came mainly from DARPA and the military — and the work advanced the way that kind of research usually does: steadily, in small increments, improving sensing and control and basic driving competence rather than leaping ahead.
When did it really turn a corner? Ask most researchers and they’ll name the DARPA Grand Challenge, especially the 2005 event, which pushed the field forward in a big way and seeded much of the talent that would go on to build the commercial industry. From there, private companies took over. GM’s Cruise subsidiary began road-testing in California in 2015. Two years later, Waymo launched the first commercial robotaxi service in Phoenix, with China close behind. And then? Reality bit. Cruise shut down in 2024, and around 2022 several major manufacturers — Ford and Volkswagen included — scaled back their self-driving plans over real doubts about the economics.
Notice the pattern running through all of it. At nearly every stage, genuine technical progress has arrived alongside confident predictions of full autonomy that then failed to show up on time. That gap — between what’s promised and what actually ships — is the throughline of the whole field. And it’s honestly the single most useful thing to keep in mind whenever you read the next big self-driving claim.

What “self-driving” actually means — the SAE levels
Most casual coverage of self-driving cars gets one thing wrong right out of the gate: it treats “self-driving” as a single capability a car either has or doesn’t. In reality the industry uses a six-level framework defined by SAE International, and the levels matter enormously because they’re the difference between a car that helps you drive and a car that drives itself.
- Level 0 — no automation. The car does nothing on its own. Everything is on the human. Most cars on the road for most of automotive history.
- Level 1 — driver assistance. The car helps with one thing at a time: adaptive cruise control that manages speed, or lane-centering that manages steering, but not both together. The human is fully driving.
- Level 2 — partial automation. The car manages speed and steering together under supervision. Tesla Autopilot, GM Super Cruise, Ford BlueCruise all live here. This is the level most people mean when they say “self-driving,” and it’s the one that causes the most confusion, because the human is still legally responsible for driving at every moment. The car is assisting, not driving.
- Level 3 — conditional automation. The car actually drives itself under specific, limited conditions, and the human can stop paying attention until the car asks them to take over. Mercedes Drive Pilot was the first system certified at this level for consumers. The handoff — the car asking a disengaged human to suddenly resume control — is the tricky and somewhat controversial part.
- Level 4 — high automation. The car drives itself fully, with no human needed, but only inside a defined operational area (a geofenced city zone, for instance). Waymo operates here. Within its service area, there’s genuinely nobody driving. Outside that area, the car doesn’t operate at all.
- Level 5 — full automation. The car drives itself everywhere a human could, under all conditions, with no limits and no steering wheel required. This does not exist yet. Despite a decade of predictions, no one is close to shipping it.
Here’s the point worth burning into memory before reading anything else about this technology: almost everything sold to consumers as “self-driving” is Level 2, where you are still the driver. Truly driverless operation, Level 4, exists only inside carefully mapped and geofenced areas. Level 5, the science-fiction version where a car drives anywhere with nobody paying attention, is not around the corner. Once that distinction is clear, most of the confusing headlines about self-driving cars start making a lot more sense.
What’s the role of AI in autonomous vehicles?
To understand why AI matters so much here, it helps to look at what came before it. For a long time, automation in vehicles relied on rule-based systems — explicit, hand-written logic of the form “if this happens, do that.” Rule-based systems have genuine virtues. They’re predictable, and it’s easy to understand exactly why they made a particular decision, which matters enormously for safety and debugging.
But rule-based systems have a fatal limitation for driving: they can’t handle situations their authors didn’t anticipate. Driving is full of situations no one anticipated. The real world throws up endless variety, and a system that can only follow pre-written rules breaks down the moment reality steps outside those rules. That’s exactly the wrong property for something as dynamic and unpredictable as a public road.
This is where AI changes the picture. Machine learning algorithms, computer vision, and predictive analytics let the underlying models learn from data rather than depending only on hand-coded rules, and adapt to scenarios their designers never explicitly programmed. Instead of trying to write a rule for every possible situation, engineers train models on enormous amounts of driving data and let them learn to generalize to new situations. The result is a system that can handle a far wider range of real-world scenarios than any rule-based approach could.
There’s a catch, and it’s the same catch that runs through the whole field. Because the genuinely hard situations — the edge cases — are individually rare, the models need staggering amounts of data to learn to handle them. The industry talks in terms of billions of real-world kilometers of driving data, which is one of the main reasons synthetic data and simulation have become so central. You can’t wait to encounter every rare event on real roads, so you generate them artificially instead. In contemporary vehicles, AI ultimately performs three jobs: it lets the car perceive its surroundings, it makes driving decisions with a degree of foresight, and it controls the vehicle’s physical systems. Everything else is detail on top of those three functions.

How AI actually drives a car — the core pipeline
Underneath every autonomous system, from Level 2 assistance to Level 4 robotaxis, runs the same basic loop, repeated many times per second: perceive the world, predict what happens next, plan a response, and execute it. Each stage leans on different AI techniques, and each has its own hard problems.
Perception — how the car sees
Perception is where the car builds a picture of the world around it, and it’s the stage most dependent on computer vision and deep learning. The car takes in raw data from a suite of sensors — cameras for rich visual detail, radar for velocity and distance in any weather, lidar for precise 3D shape, ultrasonics for close-range detection — and fuses them into a single coherent model of what’s out there. Deep neural networks do the heavy lifting: identifying that this cluster of pixels is a pedestrian, that one is a cyclist, that shape is a stopped truck, those markings are the lane. It’s the same class of computer vision and AI development work that powers visual recognition well beyond vehicles.
The big philosophical split in the industry lives right here, in perception. Tesla has bet on a vision-first approach, arguing that if humans drive with two eyes, cameras plus enough neural-network intelligence should be sufficient, and lidar is an expensive crutch. Waymo and most of the robotaxi field have bet the other way, treating lidar’s precise 3D sensing as essential to the safety case, at least until vision-only systems prove themselves. Both approaches have shipped real vehicles. Which one is “right” is still being settled on public roads.
Localization and mapping — how the car knows where it is
Knowing what’s around the car is only half the problem; the car also has to know precisely where it is, often to within a few centimeters. GPS alone isn’t nearly accurate enough for that. Autonomous systems combine GPS with high-definition maps built in advance, and with a technique called SLAM (simultaneous localization and mapping) that lets the car match what its sensors see right now against a known map to pin down its exact position. This is part of why Level 4 robotaxis are geofenced: they rely on detailed HD maps of their service area, and those maps take real effort to build and maintain.
Prediction — how the car anticipates everyone else
This is arguably the hardest part of driving, for machines and humans alike. It isn’t enough to know where the pedestrian is; the car has to guess whether they’re about to step off the curb. It has to anticipate whether the car in the next lane is drifting or actually merging, whether the cyclist will hold their line, whether the driver at the four-way stop is going to wave it through or lurch forward. Predicting the intent of every independent agent in a scene, each with their own goals and their own unpredictability, is a genuinely difficult problem, and it’s where a lot of the remaining engineering effort in autonomy is concentrated.
Planning — how the car decides what to do
Once the car understands the scene and has predicted how it’s likely to evolve, it has to decide what to actually do — which path to take, when to accelerate, when to yield, how to handle the unprotected left turn or the merge into heavy traffic. This planning layer combines path planning with behavioral decision-making, and increasingly it draws on reinforcement learning and imitation learning, where the driving policy is shaped either by trial-and-error in simulation or by learning from vast amounts of recorded human driving. The edge cases — the negotiations, the ambiguous situations no rulebook fully covers — are what make planning hard.
Control — how the car executes
The last stage is the most mature and, relatively speaking, the easiest: translating the plan into physical commands to the steering, throttle, and brakes. Turning a decision (“change lanes smoothly to the left”) into precise actuator inputs is well-understood control engineering. By the time a car is reliably perceiving, predicting, and planning, control is rarely the bottleneck.
The technology behind self-driving cars
Beyond the perception-to-control loop, a working autonomous vehicle depends on several distinct technology systems, each of which has evolved its own body of engineering. Understanding them fills in the picture of what these vehicles actually contain.
Navigation and mapping
Navigation is really just using maps to plot a route from where you are to where you’re going — but here’s what’s interesting: different systems approach it in almost opposite ways. Some run on bare-bones maps — which roads connect, which are one-way, which are highways — and lean on real-time perception for everything else. Others demand incredibly detailed maps, right down to individual lanes, traffic controls, and roadworks, accurate to the centimeter. See the trade-off? The detailed maps give you more capable autonomy, but they’re expensive to build and — this is the part that gets overlooked — expensive to keep current as the world changes around them. Go with sparser maps and you need fewer updates and less geofencing. That’s exactly what MIT’s CSAIL was chasing with a system called MapLite, which drives country roads on nothing but GPS and basic maps — specifically to escape the grind of maintaining hand-labeled 3D maps.
Sensors and sensor fusion
The sensor suite is the car’s window onto the world, and it usually mixes cameras, LiDAR, radar, and ultrasonics, with GPS and inertial measurement behind them. Why run so many at once? Because each is good at something the others are bad at. Radar can see through a nighttime snowstorm that would blind a camera or LiDAR completely — just with less precision. Cameras give you rich color and texture, then struggle the moment the light gets bad. LiDAR builds precise 3D geometry, but it historically cost a lot. So how does a car reconcile all of it? Sensor fusion — you combine the inputs, let them check each other, and cover whatever blind spots any single sensor has. And this is where the industry’s biggest technical argument plays out: Tesla’s gone vision-only, eight cameras and no LiDAR, while Waymo and most others keep LiDAR central and point to its dropping price.
Path planning
Path planning finds the specific sequence of moves a vehicle uses to get from where it is to where it’s going. The techniques range from graph-based search, which is good at harder decisions like how to pass another vehicle, to optimization-based methods that impose strict constraints to avoid collisions. Under the hood, approaches like occupancy grid mapping and driving-corridor algorithms let the vehicle identify and stay within the open, drivable space bounded by lanes or barriers. This is the layer that turns a general intention into a concrete, collision-free trajectory.
Driver monitoring
For any system below full autonomy, keeping track of the human is as important as tracking the road. Driver monitoring systems assess attention and alertness, using techniques like eye tracking and requiring the driver to keep torque on the steering wheel to prove their hands are actually on it. The point is to catch the dangerous gap between a driver who is nominally supervising and one who has mentally checked out — a gap that becomes especially critical at Level 3, where the human may be asked to retake control on short notice.
Connectivity and over-the-air updates
More and more, these vehicles are talking — to each other, to the infrastructure along the road, and back to the manufacturer. That connection buys you a few real things. Cars can share what they’re seeing about traffic and obstacles. And software can be updated over the air, which means bug fixes and new features arrive without anyone driving to a service center. Manufacturers can even handle recalls this way, work that used to require a physical visit to a dealer. The flip side is that all this connectivity opens up genuine security exposure, which is exactly why organizations like UNECE have written dedicated rules around how software updates get managed. I’d put it plainly: connectivity is a real force multiplier for what these cars can do, and it’s also a big part of why cybersecurity stopped being an afterthought and became something engineers have to design for from the start.

The AI technologies that make it possible
Several distinct AI methods come together to make autonomous driving work, and the mix has been shifting in interesting ways.
Deep neural networks and computer vision are the perception backbone. The ability to reliably identify objects, lanes, signs, and hazards from sensor data is what made modern autonomy possible in the first place, and it’s built on the same deep learning advances that transformed machine learning across every field over the past decade.
Sensor fusion algorithms combine the strengths of cameras, radar, lidar, and ultrasonics into one reliable model of the world. Each sensor type has weaknesses — cameras struggle in low light, radar is coarse, lidar is expensive and can be degraded by weather — and fusion is how a system covers the gaps of any single sensor.
Reinforcement learning and imitation learning increasingly shape the driving policy — the actual decision-making about how to behave. Rather than hand-coding rules for every situation, engineers train systems to learn good driving behavior from experience, whether that experience comes from simulation or from recorded human trips.
The shift toward end-to-end neural networks is the most significant recent architectural change. The traditional approach chained together separate modules for perception, prediction, and planning. Newer systems, including Tesla’s FSD v12 rewrite and the approach taken by companies like Wayve, push more of the pipeline into a single large neural network that learns to map sensor inputs more directly to driving actions. It’s a meaningful bet on learned behavior over hand-engineered rules.
Simulation and synthetic data are how these systems get trained safely. It would be impossible — and dangerous — to encounter every rare situation on real roads, so companies drive billions of virtual miles in simulation, deliberately generating the strange edge cases (a couch in the middle of the highway, a pedestrian in a costume) that a car might see once in a decade of real driving but must still handle correctly.
Edge AI and onboard compute are the unglamorous necessity underneath all of it. All this processing has to happen in real time, in the vehicle, with no time to wait on a distant server. That’s why autonomous vehicles carry what amounts to a small supercomputer, and why efficient on-device AI is as important to autonomy as the algorithms themselves.
What’s actually deployed in 2026
Forget the marketing for a second — here’s where things really stand, and who’s actually doing what.
Start with Waymo, the runaway Level 4 leader. Driverless robotaxis, several US cities, millions of paying riders, nobody in the driver’s seat — and the company has published safety data arguing its cars cause far fewer injury crashes than human drivers over the same miles. Want proof that driverless actually works inside a mapped zone? This is it.
Now look at China. Baidu’s Apollo Go runs one of the largest robotaxi operations anywhere, across multiple cities, at a scale that matches or beats the US programs. Regulators have been willing to allow large-scale testing, and it shows.
What about Tesla? FSD is the most widely deployed driver-assistance system by a mile, sitting in millions of consumer cars. But here’s the catch you have to keep straight: it’s still Level 2, and you have to stay engaged. What all those cars buy Tesla is a data advantage no rival can touch, and it keeps pushing toward higher autonomy on the back of it. How close is it really? That’s one of the most hotly argued questions in the whole field.
Ever heard of a car that lets you legally take your eyes off the road? That’s Mercedes Drive Pilot — one of the first Level 3 systems cleared for regular buyers, allowing real hands-off, eyes-off driving, but only in a tight box (certain highways, under a set speed). Narrow, yes. But the milestone is real: it’s the point where the manufacturer, not you, takes responsibility while the system’s running.
Zoox, owned by Amazon, went its own way. Instead of retrofitting a normal car, it built a robotaxi with no steering wheel at all, designed for autonomy from scratch, and it’s been moving toward public rides. The bet? A vehicle built around autonomy from day one beats one adapted from a car meant for a human.
And then there’s Cruise — the story everyone in this field now points to as a warning. It was a front-runner once, backed by GM. So what happened? A serious pedestrian incident, and then a mishandled response to regulators that wrecked its credibility for good. The lesson isn’t really about the technology. It’s that trust — public and regulatory — is fragile, and once you lose it, your program can die no matter how good the engineering.
Here’s one that flies under the radar: autonomous trucking might be the most promising near-term play of all. Aurora and Kodiak have focused on highway trucking, and there’s a strong case that long-haul highway driving hits real commercial scale before city robotaxis ever do — it’s a more predictable problem than downtown traffic, and the economic pull behind it is huge.
And underneath all the robotaxi noise? Level 2 assistance is already everywhere you look. Adaptive cruise, automatic emergency braking, lane-keeping, blind-spot monitoring — it’s on ordinary cars at every price point now. Odds are you’re already driving with real AI help along for the ride, whether you’d call it that or not.

AI in robotaxis
Robotaxis are the most visible face of autonomous driving, and riding in one has gone from novelty to routine in cities like San Francisco, Phoenix, and Beijing. While many robotaxi programs remain in testing, some have crossed into genuine public service — residents of Wuhan and Beijing already use Baidu’s Apollo Go as everyday transport after authorities granted operating permits, with the company scaling its fleet aggressively.
Technically, a robotaxi is a rolling demonstration of everything discussed above, assembled into a service. Cameras and sensors let the onboard AI reconstruct a full 360-degree view of the vehicle’s surroundings. The in-vehicle computing engine then plans the route, avoids collisions, predicts how other road users will behave, and threads the vehicle through city streets — all without a driver. The difference between a robotaxi and a consumer driver-assistance system isn’t just capability; it’s that the robotaxi has no human fallback in the vehicle at all, which raises the bar for reliability enormously.
The computing approaches vary. Some companies have built their own neural network engines to power the intelligence in their robotaxis; others rely on third-party AI platforms, with NVIDIA a common supplier of the end-to-end compute that turns sensor and camera data into driving decisions. An interesting recent wrinkle is the arrival of generative AI in the passenger experience: centralized compute platforms capable of running generative models, combined with natural language processing, are starting to give robotaxis conversational personas that can talk to passengers, offer real-time recommendations, and provide assistance during the ride. The car doesn’t just drive you; increasingly, it can talk to you about the trip.
AI in autonomous mass public transport
Taxis get the headlines, but some of the most practical work is happening in public transit. AI has been quietly earning its keep here for years, well before any vehicle drove itself — smoothing out traffic management, working out better routes, tightening up schedules. What’s new is the vehicles themselves starting to drive. The technology is young, but I think transit is where it lands first at scale, because a campus loop or an airport shuttle or a fixed downtown route is a far more forgiving problem than turning a car loose on open roads.
The robobus is the clearest case in point. These things carry their own sensor and camera suites, with onboard AI managing the whole job — finding its way, pulling up to a stop cleanly, watching its energy budget, reacting to what’s happening around it. Wire in vehicle-to-everything communication and a group of them can coordinate as a fleet and read their surroundings more intelligently. That’s the sweet spot for autonomy right now: a controlled, well-mapped, heavily instrumented environment. A bus route that runs the same path over and over is simply an easier thing to automate than the improvised chaos of a car navigating a strange city.
WeRide and Pix Moving are two of the names actually shipping here, not just testing. Beyond WeRide’s open-road trials in designated Beijing zones, it has run a robobus at Resorts World Sentosa in Singapore — a real set route, real passengers getting on and off along the way. These are small deployments, no question. But they sketch out a future I find pretty convincing: autonomous shuttles quietly handling defined transit routes years before the drive-anywhere private car ever shows up in your driveway.
Benefits of AI in autonomous vehicles
Set against the genuine challenges, the potential benefits of autonomous vehicles are substantial, and they explain why so much capital and talent keep flowing into the field despite the setbacks.
Improved road safety
The largest single argument for autonomous vehicles is safety. Human error — fatigue, distraction, drunkenness, simple inattention — causes the overwhelming majority of road accidents. An AI system doesn’t get tired, doesn’t check its phone, and doesn’t drive drunk. With adaptive capabilities, constant visual attention, and proximity sensing, autonomous systems can in principle avoid many of the dangerous situations that human failings create. This is the benefit that, if fully realized, would matter most.
Increased mobility and access
Autonomous vehicles could transform mobility for people who can’t drive — the elderly, people with disabilities, those with medical conditions that prevent driving. Using speech recognition or a simple app, a self-driving vehicle could safely take these passengers where they need to go, restoring independence that the current transport system often denies them. Shared robotaxis could also make on-demand mobility more affordable than it is today.
Reduced congestion and emissions
AI can route vehicles dynamically to avoid traffic, and it can manage acceleration and braking far more smoothly and efficiently than most human drivers, which reduces fuel consumption and emissions. At scale, coordinated autonomous vehicles could ease the stop-and-go congestion that wastes enormous amounts of time and fuel, with real environmental benefits following from the efficiency gains.
Smarter traffic management
Vehicles using V2X frameworks can communicate with each other and with infrastructure to build a shared picture of traffic conditions. That information feeds back into route planning and congestion avoidance, creating the possibility of traffic systems that manage themselves far more fluidly than today’s fixed signals and human guesswork allow. The benefit compounds as more vehicles participate.

The hard problems that keep full autonomy difficult
If Level 4 works today, why isn’t it everywhere? Because the gap between “works in a mapped, geofenced city under supervision” and “works anywhere a human can drive” is filled with genuinely hard, largely unsolved problems.
The long tail of edge cases. A car can handle the common 99% of driving situations relatively well. It’s the rare 1% — the infinite variety of weird, once-in-a-million situations — that’s brutal. A deer leaping out, a traffic cop waving contradictory hand signals, a mattress falling off a truck, a flooded underpass. There are effectively infinite rare situations, and a truly autonomous car has to handle nearly all of them safely. Covering that long tail is the central challenge of the whole field.
Adverse weather. Heavy rain, snow, fog, and glare all degrade the sensors autonomous systems rely on. Lidar struggles in heavy precipitation; cameras struggle in low light and glare; snow can obscure the lane markings and landmarks the car navigates by. Reliable all-weather autonomy is meaningfully harder than fair-weather autonomy, which is part of why several deployments launched in dry, sunny cities.
Unpredictable humans. The hardest thing on the road is other people — jaywalking pedestrians, aggressive drivers, cyclists who blow through stop signs, the subtle eye contact and gestures humans use to negotiate who goes first. Machines are still learning to read the improvised social choreography of human traffic, and humans remain gloriously unpredictable.
The handoff problem. Level 3’s middle ground is dangerous precisely because it asks a disengaged human to suddenly retake control, sometimes with only seconds of warning. A driver who’s been watching a movie for an hour is not well positioned to handle a split-second emergency. Designing that transition to be genuinely safe is a hard human-factors problem, not just a technical one.
Verification and validation. How do you actually prove a self-driving system is safe enough to deploy? You can’t test every possible situation. Demonstrating statistically that a system is safer than a human across the vast space of possible driving scenarios is a genuinely unsolved methodological problem, and regulators and companies are still working out what “safe enough” even means in measurable terms.
Ethics and liability. When an autonomous car is involved in a crash, who’s responsible — the manufacturer, the software company, the owner? The legal frameworks are still catching up. And the genuinely hard ethical edge cases, however rare, raise questions that don’t have clean engineering answers.
Cost at scale. The sensors and compute that make a robotaxi work have been expensive. Bringing the cost of lidar, cameras, and onboard supercomputers down far enough to put Level 4 capability in an affordable consumer car, at scale, is its own substantial challenge, even as prices fall year over year.
None of these is necessarily unsolvable. But together they explain why the honest answer to “when will cars drive themselves everywhere?” is “later than the optimists keep promising.”
Safety: the real-world incident record
A candid account of self-driving safety must encompass the incidents alongside the favorable statistics, for the history of autonomous vehicles comprises real collisions and real fatalities that materially shaped both the technology and its regulatory framework.
Some of the milestones are hard to read. The first known death in a car driving itself came in early 2016, when a Tesla on Autopilot didn’t brake for a tractor-trailer crossing a brightly lit highway. Tesla pointed out that this was its first known Autopilot fatality in more than 130 million miles of Autopilot driving, and a later National Transportation Safety Board review actually found the crash rate for Tesla vehicles fell after Autopilot went in. None of which changes the fact that someone died, and that the death made the technology’s limits impossible to ignore. Two years later, in March 2018, came the first pedestrian killed by a self-driving car — a woman crossing a road in Arizona, struck by a vehicle Uber’s Advanced Technologies Group was testing. There was a safety driver behind the wheel, but the NTSB’s final report found she was distracted, and it didn’t stop there: the board faulted Uber’s “inadequate safety culture” and asked regulators to step in before automated test cars went back on public roads.
The pattern in the incident data is instructive. The US National Highway Traffic Safety Administration began mandating incident reports from autonomous vehicle companies in 2021, and the reported totals run into the thousands of incidents across both fully automated systems and driver-assistance systems — with Tesla vehicles, which are deployed at by far the largest scale, accounting for a majority of them. Several of the most serious cases, including fatal crashes involving Ford’s BlueCruise hands-free system, share a common and revealing theme: a partially automated system combined with a human who over-trusted it and stopped paying attention. That combination — capable-but-limited automation plus an over-relaxed human — is one of the most dangerous failure modes in the entire field, and it’s a central reason the handoff problem at Level 3 is taken so seriously.
We want to be clear about what this does and doesn’t say. It doesn’t say the technology is unsafe on balance. It says the safety picture is genuinely mixed and still being written — and that anyone telling you self-driving cars are already flawless, or that they’re uniquely deadly, is flattening a much more complicated reality to make a point.

Is AI actually a safer driver than a human?
This is probably the question you most want answered — so here’s a straight answer instead of a sales pitch. Where the data exists, it’s cautiously encouraging, with the stress on cautiously. Waymo has published figures showing its vehicles are in substantially fewer injury crashes than human drivers over comparable miles, and independent analysts who’ve checked those claims have broadly found the direction holds. And this isn’t just Waymo grading its own homework — regulators like the NHTSA track these incidents closely and publish what they find.
But what does “safer” really mean here? That’s where you need the caveats. So far it means safer inside a specific operating domain — the mapped, geofenced, mostly fair-weather areas these cars run in — not safer everywhere, in every condition. A big 2024 meta-analysis in Nature Communications went through thousands of crash records on both sides and found autonomous vehicles safer in most situations, and clearly safer for pedestrians. So they’re just better, then? Not quite — the same study caught real weak spots, including that the autonomous cars crashed more often at dawn and dusk and handled some low-light transitions worse than humans did. Comparing the two fairly is genuinely tricky, too, because the miles aren’t alike and everyone counts incidents differently. And don’t forget the human side of it: we hold machines to a higher bar than people, and fairly so — one self-driving crash draws far more scrutiny than the thousands of human crashes that happen every day. Groups like Stanford’s Institute for Human-Centered AI have laid out both the real gains and the gaps that remain.
So where does that leave you? With a fair bar to judge these systems by. It was never perfection — no driver, human or machine, ever clears that one. The bar is being clearly, provably safer than a person, and inside their operating zones the best systems look like they’re getting there. What’s still unfinished is stretching that record to every condition, everywhere — and that’s a much bigger ask. Because for all the mistakes we make behind the wheel, the human driver is still a surprisingly tough baseline to beat once you cover the whole messy range of real driving.
Regulation of self-driving cars
The law has been scrambling to catch up with autonomous vehicles since they first appeared on public roads, and the resulting regulatory landscape is a patchwork that varies enormously by jurisdiction. Understanding it matters, because regulation shapes where and how fast the technology can actually deploy.
The United States started early at the state level. Nevada became the first jurisdiction in the world to pass self-driving legislation in 2011, and many US states have since followed with their own rules, producing a genuinely fragmented map where what’s permitted in one state may be restricted in the next. The United Kingdom introduced testing regulations in 2013, France in 2015. Even long-standing international agreements had to change: the Geneva Convention on Road Traffic, which had assumed a human is always fully in control of a vehicle, was amended in 2016 to accommodate automated features.
On the international side, a UN body known as WP.29, working through its group on automated and connected vehicles, began formulating specific regulations in 2018 covering vehicle dynamics, driver-assistance systems, automated driving systems, and cybersecurity. The SAE levels have become the de facto shared vocabulary for these regulations across most jurisdictions, which is a large part of why getting the levels right matters beyond mere pedantry — they’re embedded in the actual law. The European Union’s General Safety Regulation came into force for new cars in 2022, with Japan following the same UNECE framework, while China has built its own regulatory and data-security regime for intelligent vehicles.
Two themes run through all of this regulation. The first is liability: existing law is still working out who is responsible when an autonomous vehicle causes harm — the occupant, the owner, the manufacturer, or the company that built the driving system — and the self-learning nature of AI makes that question genuinely harder than it is for conventional products. The second is marketing honesty. Regulators in several countries have pushed back hard on branding that oversells a system’s capability, with authorities questioning names that imply full autonomy where only driver assistance exists, and some jurisdictions moving to make misleading self-driving advertising a serious offense. The naming problem this article opened with, in other words, is not just a source of consumer confusion — it’s an active regulatory battleground.
How AI in cars connects to the broader technology stack
Here’s a practical observation for businesses watching this space. Building a full autonomous-driving stack is the work of a small number of extraordinarily well-capitalized companies, and it’s not a realistic undertaking for most organizations. But the autonomous vehicle boom drives demand for a whole set of adjacent AI capabilities that far more companies can genuinely build, use, and benefit from.
Computer vision systems for object detection, quality inspection, and visual monitoring apply across manufacturing, logistics, security, retail, and dozens of other domains, using the same core techniques that let cars see. Edge AI and IoT sensor integration — running AI efficiently on-device, fusing data from multiple sensors in real time — is exactly the capability that connected products and smart infrastructure increasingly need. Simulation and synthetic data pipelines, the same idea that trains driving policies, are valuable anywhere real-world training data is scarce or expensive to collect.
Fleet management, telematics, predictive maintenance, and the data infrastructure that mobility-adjacent businesses depend on are all software problems that the AV era is making more valuable, and all of them are well within reach of a capable AI development partner. The vehicles themselves grab the headlines, but the surrounding ecosystem of perception, sensor, and data software is where a much broader set of companies can actually participate.
22 Software’s own work across automotive AI sits in exactly this adjacent space — computer vision, machine learning, sensor and IoT data, and the AI systems that support connected and increasingly automated vehicles, rather than the full self-driving stack itself.

Where AI in self-driving cars is heading next
A few trends are shaping the next several years of autonomous driving.
End-to-end neural networks are becoming the dominant architecture. The shift from hand-engineered, modular pipelines toward large neural networks that learn more of the driving task directly is likely to continue, following the same trajectory that reshaped other areas of AI.
Vision-language-action models are starting to bring LLM-style reasoning to driving. An emerging line of research applies the reasoning capabilities behind large language models to autonomous driving, aiming for systems that can better handle novel situations by reasoning about them more flexibly rather than relying only on patterns seen in training.
Robotaxi services are expanding city by city. The realistic near-term path isn’t a sudden leap to universal autonomy but a slow, steady widening of the geofenced areas where Level 4 vehicles operate, one carefully validated city at a time.
Autonomous trucking is likely to reach commercial scale on highways ahead of ubiquitous urban robotaxis, driven by the relative predictability of highway driving and the strong economic incentive behind long-haul freight.
The perception and sensor technology developed for cars is converging with robotics more broadly. The same advances in perception, sensor fusion, and real-time decision-making that power autonomous vehicles feed directly into warehouse robots, delivery robots, drones, and humanoid robotics, making autonomy research valuable well beyond cars.
Regulatory frameworks are maturing, unevenly. Different countries and even different US states are taking sharply different approaches to permitting autonomous vehicles, and the regulatory patchwork will shape where the technology advances fastest for years to come.
And the road to Level 5 remains long. The fully autonomous, drive-anywhere, no-steering-wheel car that captured the public imagination may still be a decade or more away, if it arrives in that form at all. The more likely near-term future is an expanding archipelago of Level 4 zones and ever-better Level 2 and Level 3 assistance, rather than a single dramatic arrival of full autonomy everywhere.
Bottom line
AI in self-driving cars is real, genuinely impressive, and running in production today — but only within the boundaries of what it can actually handle. Waymo’s driverless robotaxis prove that Level 4 autonomy works within a mapped, geofenced area. Millions of Level 2 systems prove that AI assistance makes ordinary driving safer and easier. And the enormous gap between those two realities, along with the persistent difficulty of the long tail, adverse weather, unpredictable humans, and safety validation, explains why full autonomy everywhere remains further off than the headlines suggest.
The technology has crossed from science fiction into deployed reality, which is a genuine achievement. But “self-driving” is a spectrum, not a switch, and understanding where any given system actually sits on that spectrum is the difference between an informed view and a hyped one. The honest read on 2026 is that autonomous driving is simultaneously more real than the skeptics admit and less finished than the boosters claim.
Frequently asked questions
Yes, but with an important qualification. Fully driverless cars (SAE Level 4) operate today — Waymo in several US cities, Baidu’s Apollo Go in China — but only within specific, geofenced service areas that have been carefully mapped. Within those areas there’s genuinely nobody driving. What doesn’t exist yet is a car that can drive itself anywhere, under all conditions (Level 5). So “fully self-driving cars” exist in a limited, area-bound sense, but the drive-anywhere version remains unbuilt.
They sit at fundamentally different levels of autonomy. Tesla Autopilot and Full Self-Driving are Level 2 systems: they assist the driver, but a human must supervise and remain legally responsible at all times. A Waymo robotaxi is a Level 4 system: within its service area it drives entirely on its own with no human supervision, no one in the driver’s seat. Despite Tesla’s branding, the two are not the same category of technology — one assists a human driver, the other replaces one within a defined area.
Both, depending on who built the car — and the disagreement over which matters more is one of the sharpest splits in the whole industry. Tesla has gone all-in on cameras. Its bet is that humans drive with two eyes, so a system with enough cameras and a good enough neural network should be able to do the same, and that lidar is an expensive piece of hardware you don’t actually need. Waymo and most of the robotaxi crowd went the opposite way, keeping lidar in the mix alongside cameras and radar because that precise 3D sensing gives them a safety margin they’re not willing to give up yet. Here’s the thing: both camps have working cars carrying real passengers on real streets right now, which means neither approach has been proven wrong. This is one of those arguments that won’t be settled by whitepapers or press releases — it’ll be settled by which fleets rack up the better safety records over the next few years.
Within the areas where they actually run, yes — the best systems look safer, though you should understand exactly what that claim covers. Waymo has published crash data showing fewer injury-causing collisions than human drivers over comparable miles meaningfully, and independent analysts who checked the numbers have broadly backed the direction of those findings. But what does “safer” actually mean here? It means safer in the mapped, geofenced, mostly fair-weather zones these cars operate in — not safer everywhere you could drive, in every condition. That distinction matters more than it might sound. And what’s the fair standard to hold them to? Not perfection — no car, human-driven or not, is ever perfect. The real question is whether they’re clearly safer than a human driver, and inside their zones, the leading systems seem to be. One thing to keep in mind as you weigh all this: it’s a high-stakes subject, and the data is still coming in, so it’s worth staying open as the evidence grows rather than treating today’s numbers as the last word.
Picture a dial that turns from “you do all the work” to “the car does all the work,” in six clicks. That dial is the SAE scale. First click — Level 0 — and nothing’s changed: you’re driving, full stop. Second click hands you one convenience, usually adaptive cruise to hold your speed. Third click is the sneaky one. At Level 2 the car steers and controls speed together, and it feels like it’s driving — but are you off the hook? Not even slightly. You’re still the legal driver, hands supposed to be ready, and that’s true of Tesla Autopilot and GM Super Cruise no matter what the badge says. Turn to Level 3 and something real changes: the car actually takes over the driving, though only in narrow conditions, and it’ll hand the wheel back the second it needs to. Hardly anyone’s allowed to sell one — Mercedes Drive Pilot is the name you’ll hear. Level 4? No driver at all, but only inside a mapped zone the car won’t leave, which is what you’re riding in when you take a Waymo. And Level 5, the go-anywhere, watch-nothing car everyone dreams about — not here yet, full stop. If you remember nothing else, remember where the dial crosses a hard line: below Level 3 the car helps you drive; at Level 4 and up it drives for you. Blur that line, and you might hand your safety to a machine that was never asked to hold it.
Because the gap between driving well in a mapped, geofenced city and driving anywhere a human can is filled with hard, largely unsolved problems. The long tail of rare edge cases is effectively infinite and must be handled safely. Adverse weather degrades the sensors these systems depend on. Human behavior is unpredictable. Proving statistically that a system is safe enough across all conditions is an unsolved methodological challenge. And the sensors and compute have been expensive to deploy at scale. None of these is necessarily unsolvable, but together they keep universal autonomy further off than optimistic predictions have repeatedly claimed.
Several types work together. Deep neural networks and computer vision handle perception — identifying objects, lanes, signs, and hazards from sensor data. Sensor fusion algorithms combine input from cameras, radar, lidar, and ultrasonics into one model of the world. Reinforcement learning and imitation learning increasingly shape the driving policy — the actual decision-making. There’s a growing shift toward end-to-end neural networks that learn more of the driving task in a single model. And simulation with synthetic data trains these systems safely on billions of virtual miles, including rare edge cases too dangerous to practice on real roads.
Honestly, later than the optimists keep promising, and possibly not in the exact form people imagine. The realistic near-term future is a gradual expansion of Level 4 robotaxi zones city by city, autonomous trucking scaling on highways, and steadily improving Level 2 and Level 3 assistance in consumer cars — rather than a sudden arrival of drive-anywhere Level 5 autonomy. True universal autonomy may be a decade or more away, if it arrives in that form at all. The technology is advancing genuinely, but the last stretch toward full autonomy everywhere is proving to be the hardest part, exactly as it has for the past decade of predictions.
For businesses, the practical opportunity is less about building the driving stack and more about the AI capabilities the autonomous era demands — computer vision, edge AI, IoT and sensor data systems, and the software infrastructure around connected and automated vehicles. If you’re working on a project in that adjacent space, get in touch with our team. We build production AI, machine learning, and computer vision systems, and we can help you scope what’s actually feasible for your use case.




