> For the complete documentation index, see [llms.txt](https://docs.socialanimal.earth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.socialanimal.earth/artificial-intelligence-and-machine-learning/artificial-intelligence-00.md).

# Artificial intelligence #00

We're living in the "Age of Artificial Intelligence." It's changing everything, from the way we shop to the way we communicate.

\*But it also presents an opportunity for companies and entrepreneurs. AI provides a chance to create more human value with fewer resources.

\*AI is more than just a buzzword. It's the next big thing and its going to transform businesses and economies around the world.

\*AI gives businesses unprecedented power to predict trends and understand their customers – things that were impossible before.

\*It can also help solve some of our most challenging problems, such as climate change, human rights abuses, disease, poverty, and food security.

The ability of computers to see and recognize objects is an important part of artificial intelligence research. Some computer vision systems can actually "see" better than

***We are entering an era when human creativity is no longer the sole source of value creation. Human creativity will still be essential, but it will be combined with artificial intelligence to create new forms of value.***

***If we can learn to combine human creativity with AI, and use our brains together as a single system, we'll be able to create even more value. If we end up replacing human creativity with AI, we'll have lost a critical aspect of what makes us human.***


---

# 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.socialanimal.earth/artificial-intelligence-and-machine-learning/artificial-intelligence-00.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.
