This $5 chip runs its own AI. We found 25 robots that prove it's not a fluke.
An ESP32-S3 dev board costs about five dollars. It has less RAM than a Nintendo 64. Right now, a small community of hobbyists has it running its own language model — no cloud, no API key, no subscription. That's the extreme end of a much bigger pattern we spent this week researching: small language models (SLMs) have quietly become real infrastructure for DIY robotics, not a research curiosity.
We pulled together 25 verified builds — checked against primary repos, Hackaday coverage, and published benchmarks — sorted them into 10 categories, and turned the whole thing into a video with MegaBrain. Watch it below, or read the written breakdown after.
Watch on YouTube → — full sources and timestamps in the video description. Made with MegaBrain; sponsored by privateSLM.
The floor: a language model on a $5 chip
Developer DaveBben got a 260,000-parameter TinyLlamas checkpoint running directly on an ESP32-S3FH4R2 — 2MB PSRAM, dual-core at 240MHz — hitting 19.13 tokens/second by his own account (not independently reproduced, worth saying plainly). Even the author calls it "possible, though probably not very useful." That honesty is exactly what makes the hobbyist scene worth taking seriously: nobody's overselling this.
The ceiling: a robot that won an NVIDIA award
At the other end, Dave Niewinski's GLaDOS build runs OpenChat 3.5 (Q4_K_S quantization) through llama.cpp with full GPU acceleration on an NVIDIA Jetson AGX Orin, paired with a Unitree Z1 robotic arm and a custom-trained voice. It won first place in NVIDIA's own AI Innovation Challenge. A later, cheaper version of the same idea ran on a $250 Jetson Orin Nano.
The honest limit
Not every build works. One maker tried a small model on the cheapest Raspberry Pi available — the Zero 2W — and watched core temperature hit 68°C with the board going sluggish after a single response. Their follow-up on a Raspberry Pi 5 was dramatically faster. Same idea, right hardware: that gap is most of the story of edge AI in one before-and-after.
Picking a model, if you're building one of these
Independent benchmarking from Stratosphere Laboratory on a Raspberry Pi 5 found Gemma3:1b fastest (~12 tok/s, ~1.5GB RAM), BitNet B1.58 2B most memory-efficient (8+ tok/s at ~2GB RAM), and Qwen2.5 1.5B/3B the most reliable all-rounder for real projects.
Ten categories, in short
Voice assistants that never phone home. Robot arms that gesture from conversation. Animatronic personalities. Vision-language robots. Voice-controlled smart-home actuation. ROS2-integrated robot brains. On-device reasoning. Microcontroller-class SLMs. Benchmark-driven model selection. And the honest hardware floor. Full detail, every source, and a video-production ranking are in our research brief.
Every one of these builders already understands the thing privateSLM is built around: the model doesn't need the cloud. It needs to be close to your data, not the other way around.
Discuss this on the forum → — building something like this yourself? Tell us what hardware and model you're running.