explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — the thread in one table
  • What Wilson said — and what LeCun heard
  • The symbol world vs the sensor world
  • The teenager-driving thread — 15 years, then hours
  • Digital AGI vs embodied AGI — talking past each other?
  • Moravec's paradox — 38 years, still undefeated
  • "Humans are missing the G too"
  • "Pessimistic" — LeCun's actual position
  • Where AV safety fits — without overclaiming
  • What would change LeCun's mind?
  • FAQ — quick answers
  • Related Reading
← Back to blog

explainx / blog

Can LLMs Drive Cars or Plan in the Real World? Yann LeCun vs the AV Optimists

Yann LeCun argues LLMs cannot handle continuous physical signals or predict action consequences — after Andrew Gordon Wilson said AVs beat human drivers. Moravec's paradox, the teenager-driving analogy, digital AGI debate, and what comes after tokens.

Jul 5, 2026·9 min read·Yash Thakker
Yann LeCunWorld ModelsPhysical AILLM LimitsAutonomous Vehicles
go deep
Can LLMs Drive Cars or Plan in the Real World? Yann LeCun vs the AV Optimists

Are autonomous vehicles proof that AI has solved physical intelligence — or proof that narrow engineering can outrun general models? A July 2026 X thread between Yann LeCun and Andrew Gordon Wilson reopened one of AI's oldest fault lines: what large language models can never do versus what specialized systems already do better than humans.

Wilson conceded physical agents are not broadly competent yet — then pointed at self-driving cars: safer than human drivers under typical conditions. LeCun widened the frame: the problem is not just robots. It is any high-dimensional, continuous, noisy signal — and any agent that cannot predict consequences.

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


TL;DR — the thread in one table

VoiceClaim
@andrewgwilsPhysical agents need new paradigms · AVs already beat humans in typical driving
@ylecunLLMs only handle discrete symbols · real-world modalities are out of reach · agents need consequence prediction + planning
@CrunchyAITeen drivers bring 15 years of world learning + hours of practice
@ylecun"Thank you, you are making my point"
@CrunchyAIDigital AGI may arrive via memory + harness without physical competence
@ylecunHumans are missing the G too — specialized but fast learners · optimistic, not about LLMs
@TonyZadorMoravec's paradox wins again
@ylecunParadox is 38 years old — every generation forgets it

What Wilson said — and what LeCun heard

Andrew Gordon Wilson (machine learning professor) posted a nuanced yes-and:

Physical agents are not generally competent yet, and certainly new paradigms are needed for significant further advances in AI. But autonomous vehicles are now generally safer than human drivers under typical driving conditions.

That is a narrow-systems argument: decades of LIDAR, maps, simulation, safety cases, and regulatory gates produced one domain where machines statistically win — not a general recipe for humanoid housework or open-world manipulation.

Yann LeCun did not dispute AV statistics directly. He reframed:

It's not merely physical agents, it's anything that deals with something else than sequences of discrete symbols.

Any data modality that is high-dimensional, continuous, and possibly noisy is completely out of reach of current generative models.

That includes pretty much all real-world signals (aside from human language, computer languages and mathematics).

Furthermore, you can't have reliable agents unless they have the ability to predict the consequences of their actions and plan accordingly. LLMs simply don't.

explainx.ai read: Wilson cited engineering success in a closed world (roads, rules, ODD). LeCun cited architectural limits of next-token models (no latent physics, no action-conditioned rollouts). Both can be true.


The symbol world vs the sensor world

LeCun's taxonomy splits AI inputs into two buckets:

BucketExamplesCurrent generative models
Discrete symbolsHuman language, code, mathStrong — LLMs, code models, provers
Continuous physicsVision, audio waveforms, force/torque, radar returnsWeak — patchy via multimodal fine-tune, not native

Token predictors compress the world into text about the world. That works for Stack Overflow and earnings calls. It does not substitute for a dynamics model that answers: if the gripper closes 2mm more, what happens to the glass?

That is the thesis behind world models — systems that learn environment transitions (Odyssey Starchild-1, NVIDIA Cosmos, Meta V-JEPA, Tencent HY-World) — and why LeCun left Meta's LLM orbit for AMI Labs-style research.


The teenager-driving thread — 15 years, then hours

@CrunchyAI (Luis Rosias) pushed back on any narrative that machines "learn to drive in a few hours like a teenager":

A teenager doesn't learn to drive a car in a few hours. They learn to drive a car with 15 years of in-world learning and a few hours of practice on top of that.

LeCun:

Thank you, you are making my point

The analogy is not anti-AV. It is anti-shortcut narrative:

snippet
Years of passive world model (gravity, objects, social cues, depth)
        +
Hours of active skill practice (steering, pedals, mirrors)
        =
Competent novice driver

Compare to:

snippet
Pretrain on internet text
        +
Few-shot "you are a driver" prompt
        =
??? 

AV stacks spent years on simulation, mapping, and edge-case mining — not "a few hours of GPT fine-tune." The teenager metaphor explains why data efficiency and prior world knowledge matter for embodied tasks.


Digital AGI vs embodied AGI — talking past each other?

Luis Rosias extended the thread in a direction LeCun did not fully engage:

The G in AGI is environment-specific right now.

The environment that LLMs operate in is a very different one than the ones humans or cats generally operate in.

With a few improvements to memory/context management and continual learning, they can easily become what most would consider AGI without being able to understand or take any action in the physical world the way we can.

Replies mocked "just a few improvements" — fair skepticism. Luis doubled down:

We have most of the pieces already… At this point it's less of a fundamental technology/model architecture problem and just a harness problem.

An LLM base with intelligent harness will be AGI in digital environment.

This maps to the agentic vs agentive split Eric Xing's paper names: agentic systems (Claude Code, Hermes orchestrators, MCP graphs) derive competence from external scaffolding; agentive systems internalize goals, world models, and learning.

Luis is betting on agentic digital AGI — LeCun is betting that without endogenous consequence models, harnesses hit a ceiling in the physical world and possibly in long-horizon planning.

See also types of AI agents and what is an agent harness.


Moravec's paradox — 38 years, still undefeated

@TonyZador dropped the classic reference. LeCun:

The Moravec paradox is 38 years old and we still need to remind every new generation of non-physical AI researchers about it.

Moravec's paradox (1988): evolution optimized perception and motor control for millions of years; reasoning is a thin layer on top. AI inverted the difficulty — chess before grasping.

Easy for humans, hard for machinesHard for humans, easy for machines (historically)
Walking, catching, seeingChess, arithmetic, trivia
Folding laundry, opening doorsSyntax, log proofs, token completion

LLMs spectacularly conquered the right column. They did not dissolve the left column — though narrow AVs and factory arms chip away at slices of it.


"Humans are missing the G too"

@das_rdsm asked a sharp question: humans cannot do everything machines do — are humans also not general?

LeCun:

Yes, humans are missing the G. Humans are quite specialized. But they are also adaptable and can learn new skills very quickly. Machines are doing many things better than humans. That's why they are useful and why we build them.

This defuses both hype and doom. General is not "does everything." It is fast adaptation in new environments — where humans still lead on one-shot manipulation and novel tool use, and machines lead on bandwidth, precision, and tireless repetition.


"Pessimistic" — LeCun's actual position

@SteveGrubbsVXR: "Your pessimism is suffocating."

LeCun, two hours later:

I'm quite optimistic. Just not about LLMs.

That is the headline for 2026 research politics: skepticism toward LLM-as-universal-intelligence is not skepticism toward AI. Capital and talent are bifurcating:

BetExamples
Scale LLMs + harnessesClaude Code, Codex, Hermes, enterprise agents
World models + JEPAAMI Labs, NVIDIA Cosmos, Wayve, Genesis robotics

Our NVIDIA Cosmos physical AI and Genesis ENO robot agent coverage sit on the second path LeCun points toward.


Where AV safety fits — without overclaiming

Wilson's AV point deserves precision:

True under many ODDsNot proven by AV success
Per-mile fatality rates can beat human averages in geo-fenced, mapped domainsHumanoid robots doing dishes
Redundant sensors + simulation at scaleOpen-world LLM agents with hands
Regulatory + engineering culture around failure modes"AGI in a weekend" from prompt tuning

Waymo, Cruise successors, and Chinese robotaxi fleets are systems engineering victories — not receipts that GPT-5 understands torque.

When evaluating any "physical AI is solved" headline, ask:

  1. Operating design domain — weather, geography, construction zones?
  2. Consequence model — sim before act, or text before act?
  3. Data modality — symbols about driving, or native sensor rollouts?
  4. Planning horizon — milliseconds (lane keep) vs minutes (multi-step chores)?

What would change LeCun's mind?

Not a bigger context window alone. Indicators he'd likely accept as progress:

  • Action-conditioned world models that roll forward physical state under intervention
  • Sample-efficient motor learning — robot skills from minutes not millions of trajectories
  • Unified architectures for vision-audio-touch without tokenizing away geometry
  • Internal planning loops — not MCP graphs bolted onto a frozen LLM

Until then, the practical split remains:

  • Digital work → LLM + harness (loop engineering, tools, verification)
  • Physical work → specialized stacks (AV, drones, factory arms) + emerging world models

FAQ — quick answers

Did LeCun say self-driving cars don't work?

No. He shifted the conversation to LLM limits and general physical intelligence, not a takedown of AV safety stats.

Is "digital AGI" a real thing?

Operationally, many firms already treat autonomous knowledge work as the near-term AGI target. LeCun's camp would call that powerful automation, not intelligence that grounds in physical consequence.

Who is Andrew Gordon Wilson?

ML professor, Gaussian processes and Bayesian deep learning researcher — not an AV vendor advocate. His post was qualified optimism about one domain.

What should builders do Monday morning?

Match architecture to environment: don't prompt your way into robotics; don't build a world model for summarizing PDFs. Use LLMs where symbols dominate; use sim + sensors where physics dominates.


Update — July 24, 2026: Applied Intuition shipped Dana — an agentic platform aimed at the physical-AI flywheel LeCun argues LLMs alone cannot close.

Related Reading

  • Applied Intuition Dana — agentic physical AI platform (Jul 2026)
  • What Are World Models? Starchild-1 and Beyond
  • Eric Xing: Agentic vs Agentive AI (GIC)
  • Types of AI Agents — Complete Guide
  • What Is an Agent Harness?
  • NVIDIA Cosmos 3 — Open Physical AI World Model
  • LingBot-Map — Streaming 3D Reconstruction from Video
  • Genesis ENO — Agentic Robot Stack
  • Qwen AgentWorld — Language World Model Agents
  • EU's new car safety regulation and Tesla FSD Supervised — mandatory driver-assist AI vs permissioned autonomy
  • FLUX 3 and FLUX-mimic — Black Forest Labs bets video prediction and robot action are the same problem
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

Thread summarized from @ylecun, @andrewgwils, @CrunchyAI, @TonyZador, and replies, July 2026. AV safety statistics vary by operator, geography, and ODD — verify primary sources before policy or investment decisions.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 14, 2026

Xiaomi-Robotics-U0 — 38B World Model That Boosts π₀.₅ OOD Success to 63%

Xiaomi's 38B autoregressive world foundation model keeps general T2I and editing in the training mix while learning multi-view robot scene synthesis. Synthetic embodied transfer data nearly doubles π₀.₅ out-of-distribution success on real manipulation tasks. explainx.ai breaks down tasks, architecture, and limits.

Jul 27, 2026

Can AI Control a Drone Yet? Project Pilot Explained

Project Pilot asks whether frontier models can locate-and-follow with a cheap office drone. Fable 5 clears four of five Drone-Bench tasks; Reconstruct is the missing piece — and the governance warning.

Jul 25, 2026

Unitree AS2-W: Wheel-Legged Robot for All Terrain

Hangzhou’s Unitree dropped the AS2-W on July 24, 2026 — a compact wheel-legged quadruped for patrols, inspection, and logistics. explainx.ai covers official claims, the viral demo, and how it fits Unitree’s G1 / HIW-500 stack.