Skip to main content

What is Physical AI?

Physical AI refers to AI systems that can perceive and interact with the physical world โ€” through sensors that read real-world data (temperature, motion, sound, light) and actuators that take physical action (motors, speakers, displays, valves).

The key insight: Physical AI is defined by what it connects to, not where it runs. The AI brain can live on the cloud, on an edge server, or directly on the device โ€” as long as it is communicating with the physical world, it qualifies as Physical AI.


How Physical AI Worksโ€‹

Physical World
โ”‚
[Sensors] โ† reads temperature, motion, sound, imagesโ€ฆ
โ”‚
[AI System] โ† can be cloud, edge server, or on-device
โ”‚
[Actuators] โ† controls motors, alarms, displays, valvesโ€ฆ
โ”‚
Physical World

Even a cloud-hosted AI that only reads sensor data (without controlling anything) still counts as Physical AI โ€” it is grounded in real-world inputs rather than purely digital ones.


TinyML vs. Edge AI vs. Physical AIโ€‹

These three terms are often confused. Here is how they differ:

TinyMLEdge AIPhysical AI
What it meansML running on a tiny microcontrollerAI running on or near the deviceAI that interacts with the physical world
Where AI runsOn the microcontroller itselfOn the device / local serverAnywhere โ€” cloud, edge, or on-device
Internet needed?NoUsually notOptional
Sensors / ActuatorsYes (core to TinyML)Usually yesYes โ€” this is the defining feature
Compute powerMilliwatts, kilobytes of RAMModerate (Raspberry Pi, Jetson, phone)Varies widely
ExampleKeyword detection on ArduinoFace recognition on a Jetson NanoA cloud robot that reads a camera and moves an arm

Quick way to rememberโ€‹

  • TinyML โ†’ tiny device, ML runs locally
  • Edge AI โ†’ AI runs close to the data source, not in the cloud
  • Physical AI โ†’ AI with eyes, ears, and hands in the real world โ€” regardless of where the brain lives

Physical AI Does Not Have to Run on the Edgeโ€‹

This is an important distinction. Consider a smart irrigation system:

  • A soil moisture sensor sends readings over Wi-Fi to a cloud server
  • A cloud AI model analyses the data and decides whether to water
  • It sends a command back to a motorised valve (actuator) that opens or closes

This is Physical AI โ€” it reads the physical world and acts on it โ€” but the AI itself runs entirely in the cloud. No edge device, no microcontroller required.


Real-World Examplesโ€‹

ExampleSensorsActuatorsWhere AI Runs
Smart thermostatTemperature sensorHeating/cooling relayCloud or on-device
Self-driving carCamera, LiDAR, radarSteering, brakes, throttleOn-vehicle (edge)
Industrial robot armVision camera, force sensorServo motorsOn-device or edge server
Remote weather stationTemp, humidity, windSatellite uplinkCloud
Voice assistant (Alexa)MicrophoneSpeakerCloud
TinyML gesture wristbandIMU (accelerometer)Haptic motorOn-device (TinyML)

Why Physical AI Mattersโ€‹

Bridges the Digitalโ€“Physical Gapโ€‹

Most AI today lives in the digital world โ€” processing text, images, and numbers. Physical AI closes the loop between software intelligence and real-world action.

Enables Autonomous Systemsโ€‹

Robots, drones, autonomous vehicles, and smart buildings all depend on Physical AI to sense their environment and respond in real time.

Expands Where AI Can Runโ€‹

Because the AI can live anywhere โ€” cloud, edge, or device โ€” Physical AI enables use cases where the sensor/actuator node is cheap and simple, while the intelligence stays in a powerful server.


How TinyML Fits Inside Physical AIโ€‹

TinyML is a subset of Physical AI. When you run a machine learning model directly on a microcontroller like the Arduino Nicla Q, you get the benefits of Physical AI (real-world sensing and actuation) plus the benefits of on-device inference: no internet required, near-zero latency, and ultra-low power consumption.

Physical AI (broad โ€” AI connected to the real world)
โ””โ”€โ”€ Edge AI (AI runs near the data source)
โ””โ”€โ”€ TinyML (AI runs on a tiny microcontroller)

Next Stepsโ€‹

โ†’ What is Edge AI? โ€” understand where AI runs at the edge
โ†’ What is Machine Learning? โ€” the foundations of ML
โ†’ Workshop Overview โ€” see the full agenda