The distinction Paul Reese draws in the first two minutes is the one worth carrying away: this is not a vision model applied to a robot.
An embodied reasoning model is fine-tuned on robotics data for spatial understanding, positioned as the logic unit of the robot rather than as its eyes (1:43). His explanation for the naming is the substantive part — the model understands the physics of a scene rather than its pixels (4:13).
Why that distinction is not marketing
Traditional robotics separated perception from planning. A vision system produced a labelled scene; a planner decided what to do with it. The seam between them is where most failures lived, because the planner received categories and lost everything about the scene that did not fit a category.
A model reasoning about physics rather than pixels collapses that seam. Asked to pick up something, it does not need the object to belong to a known class — it needs to infer graspability, weight distribution, what happens if it tips. That is the same shift language models made when they stopped classifying sentences and started reasoning about them, arriving in a domain where being wrong has consequences.
The demonstration that makes the point tangible
The environment they show runs a physics simulation engine directly in a browser, with a virtual arm driven by the model detecting and manipulating blocks (15:34).
Under the demonstration is an argument about how this work gets done. Robotics has been gated on hardware access — you needed a machine to test against, which limited who could contribute. Putting a physics engine and the model in a browser makes the loop available to anyone, and the constraint moves from equipment to ideas.
Their stated frontier is dexterity rather than mobility: plugging in a cord, performing fine detail work (12:43). This is the right target and the harder one. Locomotion has largely been solved by people who solved it; manipulation under uncertainty has not.
The section that deserved more time
Reese closes on safety, and his framing is the clearest statement of the problem anyone offered this week.
When a model in software hallucinates, you get a strange recipe or a broken snippet — not ideal, not catastrophic (16:01). The same error rate attached to a machine that exerts force on the world is a different category of event.
He is right, and the observation cuts deeper than the session has time for. The tolerance the industry has built up around model error is calibrated to consequences that are recoverable. Reliability that is acceptable for text generation is not acceptable for something holding a knife, and the gap between those two thresholds is not an incremental improvement — it is orders of magnitude, and it is the thing standing between these demonstrations and deployment.
Nothing in an eighteen-minute developer session can address that. But the fact that the person presenting the capability raised it unprompted is worth more than another demonstration.
演讲章节
关键要点
- 01
The model is positioned as the logic unit of the robot rather than its eyes, fine-tuned on robotics data for spatial reasoning. 1:43
- 02
The naming reflects the substance: it reasons about the physics of a scene rather than its pixels, which is what removes the perception-to-planning seam. 4:13
- 03
A physics engine running in a browser alongside the model moves the constraint on robotics work from hardware access to ideas. 15:34
- 04
Their stated frontier is dexterity rather than locomotion — plugging in a cord, fine detail work — which is the harder unsolved half. 12:43
- 05
His closing point is the sharpest: a hallucination in software costs a strange recipe, and the same error rate in a machine exerting force is a different category of event. 16:01
提及的实体
相关演讲

Four of Google's model, product and search leads on what changes once agents run for hours rather than seconds, and the most quotable argument comes from Dean: the constraint is moving out of the model and into the tools around it. By Amdahl's law, an agent spending half its time in tools built for human-speed interaction cannot gain more than a doubling however fast the model becomes — which reframes a great deal of current infrastructure work as latency debt. Their internal response is concrete: rewriting Python tooling into Go, framed as a fully specified translation task rather than an open prompt, produced order-of-magnitude speedups overnight. Reid supplies the counterweight from Search, where acceptable latency turns out to scale with how much work is being taken off the user rather than being a fixed budget. Woodward's detail is the quietest and perhaps the most telling: teams that have stopped writing product documents for humans and now write context files for models to act on directly.

The anecdote that opens the panel does the work: a robot asked to pick up the extinct animal selected a dinosaur toy, with nothing in its training data connecting the phrase to the object. That transfer from language models into machines with hands is the premise of the current wave. What the practitioners then describe is where it stops. Physical intelligence is about exerting force and using a body to do it, which is knowledge about consequences — the one thing a corpus of internet images contains almost nothing about. The humanoid question gets an honest treatment: not that human shape is optimal, but that the world is already built for it, plus a development-loop argument about collecting data and deploying on the same hardware. The most useful passage is scepticism about the field's favourite shortcut: generated video looks realistic and does not hold up for dexterous manipulation, because looking right and being physically consistent are different properties.

The observation that organises this session is not about capability but about attention. Engineers increasingly file a ticket rather than opening an editor, and the code comes back — which changes what the surrounding tools are for. If the agent works while you do something else, the conversation between you is no longer a workspace; it is the mechanism by which the agent surfaces a question it cannot resolve alone. Interfaces built for continuous conversation optimise for flow, and interfaces built for interruption should optimise for the opposite. A runtime constraint follows immediately: an agent that starts a long-running job cannot block until it finishes, which turns out to be a workflow-engine problem rather than a model one. The panel's closing formulation — that deciding what to build is the hard skill and always was — reads as reassurance and functions as a warning, since that judgement is downstream of exactly the work now being delegated.

The most honest moment here is an aside about how the presenters have tracked their own projects: plans in documents, plans in spreadsheets, plans in bug comments, and once a plan written on a receipt. That describes the actual category being addressed — not software nobody has built, but the small internal tool every team improvises badly because building it properly was never worth the effort. The demo turns on a single question: the generated app is strictly single player, so what happens when you want to share it with the team? That boundary is where improvised tools historically died, because it is where accounts, shared storage and access rules begin. Here it is crossed in one step, with the access rules generated and deployed automatically — which is convenient, and is also the moment the application acquires obligations nobody reviewed.

The clearest statement at I/O of how an agent API differs from a chat API, and the reasoning behind each departure is stated rather than assumed. Three changes matter. Conversation state moves to the server: a call returns an identifier, and passing it back continues the thread, retiring the client-side history array. The data model abandons alternating user and model turns for discrete steps, on the argument that a trace containing reasoning, tool calls, environment responses and compaction was never really a conversation and modelling it as one distorted it. And agents receive their own persistent remote environment rather than acting on the caller's machine — addressable by identifier, and shareable, so a research agent's output files become an application builder's input without passing through the context window. Schmid is explicit that scaffolded environment files are deliberately not model input, which is what keeps large artefacts out of the context budget. Schaeff's first half covers the real-time voice path, where the notable property is speech-to-speech across ninety languages with transcription of both directions.

Pichai's framing of Google as the buffer between people and the raw internet is offered as continuity — search did it, browsers did it, agents do it more — and it is also the most contested claim in the industry, because a buffer decides what passes through. He reaches immediately for the counterweight, the connection people feel to creators they follow, which is precisely the tension the company is currently managing without resolving. Two answers are sharper than the format usually produces. On competition he describes participants running on different pre-training and release cadences rather than at different speeds in one race, which is a more honest account than the leaderboard framing and comes from someone with an interest in leaderboards. On security he acknowledges models improving at cyber work, which is the one domain where better capability does not obviously net out positive, since an attacker needs one vulnerability and a defender needs all of them.
