Physical AI · Built at home

I made two robot arms dance — and wrote none of the code myself.

I'm a Chinese marketing mom with no robotics background. One evening I decided the two robot arms on my table should dance. A few hours later, they did — a synchronized little routine, every motion computed live. I didn't write a single line of the code. Here's how that's possible in 2026.

Two robot arms dancing on a grid mat
White arm and black arm, dancing together — synchronized, offset, and carefully kept from colliding.
🎬 [Insert the dance video here]
Drop the three-angle dance clip in at publish time — it's far more compelling in motion.

The whole thing, in numbers

$280arm kit, assembled ($200 DIY)
$0software
~2 hrsfrom idea to dancing
0lines of code I wrote

How a non-technical person builds this now

Two years ago this would have been a weekend of reading robotics docs and watching tutorial videos. Instead I described what I wanted — "make both arms sway and wave to a beat, safely" — and Claude wrote the program, ran it, and fixed the problems as they came up. My contribution was taste and direction, not engineering.

Three ingredients made it cheap and fast:

What's actually happening (the fun part)

Each arm has 6 joints. To make it move, you send new joint angles ~30 times a second. To make it dance, you drive those angles with the most rhythmic function in math — a sine wave. Different speeds and phases per joint give you swaying, waving, and rippling "waves" that travel up the arm. Claude choreographed four looping "phrases" so it never looks repetitive.

The one thing that actually matters: safety

Our first attempt scraped the tabletop — the arm's default pose sits low. The fix was to lift the arms into the air first, then dance up there, with a side camera watching the height. Add hard limits on every joint and make both arms sway the same direction (so they can't collide), and it's safe to run unattended.

Side view of the arm raised off the table
Side camera: the arm lifted into the air, gripper well clear of the table. The messy background is blurred; the point is the height.
Overhead view
Overhead camera
Wrist camera view
The arm's own wrist camera

The takeaway

A dancing robot arm is a toy. But it's a receipt. It shows that the gap between "I have an idea for something physical" and "it's running on my table" has shrunk to an afternoon and $280 — if you sit inside the Shenzhen hardware ecosystem and let an AI do the engineering. For anyone non-technical, that's the real headline: physical AI is now something you can just… make.

Built in the Greater Bay Area · $280 dual-arm kit · code written by Claude · all footage real (robot arms only, no personal info)
← DailyX Blog