Skip to content
MK

What Is Physical AI? Why the Next Wave of AI Will Leave the Screen

Generative AI transformed how we create and process information. Physical AI goes further: machines begin to perceive, reason and act in the real world, where latency, safety, hardware and failure suddenly matter much more.

A bright future waterfront city where autonomous shuttles, drones, robotic systems and intelligent infrastructure operate as part of everyday life
M.K. / FIELD NOTESPhysical AI / Future Cities / 2026

For the past few years, most of the AI revolution has happened inside a screen.

Large language models learned to generate text, write code, analyse documents, create images, search for information and increasingly operate software tools. Even when they fail, the most common result is still a bad answer, a wrong image or a workflow that needs human correction.

Physical AI crosses a different boundary.

When the same kinds of perception, reasoning and decision-making are placed inside robots, autonomous vehicles, drones, smart cameras, industrial equipment and other physical systems, an error no longer stays inside the information layer.

It can become a steering command in the wrong direction, a robotic arm gripping the wrong object, a drone misreading its surroundings, or an automated machine acting at the wrong moment.

That is exactly why I have been interested in this direction for a long time — what we increasingly call Physical AI today — and why I eventually sat down to write the science-fiction novel Neo Babylon as a way to imagine the kind of world that may emerge when intelligent systems are no longer confined to software.

The real transition is not that machines suddenly become more human. It is that AI begins to move from understanding the world to producing consequences in it.

What does Physical AI actually mean?

Physical AI is not a single, universally standardized academic term.

In current industry usage, NVIDIA describes Physical AI as AI that enables autonomous systems such as cameras, robots and self-driving cars to perceive, understand, reason and perform or orchestrate complex actions in the physical world.

The broader research and engineering landscape uses several overlapping terms: embodied AI, robotics, autonomous systems, vision-language-action models, world models and embodied reasoning.

They are not identical concepts, but they point in the same direction. AI is no longer only processing text, images and structured data. It is receiving sensor input from a changing environment, building some representation of what is happening, planning what should happen next and then acting through a physical system.

A useful simplified loop is:

  1. Perception: sense the environment.
  2. Reasoning: interpret what is happening.
  3. Planning: decide what to do next.
  4. Action: change something in the physical world.

That fourth step is the important one.

A generative model can describe how to move a red block into a box. A robot must identify the correct block, estimate distance and pose, choose a grasp, account for obstacles, control force, recover if the object slips and stop safely if a person enters the workspace.

One sentence in natural language can expand into hundreds or thousands of interdependent decisions in the real world.

From answering questions to taking action

Google DeepMind's Gemini Robotics family makes this shift especially visible. Gemini Robotics extends multimodal reasoning into robotics, while Gemini Robotics 1.5 is a vision-language-action model designed to turn visual information and instructions into motor commands for a robot.

The model is not simply answering what a robot should do. It is part of a stack that must help the machine actually do it.

This distinction sounds simple until we compare software environments with physical ones.

Software is full of explicit interfaces. A system may still fail, but the states are usually defined, the inputs can often be cleaned, and an API gives the program a relatively precise contract.

The real world has no clean API contract.

Lighting changes. A floor can be wet. A camera can be partially blocked. Wheels can slip. Objects move. Mechanical parts wear. Sensor readings drift. Human beings behave in ways the system has never seen before.

Physical AI therefore has to operate with incomplete information, uncertainty, continuous change and real consequences.

That is one reason robotics has remained so much harder than many purely digital AI applications.

Why robots, autonomous vehicles, drones and smart cameras are beginning to converge

A humanoid robot, a robotaxi, an inspection drone and an AI camera appear to be completely different products.

At the system level, however, they increasingly depend on a similar set of capabilities.

They all need to perceive the environment. They all need some form of real-time inference. They all have to make reliable decisions under limits on compute, power, bandwidth and time.

The biggest difference is often the action layer.

A smart camera may trigger an alert or mark an event.

A drone changes flight direction.

An autonomous vehicle controls steering, braking and acceleration.

A robot may coordinate an arm, gripper, hands, legs or its entire body.

The underlying stack increasingly converges around sensing, perception, world representation, reasoning, simulation, edge inference and safety control.

This is why I find Physical AI useful as a category. It lets us look across industries that are normally discussed separately and see the common engineering transition underneath them.

Why Physical AI is harder than a chatbot

The first difference is latency.

If a chatbot responds half a second late, most users only notice that it feels slow. If a fast-moving machine reacts half a second late, the system may already be outside its safe operating window.

The second difference is power.

A large cloud model can draw on massive data-centre infrastructure. A robot, drone, vehicle or smart device may have a limited battery, strict thermal constraints and only so much space for compute hardware.

The third difference is network reliability.

If every critical decision depends on a cloud round trip, losing connectivity becomes a safety problem. That is why on-device and edge inference matter much more once AI enters physical systems.

Google DeepMind's Gemini Robotics On-Device is one example of this direction: it is a VLA model optimized to run locally on robotic devices, with low-latency inference as a core design goal.

The fourth difference is failure cost.

Generative AI can absolutely create serious harm. But Physical AI connects model outputs directly to physical action, which changes the structure of risk.

That means accuracy alone is not enough. The engineering problem also includes fail-safe behaviour, control loops, sensor quality, redundancy, verification, mechanical design, power management and system-level safety.

A high-performing model is only one component of a trustworthy Physical AI system.

Why simulation, digital twins and synthetic data become central

Training a language model on text is expensive, but the training environment is still fundamentally digital.

Training a robot to walk, manipulate objects, navigate safely or operate industrial equipment is different. Repeating millions of real-world trials can be slow, expensive and dangerous.

This is why simulation is becoming much more important.

NVIDIA's Physical AI and robotics stack explicitly emphasizes physics-based simulation, digital twins and synthetic data. The idea is straightforward: expose the system to many different objects, environments, lighting conditions, collisions and edge cases in a virtual world before placing it in a real machine.

Synthetic data can also help with situations that are rare, dangerous or difficult to capture at scale in the physical world. Extreme weather, unusual collisions, unusual object positions or a factory that has not yet been built can all be modelled before deployment.

But simulation is not a shortcut around reality.

The hard problem remains the sim-to-real gap. A simulation can approximate friction, material properties, sensor noise and human behaviour, but never perfectly reproduces the full messiness of a real environment.

The more realistic way to think about the workflow is as a loop:

simulation → synthetic data → real-world testing → field data → model updates → improved simulation.

The system does not graduate from simulation and then stop learning. The two worlds keep feeding each other.

AI competition may move back toward chips, sensors and edge computing

Generative AI concentrated public attention on foundation models.

Physical AI brings hardware back into the centre of the discussion.

A physical system may depend on cameras, LiDAR, radar, IMUs, microphones, motors, controllers, communication modules, memory, edge processors, power systems and mechanical design — all working together under real-time constraints.

The important point is not simply that each component becomes better. They have to cooperate as one system.

NVIDIA's robotics platform frames the problem as a three-computer workflow spanning training, simulation and inference. Its broader autonomous systems work similarly connects onboard sensors, AI software and high-performance compute into a real-time control stack.

That suggests a change in where AI competition happens.

The last few years encouraged a mental model in which everything would eventually converge into the biggest cloud model. Physical AI points in the opposite direction as well: toward millions of distributed systems that must make decisions locally, efficiently and reliably.

Semiconductors, embedded computing, sensor fusion, power efficiency and system integration may therefore matter even more as AI moves into the physical world.

The most important Physical AI questions are not about which humanoid looks coolest

Humanoid robots currently receive a disproportionate share of public attention.

They are visually compelling, and the human form does have a real engineering advantage: our buildings, tools and workplaces were designed around human bodies.

But Physical AI is much larger than humanoids.

The deeper questions are:

Can AI move from structured and controlled environments into highly uncertain ones?

Can simulation and synthetic data reduce the cost of physical learning without creating dangerous blind spots?

Can edge computing run increasingly capable models within practical power and thermal limits?

Can different robot forms share foundation models, world models or learned skills?

Can safety validation and legal responsibility develop fast enough for systems that act autonomously?

And which systems will actually scale first: humanoids, robotaxis, industrial robots, drones, autonomous logistics systems, or millions of less glamorous intelligent devices?

Those questions matter more than guessing which company wins the next product cycle.

When AI begins to perceive the environment, make decisions and act on the world, we are no longer talking only about better software.

We are talking about systems that connect intelligence to machines, roads, factories, homes, energy, transport and public infrastructure.

That is why Physical AI is one of the areas I want to keep following closely. It sits exactly at the point where AI stops being an application layer and starts becoming part of the physical environment around us.

Frequently asked questions

Is Physical AI the same as embodied AI?

Not exactly. The terms overlap heavily. Embodied AI has a longer history in research and usually focuses on intelligence that learns or acts through a body in an environment. Physical AI is used more broadly in current industry language for autonomous systems that perceive, reason and act in the physical world, including robots, vehicles, cameras and smart spaces.

Does Physical AI always require a humanoid robot?

No. A humanoid robot is only one embodiment. Autonomous vehicles, drones, robot arms, mobile robots, industrial systems and smart cameras can all be part of the Physical AI landscape.

Why is edge AI so important for Physical AI?

Physical systems often need low-latency responses and must keep operating even when connectivity is limited. Local inference can reduce round-trip delay, lower bandwidth dependence and give a machine a useful degraded mode when cloud access is unavailable.

Can simulation replace real-world testing?

No. Simulation can safely generate large numbers of scenarios and rare edge cases, but physical deployment is still necessary because of the sim-to-real gap. Real materials, sensors, weather, mechanical wear and human behaviour remain difficult to reproduce perfectly.

What should companies watch over the next few years?

The most useful signals are not only model benchmarks. Watch the cost and capability of edge inference, the maturity of simulation and synthetic-data pipelines, the reliability of autonomous systems in unstructured environments, advances in safety validation, and which Physical AI use cases begin to scale economically outside tightly controlled pilots.

Sources and further reading