Edge AI means running artificial intelligence locally on a device rather than sending data to a remote cloud server.
| Cloud AI | Edge AI |
|---|---|
| Requires internet | Works offline |
| Slower (data travels far) | Faster (processes locally) |
| Privacy concerns | Data stays on device |
| Ongoing API costs | No cloud fees at runtime |
The Reachy Mini Jetson Assistant runs "everything locally with GPU acceleration — no cloud, no API keys, no internet required at runtime"
NVIDIA Jetson is a family of compact computing modules designed specifically to run powerful AI workloads at the edge.
Traditional AI Setup:
[Data] → [Internet] → [Server Room] → [Result]
Jetson Setup:
[Data] → [Jetson Module] → [Result]
(fits in a handbag)
TOPS stands for Trillion Operations Per Second — it measures how fast an AI chip can process calculations.
Think of TOPS like a chef's speed in a kitchen. More TOPS = more dishes prepared per second
Jetson Orin Nano Super → 67 TOPS (Beginner)
Jetson AGX Orin → 275 TOPS (Intermediate)
Jetson AGX Thor → 2070 TFLOPS (Advanced/Professional)
Rule of thumb: More complex AI tasks require more TOPS
The Jetson platform follows a progressive tier system, letting builders start small and scale up.
Best for: First-time builders, students, hobbyists
Real projects built with it:
Best for: Advanced makers, researchers, startup prototypes
Real projects built with it:
Best for: Professional researchers, humanoid robotics, enterprise
Real projects built with it:
A VLM is an AI model that can see and understand images/video and respond in natural language.
[Camera Feed] ──→ [VLM] ──→ [Text/Action Response]
"What do you see?" "I see a person waving"
Robots need to perceive their environment and reason about it — VLMs enable exactly this, combining:
AI Agents are systems that can plan, decide, and act autonomously to complete goals — not just answer questions.
| Reactive AI | Agentic AI |
|---|---|
| Responds to input | Pursues goals independently |
| Single task | Multi-step reasoning |
| Passive | Takes real-world actions |
The article mentions "Jetson Device Skills" and "Jetson BSP Skills" — tools that help developers deploy coding AI agents that can:
The article mentions Jetson gives developers "the entire AI stack." Here's what that means:
┌─────────────────────────────┐
│ Applications/Robots │ ← What users interact with
├─────────────────────────────┤
│ AI Models (VLMs, │ ← The intelligence layer
│ LLMs, Vision Models) │
├─────────────────────────────┤
│ AI Frameworks & Tools │ ← Software to run models
│ (NVIDIA Isaac, GR00T) │
├─────────────────────────────┤
│ GPU Hardware │ ← Physical compute power
│ (Jetson Module) │
└─────────────────────────────┘
Having the full stack means developers don't need to piece together separate tools — everything works together out of the box.
EDGE AI (run AI locally)
↓
JETSON PLATFORM (the hardware that enables it)
↓
TOPS/TFLOPS (measure how powerful each module is)
↓
THREE TIERS (Nano Super → AGX Orin → AGX Thor)
↓
VLMs + AGENTIC AI (the intelligence running on the hardware)
↓
FULL AI STACK (everything integrated and ready to deploy)
↓
REAL-WORLD ROBOTS & AUTONOMOUS MACHINES
| Your Situation | Recommended Module |
|---|---|
| First robotics project, student | Jetson Orin Nano Super |
| Advanced research, startup prototype | Jetson AGX Orin |
| Humanoid robots, enterprise, cutting-edge research | Jetson AGX Thor |
💡 Key takeaway: Start with the tier that matches your current needs — the platform is designed so you can upgrade progressively as your projects grow in complexity.