NVIDIA used its Computex Taipei keynote on June 2 to release JetPack 7.2, the latest software stack for the Jetson edge-AI module family, and to add support for NemoClaw — NVIDIA's agentic AI orchestration framework — on Jetson devices. JetPack 7.2 ships CUDA 13 on Jetson Orin, Multi-Instance GPU support on Jetson Thor, and a 20% performance boost on the AGX Orin 32GB module to 241 TOPS. NemoClaw on Jetson lets robots and embedded devices run the same multi-agent planning, tool-invocation, and error-recovery blueprints that previously required server- or workstation-class hardware.
The significance is location. Agent frameworks have so far run in the cloud or on developer laptops, with the physical device acting only as sensors and actuators. Putting NemoClaw on a Jetson module means a warehouse robot, a quality-inspection camera, or an autonomous mower can plan, decompose, and execute multi-step tasks locally — without round-tripping through a datacenter. That collapses latency, removes a connectivity dependency, and changes the economics of any application where a small fleet of devices each makes thousands of micro-decisions per hour.
The pattern fits a clear 2026 trend: agents are leaving the chat window. Microsoft put agents in the OS at Build the same week; Google embedded Gemini agents in Search and Workspace; xAI launched Grok Build as a coding agent in May; OpenAI's Operator and Anthropic's Computer Use both expanded their production envelopes through the spring. Edge robotics has been the last holdout. NVIDIA owning both the hardware (Jetson, Thor) and the orchestration framework (NemoClaw) on top of it is the same vertical integration play it ran with CUDA in the datacenter — and it is harder to dislodge for the same reason.
Takeaway for learners: if you are an engineering student or hobbyist who has been building robotics or computer-vision projects, the NemoClaw plus Jetson stack is the new beginner ramp into agentic systems on real hardware. The blueprints ship with templates for task decomposition and multi-agent delegation, so you can get a working pipeline running on an Orin Nano without writing your own agent loop from scratch. The skills most underpriced over the next 18 months will be at the intersection of two things: 'I can debug a real sensor stream' and 'I can write an agent that decides what to do with it.'