Panel Session 4: Robotics & World Models

Panel: Robotics & World Models

Sergey Levine, Jim Fan, Michael Spranger, Anastasis Germanidis, Wei Zhan(主持 / Moderator: Guru Chahal) — Sergey Levine — Co-Founder, Physical Intelligence; Professor, UC Berkeley / Jim Fan — Director of Robotics & Distinguished Scientist, Nvidia / Michael Spranger — President, Sony AI / Anastasis Germanidis — Co-Founder/Co-CEO, Runway / Wei Zhan — Chief Scientist, Applied Intuition / Guru Chahal — Partner, Lightspeed Venture Partners

Saturday, August 1 · Plenary Stage · 03:08:47–03:35:50 · afternoon stream

The five panelists split sharply on whether video models really understand physics and whether VLAs are being replaced by world-action models, yet converged on two things — the argument that matters is about data and environments rather than architecture, and that robotics' commercial takeoff lands somewhere between two and ten years out.

Setting (~03:08:47)

Moderator Guru Chahal (Partner, Lightspeed Venture Partners) had set the session's frame at the top (~02:09:26): Lightspeed has invested across the AI stack from Anthropic, Mistral, SSI, and Reflection through robotics companies like Dexterity and Skild, and the common view is that robotics is still in its pre-ChatGPT moment — a view he broadly shares, while arguing the inflection point may be closer than most people realize.

He deliberately skipped the opening "define a world model" question (it would eat the next twenty minutes) and refused the go-down-the-line format, instead pulling out points from the five talks where the panelists' stances looked like they might diverge.

Topic 1: Does generating video alone give a model an understanding of physics? (~03:10–03:12)

Anastasis Germanidis (the original claim): this is mainly an empirical conclusion from scaling the models and measuring how they perform on physics-related tasks. Their methodology: if you want to introduce inductive biases, introduce them in the data you train on, not in the architecture. So they very intentionally learn everything directly from pixels with no 3D priors, and it has worked well — past a certain scale you get good geometric consistency, which is also measurable. He sees no fundamental reason it won't keep scaling.

Jim Fan (agrees, then narrows it): despite Guru's ban, he offered a definition to ground the discussion — a world model is a model that predicts the next sensory state conditioned on actions. Under that definition, video is convenient, and video is one of the sensors: it's called an RGB camera. But a robot can have more than one RGB camera, and many other sensors besides. He argues today's world-model discussion is missing modalities: beyond video there is tactile, force, and inertial sensing, and all of it needs to go into these models for a genuinely holistic simulation of how dynamics evolve. "Video is convenient, video is easy to scale, it's abundant — but that's not the full story."

Sergey Levine (the strongest pushback): if you generate videos that people find compelling, it is very easy to end up with video that looks great to humans while not reflecting the model's ability to simulate the physical counterfactuals you actually care about. The crux: when you give a model a prompt, it doesn't have to predict what will happen to a real physical system if it does something. It only has to produce a result that, to you, looks like a good reflection of the prompt. Which means the model gets to choose how to set everything up so it looks good — and that choice is enormously important. Whereas if you need to plan and act in the real world, you must handle the actual situation you're in, the actual plan you're making, and whatever counterfactual effects follow.

His example is blunt: train a model on really good driving data, then ask what happens if you drive into a building, and it will probably produce the building morphing into a beautiful road with you driving happily down it. People have done this, and that is exactly what happens. So the answer is: yes, the model can handle physics; you just have to be very careful not to let it fool you. And as Anastasis said, it comes down to data — it's just that the data that produces really great video is not the data that produces counterfactuals.

Topic 2: Is the VLA era over — is it all world-action models now? (~03:12–03:16)

Jim Fan: it depends on the level of abstraction you work at. Splitting by system 1 / system 2:

  • System 1 (fast, reactive motor skills): WAM is very promising. A lot of physical common sense — how do you grasp a cup — is, from first principles, very difficult to break down and describe frame by frame in language tokens.
  • System 2 (reasoning, coding, tool calling): he argues Opus and the GPTs are actually VLAs — these models are agentic and they take actions. And more people use VLAs than WAMs today, because VLAs also serve other purposes, including the agentic scaling he covered in his talk: models that understand the world through perception, call tools, and help with auto-research.

He doesn't see one completely replacing the other. It's about the abstraction level you operate at.

Sergey Levine (thinks the question is subtly wrong): "It's the right question for you to ask us, but maybe the wrong question for a researcher to ask themselves" — because it puts the model before the data. The key to a really good foundation model is being able to productively ingest lots of very diverse data, and video is one great source of it. In fact, most VLAs that are actually good are trained on lots of video data — it just happens in a web-scale pretraining phase that trains the understanding backbone.

So the right question isn't VLA-or-video, it's how do you use the most data. On top of that sits inductive bias, and as the saying he quoted goes, "inductive bias is training data in disguise"its effect may be large when you test at small scale, but it dissolves away once you scale up. What we should actually do is leverage as many data sources as possible, then be pragmatic about what outputs the model needs in order to leverage them.

Michael Spranger (two points from the application side):

  1. Language isn't all that helpful for their tasks. For racing and table tennis, you can describe the skill but there's very little information in the description. Cognitive science's classic distinction between declarative and procedural knowledge applies: to ride a bike you have to actually do it and learn the physics.
  2. Vision isn't always available. Vision is a great thing to condition on, but in some applications you can't. Ship a game to a customer with 20 agents racing and you cannot render from 20 different viewpoints — most of the PlayStation's compute goes to rendering for the player.

So these aren't yes/no questions: what domain do you care about, what are you solving, what's the downstream application? Large foundation models that capture visual and language knowledge are often extremely helpful, but you still need to distill the thing you actually care about in a given moment and ship it to a consumer.

Anastasis Germanidis (adding on): there's broad convergence toward omni-models that predict visual, audio, and text modalities alike. So, to Sergey's point, it comes down to what you specialize the model on during pretraining — is the data mix biased toward low-level motion planning or high-level reasoning? It's less about WAM-versus-VLA architecture and more about what you dedicate the model's capacity to — and that's the important factor.

Guru's summary: "It's not an either-or. It really is use-case dependent, and both have interesting applicability."

Topic 3: How much real-world RL versus the digital world? (~03:16–03:22)

Wei Zhan (separates by application):

  • Autonomous driving: they care more about behavior and the visual modality, and both are relatively easy to scale from real-world data and inject into a synthetic world. Today, most leading players in productionized end-to-end ADAS rely mainly on real-world data, with synthetic data used in post-training — but the trend is clear that large-scale synthetic data will play an increasingly key role in making autonomy robust and safe.
  • Robotics: at this point, for locomotion and whole-body tracking, RL-based methods are very useful and even dominant. But for complex tasks like dexterous manipulation, it's hard both to build a high-fidelity synthetic world capturing the key physics attributes and to define a good reward function for closed-loop training. So behavior cloning and imitation-based methods still dominate there.

Sergey Levine (splits supply side from demand side): the future will look very different from the present.

  • Now: robotics is in the bootstrap stage — still figuring out what it would take for robot models to be good enough to be usable with end-to-end learning.
  • Later: we won't be bootstrapping forever. Eventually there will be as many robots deployed as there are vehicles on the road today, and therefore very plentiful data from robots interacting with the world autonomously — at which point RL methods that can consume real-world data will be tremendously important.
  • A second reason: as imitation learning methods keep improving, the challenge increasingly becomes bridging the last gap — how do you go from a 98% successful policy to 100%? There the domain gap really matters, because everything has to line up perfectly. So real-world RL will be needed there too.

But he timestamped it explicitly: "that's what's coming in the future; I don't think that's the state today" — calling Wei's account of the present an excellent summary.

Jim Fan (copy the LLM homework; three environment options): "Great scientists invent, greater scientists copy." He watches what the LLM people are doing, and they're not just creating data anymore — they're creating environments. It's about acquiring millions of coding environments and doing RL in them; that's how we got today's Mythos and GPT-class models. Not through imitation learning — eventually through reinforcement learning. Robotics needs to build environments too, and there are three options:

  1. The real world. "Sergey and π have done exceptional work over there." Absolutely important — the physics is perfect because it is the real world.
  2. Classical simulators (Isaac Sim and the like). The bottleneck isn't simulation speed — simulation runs very fast — it's the assets, environments, and tasks that used to require armies of artists. But real-to-sim recipes now look super promising: automatically scan the world and transport it into a classical simulator, so you're data-driven while still leaning on a fast classical physics solver.
  3. World models as neural simulators. A very practical use of a video world model is as a data-programmed neural simulator: take actions as input, generate video and sensor states, use it as an environment. It runs very slowly, but it has a huge amount of diversity — as much as a world model can afford.

Ultimately robotics RL will run across all three options, using different types of compute under different constraints. He'd like to see a more holistic approach.

Topic 4 (rapid fire): Most amazing recent demo — not from your own company (~03:22–03:27)

Speaker Pick Why
Anastasis Germanidis Photon-1, from Induction Labs A world model built on screen recordings — a digital world model of sorts. They trained it entirely on screen recordings, without the text supervision usually leveraged for computer-use models, and reached performance competitive with one of the small Gemini models on computer use with an order of magnitude less compute. Guru's aside: "That says more about the nature of the work we do on a screen than anything else."
Jim Fan Tesla FSD "A robot that millions of people already buy and use daily." He's been driving a Tesla since last year and was amazed by the latest versions — rush hour, super crowded lanes, and the policy negotiates almost humanlike, sometimes better than he would drive himself. That gives him hope: once you spin the physical data flywheel you get a quantum leap versus a couple of years ago. It's exactly why his talk stressed that data collection must fade into the background and stay non-intrusive.
Michael Spranger General Intuition's Rocket League world model Not robotics, but a breakthrough roughly two weeks old: the world model renders four different player views of the same world consistently. Traditional world models are "me and the world, my actions in the world"; this unlocks a multi-agent / multiplayer future. He thinks that matters because robotics often thinks purely about task performance — lifting a cup, screwing something — while the world is full of other agents, people or AIs, that we'll have to interact with. He'd expected this six to twelve months out.
Sergey Levine The Boston Dynamics Atlas backflip (with a moral) The video went viral because the robot doesn't quite stick the landing, freaks out into a weird unnatural motion, and then stays upright. Around CES, with humanoid demos everywhere, people mocked it and pointed at Unitree robots doing perfect backflips. But roboticists looked at it and realized the Boston Dynamics video is far more impressive precisely because it doesn't fall: something horrible happens, it freaks out, and it stays up — on a 170 kilogram robot, much heavier and more complex than the lightweight Unitree machines. The lesson: with robots, the demo is never quite what meets the eye. The challenge is usually not what's in the demo reel — it's the degree of generalization, the system's ability to handle unfamiliar situations and failures, and all the complexity behind it. It's easy to be misled by a demo and miss where the genuinely hard problems are.
Wei Zhan Tesla FSD, plus two more He echoed FSD, which now covers most of his daily mileage. He also rode in the R&D car of a company he can't name that sustained an hour of driving in super crowded streets full of pedestrians and cyclists with zero driver intervention — on one-seventh the onboard compute of Tesla's HW4 and a simpler sensor suite. On the robotics side, at a conference booth this year he saw a Chinese startup pushing the boundary on synthetic data, doing generalizable zero-shot pick-and-place with audience members throwing arbitrary objects onto the table.

Topic 5 (rapid fire): What year is robotics' "Claude Code moment"? (~03:27–03:35)

Guru's framing: LLMs had a ChatGPT moment, and then a Claude Code moment — the point where the first commercial use case genuinely takes off and rockets. He wanted a number, plus a word or two on the use case.

Speaker Number Domain & reasoning
Wei Zhan ~3 years Beyond large-scale egocentric and third-person data, we also need the necessary physics modalities, well grounded and associated with it, to be filled in. Accumulating that data takes time and is one of the gating factors for robot foundation models.
Sergey Levine 3 years (He noted he picked the number before hearing Wei's answer.) But he doesn't know the area — and that's the point: what's needed are models general enough to radically lower the barrier to exploring different applications, so the community can collectively get through as many possibilities as possible and arrive at the answer. The general model is the precondition, not the outcome.
Michael Spranger 2 years (He first joked "three years," got heckled, and dropped to two.) The area will be industrial, because it's a semi-structured domain with better data availability — warehousing, manufacturing. He thinks the technology is more or less there; it's more a question of finding the right economics, data inputs, and environments where you can actually deploy. Large robots in the home are further out for safety reasons. The recipe for semi-structured environments: tailor the use case, bring in general models, combine with on-site or simulation training.
Jim Fan 2030 / 2035 / 2040 Earliest 2030; more robots than iPhones by 2035; all of robotics solved no later than 2040 — personal robots, industrial robots, everything.
Anastasis Germanidis 2–3 years (narrow) / 5–10 years (home) The uncertainty bar for household robotics is wide. He agrees with Michael that very narrow enterprise use cases — logistics, the factory — will see deployment in the next two or three years. But handling the complexity of a home and operating autonomously at many nines of reliability looks more like 5 to 10 years.

Michael's upper bound (an explicitly non-technical argument): "Can I give an upper bound? For some economies we're going to have to solve it in 10 years." Take large Japanese corporations in manufacturing, or any industry: 60% of the workforce is 50 or older, and in 10 years they will all be gone.

Guru's close: "So those are the bounds. Two to ten. Let's solve it by then."

Quotes

"If you train a model on really good driving data and then you ask what happens if I drive into a building, it'll probably produce the building morphing into a beautiful road and you're driving happily down the road. And people have actually done this and that's exactly what happens." (~03:11:40)

Sergey's sharpest counterexample to video-models-understand-physics.

"Yes, the model can handle physics. You have to be very careful not to let it fool you." (~03:12)

The conclusion of that exchange — not "don't use it," but "don't be fooled by it."

"Video is one of the sensors. It's called an RGB camera." (~03:11)

Jim Fan demoting video from "a representation of the world" back to "one sensor," and using it to surface tactile, force, and inertial modalities.

"Inductive bias is train data in disguise." (~03:13:30)

Sergey's borrowed line: architectural priors that look powerful at small scale dissolve once you scale.

"Great scientists invent, greater scientists copy." (~03:19:30)

Jim Fan's methodological credo, immediately followed by "the LLM folks aren't creating data anymore, they're creating environments."

"With robots the demo is never quite what meets the eye." (~03:29:50)

Sergey's moral from the Atlas backflip: the real challenge isn't in the demo reel.

"For some economies — and this is not a technical argument — we're going to have to solve it in 10 years." (~03:35:05)

Michael's hard upper bound, argued from Japanese manufacturing demographics rather than from capability curves.

提到的專案與資源 / Projects & Resources

名稱 Name 說明 Description 備註 Notes
Photon-1 (Induction Labs) 完全以螢幕錄影訓練的 world model,computer use 表現可與小型 Gemini 競爭,算力少一個數量級 World model trained entirely on screen recordings; competitive with a small Gemini model on computer use at an order of magnitude less compute Anastasis 的「最驚豔 demo」/ Anastasis's pick
General Intuition — Rocket League world model 能一致渲染四個玩家視角的多 agent world model Multi-agent world model rendering four consistent player views Michael 的選擇,約座談前兩週發布 / Michael's pick, released about two weeks prior
Tesla FSD 被 Jim 與 Wei 同時點名的實體資料飛輪範例 The physical data flywheel example named by both Jim and Wei
Boston Dynamics Atlas 後空翻沒站穩卻沒倒的爆紅影片;170 公斤 The viral backflip that misses the landing but stays upright; 170 kg Sergey 用來說明「demo 不是表面看到的那樣」/ Sergey's illustration that demos mislead
Unitree 影片中被拿來對比、做出完美後空翻的輕量人形機器人 The lightweight humanoids doing perfect backflips in the comparison
Isaac Sim Jim 舉的傳統模擬器代表;瓶頸在資產而非模擬速度 Jim's example of a classical simulator; the bottleneck is assets, not simulation speed
real-to-sim 自動掃描真實世界搬進古典模擬器的配方 Recipes that automatically scan the real world into a classical simulator Jim 認為極有潛力 / Jim calls it super promising
Lightspeed 投資組合 / portfolio Anthropic、Mistral、SSI、Reflection;機器人有 Dexterity、Skild Anthropic, Mistral, SSI, Reflection; in robotics, Dexterity and Skild 主持人開場提及 / from the moderator's opening

逐字稿勘誤 / Transcript Corrections

字幕原文 Heard as 應為 Should be
Guru Chahel / Duru Guru Chahal
Lightseed Venture Partners Lightspeed Venture Partners
Enthropic Anthropic
Mistrol Mistral
Skilled Skild
pre-hat GPD moment pre-ChatGPT moment
clawed code moment / clot code moment Claude Code moment
VA / VAS VLA / VLAs
WHM / wham / whams WAM / WAMs (world action models)
methos Mythos
Udantry / unitry Unitree
many nons of reliability many nines of reliability
induction labs / Photon one Induction Labs / Photon-1
general intuition General Intuition
Mika Michael (Spranger)
Wei Jean / Ray / Way Wei Zhan
Anastasio Anastasis (Germanidis)
Ike(“as Ike used to say”) 待確認 / to verify

待確認 / To Verify

  • Sergey 引用「inductive bias is train data in disguise」時提到的人名,字幕聽成 "Ike",無法確認是誰。/ The person Sergey credits for "inductive bias is training data in disguise" — the caption renders it "Ike"; attribution unconfirmed.
  • Wei 提到的中國新創,字幕聽成 "Sudu",做 zero-shot 可泛化 pick-and-place;公司名待查。/ The Chinese startup Wei mentions doing zero-shot generalizable pick-and-place — caption renders it "Sudu"; company name unconfirmed.
  • 同段的展場名稱,字幕為 "the Acura and the CPR booth",推測為 ICRA 與 CVPR,需影片確認。/ The conference booths in the same anecdote read as "the Acura and the CPR booth" — likely ICRA and CVPR, needs video confirmation.
  • Wei 提到「算力僅 Tesla HW4 的 1/7、可連續一小時零接管」的公司未具名,無法查證。/ The unnamed company achieving one hour of intervention-free driving at 1/7 the compute of Tesla HW4 cannot be verified.
  • Anastasis 引用的 Photon-1 對照模型,他說是「Gemini 或某個小型 Gemini 模型」,未確定具體版本。/ The exact Gemini variant Photon-1 was compared against was left vague on stage.

Markdown source on GitHub ↗