> For the complete documentation index, see [llms.txt](https://docs.aiandbusiness.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiandbusiness.com/by-industry-cases/robotics-embodied-intelligence/humanoid-robots.md).

# Humanoid Robots

## <mark style="color:purple;">Navigation：</mark>

{% hint style="info" %}

* [Figure AI](/by-industry-cases/robotics-embodied-intelligence/humanoid-robots/figure-ai.md)
* [Boston Dynamics](/by-industry-cases/robotics-embodied-intelligence/humanoid-robots/boston-dynamics.md)
* [Tesla Optimus](/by-industry-cases/autonomous-driving/robotaxi-and-robovan/tesla.md)
  {% endhint %}

***

### 1X

<https://www.1x.tech/>

1X Technologies has recently unveiled NEO Beta, a prototype humanoid robot designed for home use. This introduction marks a significant milestone in the company's transition from conceptual development to bringing humanoid robots into consumer households.

{% embed url="<https://youtu.be/bUrLuUxv9gE?si=V5c3AabkwEFgdMJn>" %}

***

### <mark style="color:orange;">Sanctuary AI</mark>

{% embed url="<https://sanctuary.ai/product/>" %}

Sanctuary AI, headquartered in Canada, specializes in the development of general-purpose humanoid robots. Sanctuary AI has unveiled their latest, seventh-generation robot, which boasts a more human-like design compared to its predecessors. It features the remarkable ability to learn new tasks within 24 hours, is manufactured at a lower cost, and includes more flexible joints among other enhancements.

{% embed url="<https://x.com/TheSanctuaryAI/status/1783541588846608519>" %}

***

### <mark style="color:orange;">Unitree</mark>

Unitree Robotics is a Chinese startup that develops and manufactures high-performance quadruped and humanoid robots, including popular models like the Go1 robotic dog and the recently unveiled G1 humanoid robot.

<https://www.unitree.com>

{% embed url="<https://x.com/UnitreeRobotics/status/1825435336736120880>" %}

***

### Clone Robotics

<https://www.clonerobotics.com/>

{% embed url="<https://youtu.be/5mSE6Tkhy4g?si=no1L7qAcieVco_sR>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aiandbusiness.com/by-industry-cases/robotics-embodied-intelligence/humanoid-robots.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
