Use the AI to Build It, Not to Run It.

Todd Deshane · June 2026 · 6 min read

The two best things in this week's Weekly Robotics were not frontier announcements. They were a 10-euro toy robot and a team that lost a competition. Both are worth more to a small operator than any humanoid demo, because both put the artificial intelligence in the same surprising place: at the keyboard, not in the machine.

In the first, Mario Zechner bought a 10-euro toy robot, soldered an ESP32 to its motor driver, and used his laptop as the robot's brain over the network: speech in, an LLM in the middle, speech out. In the second, a team entered the AI for Industry Challenge to solve robotic cable and wire handling, chose classical control methods, and used an LLM to help write the code. They did not win. But their honest post-mortem carried the more useful insight: the LLM earned its keep as a coding accelerant for proven, boring methods, not as the thing steering the robot.

Two builders, same move. Commodity hardware, classical approach, AI used to go faster. That is not the story the frontier is telling, and it is exactly the story that matters if you are trying to ship physical AI for a real business instead of a research lab.

The frontier puts the AI at runtime. The field puts it at build time.

When NVIDIA talks about world models, or when a startup teaches a robot to fold laundry, the AI is the runtime brain. It has to perceive, reason, and act, live, in a place it may never have seen. That is the hard, expensive, glamorous problem, and the best-funded labs on earth are right to chase it.

But notice what both grassroots builders actually did. Zechner did not put a frontier model on the ESP32; the ESP32 is too small, so the thinking went to a laptop, and the robot stayed cheap and dumb. The challenge team did not hand the wire-handling problem to a learned policy; they wrote classical control and used the LLM to write it faster. In both cases the heavy intelligence moved off the runtime path. The runtime stayed small. The AI's leverage showed up earlier, while the thing was being built.

There are two completely different jobs you can give an AI on a physical project. One is to run the machine. The other is to help you build the machine. The frontier needs the first. A small operator almost always wants the second, and it is the cheaper, more reliable, more shippable choice.

This is exactly how the sump pump got built

Our sump pump system in a Watertown basement has been running for months, and the model on the asset is deliberately boring. It is not a frontier brain. It learned what one pump's healthy cycle looks like and it watches how far reality drifts from that. Classical anomaly detection on a self-supervised baseline. At runtime there is nothing clever happening, on purpose, because clever is fragile and this thing has to be right at 3am with no one watching.

So where did the AI actually earn its money on that project? At the keyboard. The plumbing around the model, the part that is 78% of the real work, is the ingestion loop, the baseline math, the drift thresholds, the alerting, the deployment scripts, the reconnect logic for when the network blips. That is the unglamorous mass of a deployed system, and an LLM coding assistant compresses it from weeks to days. That compression is the entire reason one person can stand up a system that used to need a team.

Read the two stories again with that lens. The challenge team used the LLM to write classical control for cable handling faster. We used an LLM to write classical monitoring for a pump faster. Same pattern, different asset. The intelligence is in the build, and the thing that ships is small enough to run on a microcontroller and trust at 3am.

Why this is the right trade for a small shop

Putting the AI at build time instead of runtime is not a compromise. For a fixed-asset business it is the better engineering on every axis that matters to the customer:

Our 40-device site in Northampton is this same trade, repeated forty times. Every asset that matters carries a small, classical detector trained on its own history. None of them runs a frontier model. All of them were built faster because the AI was at the keyboard the whole time, helping write the boring forty-fold plumbing that actually makes a building observable.

Let the frontier run the robot. You run the build.

The labs putting AI into the robot's runtime are solving a genuinely hard problem, and the world needs them to. But that is not the problem in front of a plumber, a property manager, or a small building owner. Their problem is a specific machine in a specific basement that needs to be watched cheaply and reliably for years.

For that, the lesson from a 10-euro robot and a team that lost a competition is the most practical thing you will read all week. Do not try to put a frontier brain on the asset. Put a boring, narrow detector on the asset, and use the AI to build the boring thing fast. That is not a smaller version of what the frontier is doing. It is a different job, and for a small shop it is the right one.

We build small, run local, and ship fast

Each asset that matters gets a small, dedicated detector trained on its own history, watching for the moment healthy turns into trouble. Built with AI at the keyboard, run with no cloud and no per-token bill, and explainable to the person who owns the building. $99 to $199 per month, hardware under $3,000.

See how it works

Sources: Weekly Robotics #362 (2026-06-01), Mario Zechner's $10 ESP32 robot build and the AI for Industry Challenge classical-controller post-mortem; edge predictive-maintenance mainstream-inflection coverage from EE Times, IoT Tech News, IndustryWeek and EDN (2026); edge AI market sizing from 2026 industry roundups; field deployments at The Intersecto Watertown sump pump site and Northampton 40-device building.