May 18, 2026
The Robot Labor Force: Why Humanoids Are America's Geopolitical Bet
The US can't out-labor China. So it's trying to make labor irrelevant.
Originally published on Substack. Read the original post.
The US-China tension has a simple structural truth underneath all the noise: the US wants to protect its intellectual property; China wants full credit for its labor. Neither side is wrong. Neither side is budging.
Think of the Greeks and Romans. The Greeks were philosophizing their superiority into ever-more-abstract ideas while the Romans were boringly, methodically building roads and armies. The Romans won. History has a way of favoring the side that ships. And right now, the question of who "ships" in the next era of technology will be decided less by the number of PhDs and more by the number of functioning robots on factory floors.
The Labor Gap That Won't Close
Western economies are structurally ill-equipped to compete with China on labor-intensive manufacturing. You cannot convince the average American in 2026 to sit behind a sewing machine for eight hours a day. It's not laziness — it's decades of psychological conditioning. The consumer West outsourced its factories and internalized the idea that manual labor is "beneath" its workforce. That mental switch is permanent.
The current administration's anti-globalization pivot acknowledges this, but the political framing is selective: "We're fine importing your clothes. We're not fine importing your EVs." The implicit message: we accept comparative advantage when we're on top; we call it theft when we're not.
China's counter: how is it fair for you to advance while we remain permanently assigned to the hard labor? The argument is going nowhere — because both sides are right, and neither has the ego flexibility to admit it.
A rational resolution — mutual respect, shared gains, actual diplomacy — is theoretically possible and practically unlikely. So we get the other path: tariffs, border hardening, supply chain decoupling, and a desperate push for domestic production. Which returns us to the original problem: domestic production by whom?
Average Joe isn't going to staff the washing machine factory in Ohio. He's watching football. Hence, here it enters the humanoid robot.
The Humanoid as Strategic Infrastructure
The vision is elegant: produce humanoid hardware at scale, deploy it cheaply, customize it with software for each task. Restocking shelves, collecting trash, loading dishwashers, assembling components. General-purpose bodies, specialized minds. The key insight is that a humanoid can do what a fixed industrial arm cannot — it can work in spaces designed for humans, using tools designed for humans, without retooling the factory around it.
This is not a startup bet. It is state-sponsored infrastructure. The US government's posture toward humanoid robotics has the same strategic seriousness as the interstate highway system or the Apollo program. When the President travels abroad with Elon Musk, Jensen Huang, and a cohort of tech CEOs in tow, it is not a coincidence. It is a technology trade delegation dressed in business casual.
The effort must work. The alternative — a permanent labor deficit in a decoupled trade environment — is unacceptable to the US's long-term economic position. Which means that whether the solution arrives through a closed, vertically-integrated ecosystem or through an open market platform, it will arrive.
Two Philosophies, One Race
The US and China have taken strikingly different architectural approaches to humanoid robots — and they map almost perfectly onto the iOS vs. Android split.
US Approach (Tesla · Figure AI · Boston Dynamics)
- Vertically integrated: own the hardware, firmware, and AI stack
- Closed ecosystem — no third-party skill developers (yet)
- High upfront cost; monetize through enterprise deployments
- Bet on full-stack quality control
China Approach (Unitree · Fourier · Agility Robotics)
- Hardware commoditized and opened: Unitree G1 ships at ~$20K
- Android-like: buy the body, write your own skills
- Third-party skill economy — like app developers for robot bodies
- Bet on ecosystem scale and speed of iteration
The Chinese model is already live. Unitree's G1 is on sale today. Developers are writing skills, building on top of open hardware, and the ecosystem is growing. The US approach — which bets on full-stack quality and IP protection — has not yet answered the question of how third parties will participate. That answer is coming, because it has to.
If the US humanoid ecosystem stays closed, the next generation of robot skills will be written for Chinese hardware. Developers follow the SDK, not the flag.
The Model Compression Problem
Here is where the geopolitics meets the hard technical constraint that nobody in the press talks about nearly enough: robots run on batteries.
Running a full LLM inference pass inside a humanoid chest is not a 2025 reality for anything resembling continuous operation. The NVIDIA Jetson Thor represents a genuine inflection point — purpose-built GPU compute for mobile robotics that can run reasonably large models on embedded power budgets — but "reasonably large" means ~3 billion parameters, not 300 billion. The gap between what a frontier model can do and what a battery-powered robot can run is roughly two orders of magnitude.
This is why model distillation goes from being an academic curiosity to a core engineering competency in the humanoid era. The challenge isn't just parameter count — it's the full stack of embodied intelligence:
- **AI 1.0 (LLM):** Language only. Reads + writes text.
- **AI 1.5 (VLM):** Vision + Language. Sees + reads + writes.
- **AI 2.0 (VLA):** Vision + Language + Action. Sees, understands, moves.
The evolution from LLM → VLM → VLA. Each step adds a new sensory/motor channel — and a new order-of-magnitude complexity tax.
LLMs were trained on text. VLMs added vision — the robot can now analyze what it sees and combine that with what it hears (via speech-to-text) to reason about its environment. VLAs close the loop: the model outputs not just words but motor signals, directly commanding joint actuators to move the body. The architecture is now multimodal in both input and output.
Each step up this ladder adds capability and adds weight. Distilling these models — extracting the geometric essence of a task into something that runs on a Jetson Thor GPU inside a humanoid chest — is genuinely hard, still an open research problem, and of course of very high value.
The Skill Economy
Here's the emerging business model explained (oversimplified): a robot skill is a trained, distilled model fine-tuned for a specific task — "load dishwasher," "restock shelves," "sort packages" — stored as an `.onnx` file on a USB drive and plugged into the robot's chest (the compute module). Whoever produces the best-performing skill model for a given task will be able to license or sell it. The robot becomes a platform; the skill becomes the app.
This is the Android App Store moment for embodied AI — except the developers aren't writing apps, they're writing motor programs. And the constraint isn't screen size or network latency; it's inference speed on a battery-powered embedded GPU.
The person who distills a 70B VLA into a 2B model that still executes "put dishes in dishwasher" at 97% reliability will be worth more to a humanoid manufacturer than a team of ML engineers who can quote transformer architecture papers from memory.
The caveat: all of this assumes US manufacturers open their ecosystems to third-party skill development. If they don't, the skill economy migrates to Chinese hardware, where the SDK is already open and the price of entry is less than $20,000 for a robot body and a GitHub account.
What This Means Right Now
The geopolitical forces are real, the technical constraints are real, and the business opportunity is real — but they all converge on the same narrow technical gap: we need smaller, faster, better-distilled models that can run embodied intelligence on embedded power budgets.
Model distillation for robotics isn't a niche research topic. It's the load-bearing wall of the entire humanoid strategy. The race isn't just about who builds the best robot body. It's about who builds the best robot mind — and who builds it small enough to fit inside one.
This is where my other article's intuition distillation framework connects to the real world: the cerebellum-style compressed intelligence I described there isn't just a theoretical curiosity. It's the engineering target that the entire humanoid industry is trying to hit.
More on the technical path from VLA to hardwired intuition — coming soon.
---
**About the author.** An engineer exploring the intersection of AI model distillation, computational neuroscience, and the psychology of flow states — seeking to understand how human peak performance can inspire a more intuitive artificial intelligence. Previously at Google, Microsoft, and others.