Make Science Videos Start A Science Blog Get Project Help
Make Science Videos Get Project Help

Humanoid Robots: Why Companies Are Building Human-Shaped Machines

Updated July 2026
Humanoid robots are machines built to resemble the human body, typically walking upright on two legs with two arms, a torso, and a head containing cameras and sensors. Companies including Tesla, Boston Dynamics, Figure AI, Agility Robotics, and Apptronik are investing billions of dollars in humanoid development, motivated by the argument that a robot shaped like a person can work in any environment designed for people, using the same tools, walking through the same doors, and climbing the same stairs, without requiring infrastructure changes.

Why the Human Shape

The world is built for humans. Doorways are human-width. Stairs are human-step-height. Tools have human-hand-sized handles. Vehicles have human-shaped seats. If you want a robot that can operate in all these existing environments without modification, the most logical form factor is the human body. A wheeled robot cannot climb stairs. A quadruped cannot open a door handle designed for hands. A humanoid, in principle, can do everything a human worker does.

This argument has practical weight. Retrofitting a factory, warehouse, or home to accommodate a non-humanoid robot is expensive and sometimes impossible. A humanoid robot could, in theory, walk into any existing workspace and start working immediately. This is why most humanoid robot companies target general-purpose labor in warehouses, manufacturing plants, and eventually homes.

Critics argue that the human form is a poor engineering choice. Bipedal walking is inherently unstable and energy-inefficient compared to wheels or tracks. Two arms limit the number of tasks the robot can perform simultaneously. The human shape is the result of biological evolution optimizing for a completely different set of constraints (running on the savanna, climbing trees, swimming rivers), not for factory work. Task-specific robots, purpose-built for each job, are almost always better at that specific job than a general-purpose humanoid would be.

The counter-argument is economic: a single general-purpose humanoid that can do 80% of tasks adequately is more valuable than 10 specialized robots that each do one task perfectly, because the humanoid replaces the need to design, integrate, and maintain 10 separate systems. Whether this economic argument holds depends on the humanoid's actual capabilities, reliability, and cost, questions that are being answered right now by companies racing to commercialize their designs.

The Engineering Challenge of Bipedal Locomotion

Walking on two legs is one of the hardest problems in robotics. During normal walking, the center of mass repeatedly falls forward and is caught by the swing leg, making bipedal locomotion a controlled fall. The robot must continuously calculate where its center of mass is, predict where it will be, and position its feet accordingly, all while compensating for uneven terrain, external pushes, and the dynamic effects of arm and torso movement.

The key concept is the Zero Moment Point (ZMP), the point on the ground where the total of horizontal inertial and gravitational forces equals zero. If the ZMP stays within the support polygon (the area under the feet), the robot remains stable. If the ZMP moves outside the support polygon, the robot falls. Traditional humanoid walking controllers plan footsteps to keep the ZMP within safe bounds, resulting in the flat-footed, knees-bent walking gait seen in early humanoids like Honda's ASIMO.

More advanced approaches use whole-body control, which optimizes the motion of every joint simultaneously to achieve multiple objectives: following a desired foot trajectory, maintaining balance, avoiding joint limits, minimizing energy consumption, and compensating for external disturbances. Boston Dynamics' Atlas uses whole-body control combined with model predictive control to achieve dynamic behaviors like running, jumping, backflipping, and recovering from pushes, movements that would be impossible with ZMP-based planning alone.

The actuators (motors) for humanoid legs must produce high torque at high speed while being compact and lightweight. This is a demanding combination. Boston Dynamics developed custom hydraulic actuators for the original Atlas, providing the power density needed for dynamic motion. The newer electric Atlas uses custom high-torque electric actuators. Tesla's Optimus uses linear actuators and rotary actuators with harmonic drives, trading some dynamic capability for lower cost and maintenance requirements.

Key Humanoid Robot Programs

Boston Dynamics Atlas

Atlas is the most dynamically capable humanoid robot in existence. The original hydraulic Atlas, developed with DARPA funding starting in 2013, demonstrated running, jumping, parkour, backflips, and dance routines. In 2024, Boston Dynamics retired the hydraulic version and unveiled a fully electric Atlas with a redesigned body, stronger and more compact electric actuators, and enhanced manipulation capabilities. The electric Atlas can rotate its joints beyond human range of motion, enabling it to face any direction without turning its body. Boston Dynamics has partnered with Hyundai (its parent company) to pilot Atlas in automotive manufacturing environments.

Tesla Optimus (formerly Tesla Bot)

Announced by Elon Musk in 2021 and first demonstrated in prototype form in 2022, Optimus is designed as a mass-market humanoid worker. Tesla's approach leverages its existing expertise in batteries, electric motors, AI chips, and computer vision from its automotive programs. Optimus uses the same neural network architecture as Tesla's Full Self-Driving system for visual perception. Tesla has demonstrated Optimus sorting batteries, folding shirts, and walking on varied terrain. The target price is under $30,000, which would make it the cheapest humanoid robot by a wide margin. Tesla aims for mass production in the 2026-2027 timeframe, though external analysts consider this timeline aggressive.

Figure AI

Figure AI, founded in 2022 and headquartered in Sunnyvale, California, has attracted over $1.5 billion in funding from investors including Microsoft, NVIDIA, OpenAI, Jeff Bezos, and Intel. Figure's approach emphasizes AI-driven autonomy, using foundation models to enable the robot to understand natural language instructions and learn new tasks from observation and demonstration. Figure has partnerships with BMW for automotive manufacturing deployment and has demonstrated its Figure 02 robot performing warehouse tasks and conversational interaction. The company's strategy is to combine cutting-edge AI with a practical, commercially viable humanoid body.

Agility Robotics Digit

Digit, from Agility Robotics in Corvallis, Oregon, is a bipedal humanoid specifically designed for logistics. Unlike Atlas or Optimus, which aim for broad general purpose, Digit is focused on moving totes and boxes in warehouses and distribution centers. Digit has a bird-like leg structure (digitigrade, walking on its toes) that is more energy-efficient than flat-footed designs. Amazon invested in Agility Robotics and has been testing Digit in its fulfillment centers for tote handling tasks.

Historical Humanoids

Honda's ASIMO (2000-2022) was the most famous humanoid robot for two decades, demonstrating bipedal walking, stair climbing, running at 9 km/h, and serving drinks. Honda retired ASIMO in 2022 to refocus on more practical robotics applications. Sony's QRIO, Toyota's T-HR3, and various university humanoids (MIT's Hermes, UC Berkeley's BRETT) contributed important research advances in locomotion, manipulation, and human-robot interaction.

Dexterous Manipulation

Building legs that walk is only half the challenge. Humanoid robots also need hands that can grasp and manipulate objects with something approaching human dexterity. The human hand has 27 degrees of freedom across its joints, an extraordinary amount of mechanical complexity.

Most humanoid robots use simplified hands with 3 to 5 fingers and 10 to 16 degrees of freedom, enough for power grasps (wrapping the whole hand around an object) and some precision grasps (pinching small objects between fingertips) but far short of human dexterity. Tesla's Optimus uses a custom hand with 11 degrees of freedom driven by a combination of tendon-like cables and direct-drive motors. The Shadow Dexterous Hand, used by several research programs, has 20 degrees of freedom and approaches human-level manipulation but costs over $100,000.

The software for dexterous manipulation is arguably harder than the hardware. Planning how to grasp a novel object, adjusting grip in response to slip, and manipulating objects within the hand (in-hand manipulation, like rotating a pen between your fingers) require sophisticated tactile sensing, real-time control, and increasingly, learned policies trained through reinforcement learning in simulation.

The AI Challenge

The hardest problem for humanoid robots is not mechanical but computational: enabling the robot to understand its environment, interpret instructions, plan multi-step tasks, and handle the endless variety of situations encountered in real-world work. A humanoid body is useless without intelligence to drive it.

Recent breakthroughs in foundation models and large language models have opened a new approach. Instead of hand-coding behaviors for every task, researchers are exploring how to ground language understanding in physical action. Google's RT-2 (Robotic Transformer 2) trains vision-language-action models that take camera images and natural language instructions as input and output robot motor commands. A person can tell the robot "pick up the empty can" and the robot identifies which can is empty from the image and plans a grasp, even though it was never specifically trained on that exact instruction.

The path from laboratory demonstrations to reliable industrial deployment is long. Current AI models make mistakes, sometimes confidently and unpredictably. A humanoid robot that occasionally drops a box in a warehouse is an annoyance; one that occasionally drops a surgical instrument or falls down stairs is a liability. Reliability, not capability, is the bottleneck for humanoid commercialization.

Economics and Timeline

The economic case for humanoid robots depends on cost, capability, and the labor market. Tesla's target of $30,000 per unit would make a humanoid competitive with one year of a warehouse worker's salary in the United States (around $35,000 to $45,000 for entry-level positions). If the robot can work multiple shifts and operates for 5 to 10 years, the economics become compelling even if the robot can only do 50% of the tasks a human can.

Industry analysts estimate that the total addressable market for humanoid robots could reach $150 billion by 2035, driven primarily by labor shortages in manufacturing, logistics, and elder care. Goldman Sachs projected a $38 billion market by 2035 in a base case and $154 billion in a bull case. These projections assume significant technological progress in AI, battery density, and actuator costs over the next decade.

Realistic deployment timelines suggest limited commercial pilots in controlled environments (specific factory tasks, warehouse tote moving) beginning in 2025-2027, with broader deployment in semi-structured environments in 2028-2032, and true general-purpose humanoid workers, if ever, not before the mid-2030s.

Key Takeaway

Humanoid robots aim to be general-purpose machines that can work in any human environment. The engineering challenges are formidable, particularly bipedal balance, dexterous manipulation, and AI-driven autonomy. Multiple well-funded companies are racing to commercialize humanoids, with initial deployments targeting structured environments like warehouses and factories. Whether humanoids achieve their promise of general-purpose labor depends more on AI progress than mechanical engineering.