The Power Budget That Sets the Real Ceiling

A robot's onboard computer runs on a fraction of the power a data-center AI chip gets. That power gap limits what embodied AI can do today more than the size of the AI model does. NVIDIA's Jetson Thor module is the compute board built for humanoid and mobile robots. It delivers up to 2,070 FP4 teraflops (TFLOPS, or trillion floating-point operations per second) of AI compute inside a 40 to 130 watt power envelope. A data-center graphics processing unit (GPU) built for the same class of AI workload commonly draws several hundred watts. It sits in a facility with industrial cooling and a wall-power connection. A robot's chip, by contrast, runs off a battery pack riding on its back.

That power gap comes down to how each system gets rid of heat. A robot has to shed the heat its chip produces through a small onboard heatsink and fan, or passive cooling fins. A server rack, by contrast, vents heat through a data center's own cooling system built for exactly that job. Push a robot's chip past its rated wattage. It throttles its own clock speed to avoid damaging itself. That throttling caps how much AI inference the robot can run per second, regardless of how capable the chip's architecture is on paper.

The generational jump from NVIDIA's prior Jetson Orin module to Jetson Thor shows how tight this constraint has been. Thor delivers roughly 7.5 times the AI compute of Orin and about 3.5 times the energy efficiency. It runs on NVIDIA's Blackwell GPU architecture, with 128GB of memory and a 14-core Arm Neoverse-V3AE CPU (central processing unit). Early adopters of the module named by NVIDIA include Agility Robotics, Amazon Robotics, Boston Dynamics, Caterpillar, Figure, Hexagon, Medtronic, and Meta. That spread crosses humanoid, warehouse, construction, and surgical robotics. The same watt ceiling applies whatever the robot's job is.

Compute classTypical power drawWhere it runs
Data-center AI GPU (e.g., NVIDIA H100-class)~700WServer rack, wall power, industrial cooling
Robot onboard module (NVIDIA Jetson Thor)40-130WOn the robot, battery-powered, small heatsink
Prior-generation robot module (NVIDIA Jetson Orin)15-60WOn the robot, ~7.5x less AI compute than Thor

Why Sending the Job to the Cloud Doesn't Solve It

Moving a robot's AI workload to the cloud fixes the power problem. It creates a worse one: latency. A robot's low-level joint and balance control loop typically runs at 100 hertz (Hz) to 1 kilohertz (kHz). That means it needs a fresh decision every 1 to 10 milliseconds to keep a humanoid robot standing or stop a gripper from crushing what it holds. A round trip to a cloud server over Wi-Fi or cellular data commonly takes 20 to 100 milliseconds. That figure gets worse the moment a warehouse has spotty coverage or a robot walks out of range of its access point.

A missed or late reply from the cloud on a balance-control loop does not mean a slower response. It means the robot falls, drops what it is carrying, or stops mid-task waiting on a network packet that never arrives on time. That is why every fast, safety-critical control loop on a modern robot runs on the onboard chip, regardless of how much spare compute a cloud server has sitting idle.

Higher-level reasoning is a different story, and the cloud handles it well. Deciding which shelf to restock next, planning a multi-step task, and fine-tuning a model on the day's data can all tolerate a delay of a second or more. Robot makers push that kind of work off the robot and onto a server whenever the task allows it.

How Robot Makers Split the Job Between the Robot and the Network

Every production robot today runs a hybrid setup. Perception and low-level control run on the chip riding inside the robot. Higher-level planning and model updates run on a server the robot talks to when the network allows it. Figure and Boston Dynamics both build humanoid platforms that process camera and joint-sensor data locally for balance and immediate obstacle response. Once a task is done, each platform sends less time-sensitive data, like footage for retraining a grasping model, back to a data center over Wi-Fi.

Warehouse fleets split the job the same way for a different reason: scale. Amazon Robotics runs thousands of mobile robots off a centralized system that assigns tasks and routes traffic. Each individual robot still handles its own obstacle avoidance and motor control locally. A central server's reply for every wheel adjustment would be too slow across a fleet that size, and the whole system would stall the moment the warehouse's own network hiccupped.

Agility Robotics builds to the same split for its warehouse-oriented humanoid. It keeps the walking and manipulation control loop onboard while offloading fleet coordination and task assignment to a server. The pattern holds across every serious embodied AI deployment. The fast, physical loop stays on the chip riding on the robot. The slow, cognitive loop goes wherever there's spare compute.

Why More Onboard Compute Doesn't Move the Boundary

A faster chip does not change which tasks have to run on the robot instead of the cloud. The network's round-trip time sets that boundary, and the chip's own compute speed has no say in it. NVIDIA's Jetson Orin-to-Thor jump added roughly 7.5 times the AI compute in the same watt-class module. Even so, the balance-control loop on a humanoid robot still has to run onboard today, for the identical reason it did on the older chip. A 20-to-100-millisecond round trip is too slow for a 1-to-10-millisecond control cycle. That holds no matter how many extra teraflops sit inside the box making that decision.

A faster onboard chip buys a robot a bigger, more capable model running inside that same latency-bound loop. It does not buy permission to move the loop off the robot. A humanoid can run a larger vision-language-action model for grasping, or a richer scene-understanding model for navigation, on Thor than it could on Orin. Either way, it stays inside the same 1-to-10-millisecond control budget the robot's physics demands. Each new chip generation packs more computing into that fixed time window. It does not shrink the window itself.

Bottom Line

Embodied AI runs into a compute wall at the edge for two reasons. A robot's onboard chip has to fit inside a 40-to-130-watt power budget, a fraction of the several hundred watts a data-center GPU draws. Its fastest control loops also need a decision every 1 to 10 milliseconds, far faster than a 20-to-100-millisecond cloud round trip can deliver. Every serious robot maker, from Figure and Boston Dynamics to Amazon Robotics and Agility Robotics, splits the job the same way. Fast physical control stays on the chip riding on the robot. Slower planning and model updates move to a server. A faster chip like NVIDIA's Jetson Thor buys a bigger model inside that same fixed time budget. It does not buy a way around the split itself.

Check a robot maker's own technical documentation for its stated control-loop frequency. Do not assume a faster chip alone will let a task move off the robot and onto the cloud.

FAQs

Why can't a robot just send its AI computing to the cloud?

A robot's fastest control loops, the ones that keep it balanced or stop a gripper from crushing something, need a fresh decision every 1 to 10 milliseconds. A round trip to a cloud server over Wi-Fi or cellular typically takes 20 to 100 milliseconds. That is too slow and too unreliable for those loops, so they run on the robot's own onboard chip instead.

How much power does a robot's onboard AI chip use?

NVIDIA's Jetson Thor module, built for humanoid and mobile robots, runs inside a 40 to 130 watt power envelope while delivering up to 2,070 FP4 teraflops of AI compute. A comparable data-center AI GPU commonly draws several hundred watts, since it has industrial cooling and wall power instead of a battery riding on the robot.

What is the difference between edge AI and cloud AI for robots?

Edge AI runs directly on the robot's onboard chip and responds in milliseconds, the speed balance and obstacle-avoidance control loops need. Cloud AI runs on a remote server and can handle heavier reasoning, like task planning or model retraining. It only fits jobs that can tolerate a delay of a second or more.

Does a faster onboard chip let a robot move more tasks to the cloud?

No. A faster chip, like NVIDIA's Jetson Thor compared with the earlier Jetson Orin, lets a robot run a larger AI model inside the same fixed control-loop time budget. It does not change the network round-trip time. That round-trip time decides whether a task can move off the robot.

Which robot makers use NVIDIA's Jetson Thor?

NVIDIA has named Agility Robotics, Amazon Robotics, Boston Dynamics, Caterpillar, Figure, Hexagon, Medtronic, and Meta as early adopters of Jetson Thor, spanning humanoid, warehouse, construction, and surgical robotics.

Primary Sources