# AI Taxonomy

## AI terminology, explained

**Artificial Intelligence (AI)** ↪ A broad concept of machines mimicking human intelligence, around since the 1950s.

**Narrow AI** ↪ AI systems designed to perform a specific task without the ability to generalize beyond that.

**Machine Learning (ML)** ↪ A technology that learns patterns from data to perform specific tasks. Powers narrow AI.

**Deep Learning (DL)** ↪ A fancy way of doing ML, typically applied to large, unstructured datasets.

**Generative AI (GenAI)** ↪ A type of DL that aims to generate new original content from existing data.

**Large language models (LLM)** ↪ A type of GenAI with the goal to generate text content.

**Generative Pre-Trained Transformers (GPT)** ↪ A type of LLMs built on the transformer architecture, trained on massive datasets.

**GPT-4** ↪ Currently the most powerful LLM on the market. Proprietary model by OpenAI.

**ChatGPT** ↪ Currently the most popular AI app in the world. Lets you interact easily with GPT-4 via chat;

<figure><img src="/files/l6NyQazSLKzsXeTAMnIl" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://metaverse-imagen.gitbook.io/ai-tools-research/about-ai-tools-research/frequently-asked-questions-faqs/a-typology-of-ai/ai-taxonomy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
