Skip to content
howdoaiagentswork.com

Hugging Face Microduck: The $399 Open-Source Robot Duck You Can Train

Hugging Face Microduck robot

On August 27, 2026, Hugging Face unveiled Microduck: a 9.8-inch bipedal robot duck that waddles, kicks a ball, picks things up with its beak, roller-skates — and, more importantly, learns new behaviors through reinforcement learning. It's available for preorder at $399, with first deliveries targeted before Christmas 2026 in North America, Europe, and the UK.

It's a strange product from a company known for hosting AI models. And that's exactly the point.

The hardware

Microduck was developed by Pollen Robotics, the French robotics startup Hugging Face acquired in April 2025. Inside a 25cm, 800-gram body:

SpecDetail
Actuators15 motors (legs, neck, head)
SensorsFront camera, LiDAR, 2 IMUs, 2 NFC antennas, mic
Compute1GB RAM, 32GB storage, WiFi + Bluetooth
Battery~1 hour (removable 2,600mAh)
Articulated beakFunctions as a gripper — can pick up objects near its own weight
Pretrained moves7: walking, sitting, kicking, beak-grasping, roller-skating (with accessory), self-recovery from falls
ControlIncluded game controller; also follows a laser pointer, reacts to surroundings, NFC-tag triggers

Each robot gets a permanent audio identity — its own creature-like voice, assigned at first boot and kept for life. It doesn't chat like an assistant; it quacks. The design is deliberately approachable without hiding the machinery.

One clarification that matters to developers: the software is open source (Apache-2.0), the hardware is not. The SDK, simulation environment, and full RL training stack are on GitHub; the mechanical and electronic design files are proprietary.

The real feature: sim-to-real reinforcement learning

What separates Microduck from a $399 desk toy is the training loop:

  1. A behavior (a new walking gait, a recovery maneuver, a trick) is trained in a physics simulation using proximal policy optimization (PPO)
  2. The trained policy is deployed directly to the robot — no hand-coded control
  3. You can adjust the simulation, retrain, and redeploy — without repeatedly sending your actual duck tumbling across the room
  4. Trained behaviors can be shared back to the community as downloadable policies, the same way people share AI models

The 7 factory moves were themselves trained in simulation this way. Hugging Face co-founder Thomas Wolf calls it "the first truly accessible reinforcement-learning robot." Sim-to-real has historically required thousands of dollars of lab hardware and months of tuning; Microduck compresses that entry price to $399 plus a laptop.

Why Hugging Face is building robots

Microduck isn't a side quest — it's the continuation of a deliberate strategy to bring open-source distribution to physical AI:

The company is explicitly applying its core playbook — hub + open weights + community sharing — to robot behaviors instead of language models. CEO Clem Delangue frames it as "the era of affordable open-source robots."

And the hardware is only the consumer end of a bigger bet. Microduck's "AI that acts" positioning (versus Reachy Mini's "AI that interacts") points at world-model training and physical AI — the frontier where NVIDIA is also spending heavily.

Context you should know before ordering

Bottom line

The Microduck is either the beginning of accessible physical AI or the most technically advanced way to kick a tiny ball across your living room. Both can be true. What's genuinely new is the price point on the sim-to-real loop: for $399, reinforcement learning on real hardware stops being a lab privilege. Pollen says the duck is "about 10x more fun in a group" — robot soccer leagues sound like a joke until you remember this is exactly how open-source communities bootstrap ecosystems.

Related: Hugging Face guide · NVIDIA buys Hugging Face · Perplexity Portable Computer · AI Agent Guide

Next Steps

Understand the company behind the duck and the AI techniques that train it.

Read the Hugging Face guide →NVIDIA buys Hugging Face: what it means →

how do AI agents work — return to the complete AI agent architecture guide.

Was this helpful?

Your feedback stays on this page — no tracking.

Share this page