Hugging Face buys Pollen Robotics and gets a real foothold in humanoid hardware
Hugging Face has acquired Pollen Robotics, the French startup behind the humanoid robot Reachy 2. The significance is straightforward: the biggest open-source AI platform now has an actual hardware foothold. Hugging Face has been moving this way for ...
Hugging Face buys Pollen Robotics and makes its robotics ambitions hard to ignore
Hugging Face has acquired Pollen Robotics, the French startup behind the humanoid robot Reachy 2. The significance is straightforward: the biggest open-source AI platform now has an actual hardware foothold.
Hugging Face has been moving this way for a while. It hired robotics people, released the open-source LeRobot library, worked on lower-cost robot hardware efforts like the SO-100 arm, and became a distribution point for robotics models including Nvidia’s Groot N1. Buying Pollen makes that strategy tangible.
Pollen also brings something a lot of humanoid robotics coverage lacks: hardware with real research use behind it.
Why Pollen fits
Pollen Robotics is based in Bordeaux and has been around since 2016. Its main product, Reachy 2, is already used in universities and research labs, including Cornell and Carnegie Mellon. That matters more than a polished demo. Academic buyers tend to care about boring things like programmability, repairability, and whether a machine can survive repeated experiments without turning into a maintenance project.
Pollen reportedly got there on about $2.8 million in funding. That's a small number by robotics standards. It usually means a company had to make practical decisions and ship something people would actually use.
That lines up well with Hugging Face’s approach: open tooling, developer access, and a community that extends the platform instead of waiting for vendor approvals.
Reachy 2 has the right kind of appeal
Reachy 2 is a research robot. That's why it's useful.
The hardware is modular. You can configure it with one arm, two arms, and a mobile base. Each arm has 7 degrees of freedom, enough for a decent range of human-like manipulation without making the whole system a kinematics mess. It can handle objects and reportedly lift up to 3 kg. That's nowhere near industrial automation territory, but it's enough for lab work, demos, teleoperation research, assistive workflows, and human-robot interaction experiments.
The software stack matters just as much:
- It runs on ROS 2 Foxy
- It supports Python
- It supports VR teleoperation
- It's moving toward greater openness, including hardware documentation, CAD files, and blueprints
That mix is more useful than a sleek humanoid shell. ROS 2 means it fits into tooling robotics developers already use. Python lowers friction for ML teams that don't want to touch C++ just to move an arm. VR teleop gives researchers a practical way to collect demonstrations for imitation learning and embodied AI training. If you're building robotics data pipelines, that's important.
One caveat stands out: ROS 2 Foxy is old. Foxy hit end of life in 2023. If Reachy's software stack stays centered there, that will annoy serious teams. Hugging Face now has a chance to fix that and move Reachy onto newer ROS 2 distributions.
Open source gets harder when motors are involved
Hugging Face argues that open robotics will be safer, cheaper, and healthier for the ecosystem. Part of that is true. Robotics also exposes all the messy parts that software can ignore.
Open-source software scales because copying bits is cheap. Open hardware doesn't. Parts wear out. Manufacturing tolerances vary. Supply chains change. Calibration drifts. A CAD file on GitHub helps, but it doesn't give you a reproducible robot build by itself.
Still, the case for openness is real.
On security, Thomas Wolf has argued that robotic systems need public scrutiny as more connected machines move into homes, schools, and workplaces. Fair point. Closed robot stacks are hard to audit, and the risks aren't abstract. A backdoor in a chatbot is bad. A backdoor in a mobile robot with cameras, microphones, and actuators is worse.
For developers, open hardware and software usually mean three practical benefits:
- You can inspect how the system works
- You can modify it without waiting for vendor SDK access
- You're less likely to end up trapped on a dead proprietary platform
That last one matters. Robotics has a habit of producing promising platforms that vanish, along with the toolchain and spare parts.
Why AI engineers should care
The obvious draw is embodied AI. Hugging Face already has most of the software side covered: language models, vision models, speech models, datasets, evaluation tooling, inference infrastructure, and a huge developer audience. Add a robot platform and the company can start offering an end-to-end stack for physical agents.
That doesn't mean competent household humanoids are around the corner. They aren't. Manipulation is still brittle, data collection is expensive, and robotics punishes assumptions that look fine in pure software.
What this acquisition can do is reduce fragmentation.
A typical robotics team still has to juggle too many disconnected pieces:
- low-level control and sensing
- ROS nodes and middleware
- teleop interfaces
- data collection
- model training
- simulation
- deployment
- evaluation and replay
Hugging Face is unusually well placed to connect some of that. It already knows how to package models, host artifacts, version datasets, and build community workflows around shared infrastructure. If it brings that discipline to robotics, the result could be genuinely useful: a common layer for robot data collection, policy sharing, task benchmarks, and model deployment across accessible hardware.
That kind of plumbing is what robotics keeps needing.
Price is still the obvious problem
Reachy 2 reportedly costs about $70,000. By humanoid standards, that's not absurd. For most research groups, startups, schools, and independent developers, it's still expensive.
Hugging Face says it wants costs to come down over time, with the longer-term idea that people could eventually print parts and assemble their own robots. Ambitious, yes. Easy, no.
Lowering the bill of materials is only part of the work. You also need reliable assembly guides, standard parts, calibration tooling, safety constraints, disciplined firmware updates, and support for users whose robot didn't come together perfectly. Open hardware projects often stumble there, and that's where trust gets lost.
Hugging Face has at least shown interest in lower-cost robotics through the SO-100 arm. If it can build a ladder from cheap educational hardware to more capable research systems like Reachy, that's a smarter strategy than betting everything on one expensive humanoid.
Where this can fall apart
There are at least three clear risks.
First, Hugging Face could end up owning a decent robotics brand without building a coherent platform around it. Robotics is unforgiving here. If the company wants developers to take this seriously, it needs strong docs, maintained ROS support, reproducible examples, and clean interoperability between LeRobot, model hosting, datasets, and the hardware.
Second, open-source robotics can become performative fast. Publishing files doesn't automatically produce a usable developer platform. If spare parts are hard to source, firmware is rough, or calibration is painful, "open" won't fix much.
Third, humanoids invite projection. They attract attention, but plenty of real tasks are better served by simpler arms, mobile manipulators, or task-specific machines. Reachy makes sense as a flexible research platform. People shouldn't judge it like a near-term home servant.
What to watch next
The acquisition matters. The next six to twelve months matter more.
A few signals will tell you whether this goes anywhere:
- whether Reachy support moves beyond ROS 2 Foxy
- tighter integration between Reachy and LeRobot
- tooling for teleop data capture and policy training
- shared datasets and benchmarks for manipulation tasks
- real hardware documentation, not partial "open-ish" releases
- a clearer path from low-cost arms to full embodied AI workflows
If Hugging Face executes well, it has a shot at becoming the default developer layer for open robotics, much like it did for open AI models.
That outcome is far from guaranteed. Robotics is slower, messier, and more expensive than model hosting. But this is one of the more credible attempts to connect open models with physical systems that people can actually program.
For developers, that's the part worth watching: the stack.
Useful next reads and implementation paths
If this topic connects to a real workflow, these links give you the service path, a proof point, and related articles worth reading next.
Design controlled AI systems that reason over tools, environments, and operational constraints.
How field workflows improved throughput and dispatch coordination.
Hugging Face’s new desktop robot, Reachy Mini, brought in $500,000 in sales in its first 24 hours. That’s a strong hardware launch. The more interesting detail is what buyers are getting. Reachy Mini has cartoon eyes, tiny arms, and not much built-in...
Hugging Face is taking orders for Reachy Mini, a desktop robot kit aimed at developers who want to build physical AI systems without paying lab-equipment prices. There are two versions: - Reachy Mini Wireless for $449, with a Raspberry Pi 5 and batte...
TechCrunch Disrupt 2025 is putting Waabi and Apptronik on the same stage because they’re wrestling with the same class of problem. Waabi builds autonomous trucking systems. Apptronik builds humanoid robots. Different products, same job: making AI sur...