> For the complete documentation index, see [llms.txt](https://read.systemarobotica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://read.systemarobotica.com/part-1-natura-robotica/4.-robots-vs.-humans.md).

# 4. Robots vs. humans

Superintelligence[^1]¹² and sentience in robots will give rise to a blurring of lines between what constitutes a robot entity vs. what constitutes a human being. Robots that achieve sentience can be called Senbots — short for 'sentient robots', and it will become ever harder to distinguish a senbot from a human. The Futura Robotica section introduces the sentience equation and a novel test for sentience in robotica.

However there will always remain a key distinction between the two:

{% hint style="info" %}

### Humans are born[^2]¹³ through biological means, while robots are constructed[^3]¹⁴ entities.

{% endhint %}

This distinction will always prove to differentiate a robot from a human.

If there should ever be a future where robots are born through biological means, they shall no longer be considered of the nature of robotica but rather of the nature of biotica.

[^1]: Bostrom, Nick. *Superintelligence: Paths, Dangers, Strategies*. Oxford University Press, 2014.

[^2]: Hippocrates. "On the Nature of the Child." *Hippocratic Writings*, edited by G. E. R. Lloyd, translated by J. Chadwick and W. N. Mann, Penguin Classics, 1983, pp. 428-467.

[^3]: von Braun, Joachim, et al., editors. "Differences Between Natural and Artificial Cognitive Systems." *Robotics, AI, and Humanity: Science, Ethics, and Policy*, 1st ed., Springer International Publishing, 2021, p. 92.


---

# 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://read.systemarobotica.com/part-1-natura-robotica/4.-robots-vs.-humans.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.
