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:
| TinyML | Edge AI | Physical AI | |
|---|---|---|---|
| What it means | ML running on a tiny microcontroller | AI running on or near the device | AI that interacts with the physical world |
| Where AI runs | On the microcontroller itself | On the device / local server | Anywhere โ cloud, edge, or on-device |
| Internet needed? | No | Usually not | Optional |
| Sensors / Actuators | Yes (core to TinyML) | Usually yes | Yes โ this is the defining feature |
| Compute power | Milliwatts, kilobytes of RAM | Moderate (Raspberry Pi, Jetson, phone) | Varies widely |
| Example | Keyword detection on Arduino | Face recognition on a Jetson Nano | A 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โ
| Example | Sensors | Actuators | Where AI Runs |
|---|---|---|---|
| Smart thermostat | Temperature sensor | Heating/cooling relay | Cloud or on-device |
| Self-driving car | Camera, LiDAR, radar | Steering, brakes, throttle | On-vehicle (edge) |
| Industrial robot arm | Vision camera, force sensor | Servo motors | On-device or edge server |
| Remote weather station | Temp, humidity, wind | Satellite uplink | Cloud |
| Voice assistant (Alexa) | Microphone | Speaker | Cloud |
| TinyML gesture wristband | IMU (accelerometer) | Haptic motor | On-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