# GPT-3

#### *Have you heard about GPT-3 but haven't quite understood why everyone is talking about it?*

*For a long time we have been hearing that machines will replace us. At first we always think of repetitive, low-complexity tasks that can be easily automated.The tasks have gained complexity and today there is a huge range of complex tasks that are easily done using Artificial Intelligence.Anyway, there are some things that will never be replaceable, because the differential is the essence, that human touch.Or will it be that not even this, not even the tasks that today we consider irreplaceable, will be saved?*

> This is where GPT-3 comes in. Generative Pre-Training in its third version, i.e. GPT-3, is causing quite a stir in the technology scene recently because of its amazing ability to handle our natural language.

*<mark style="color:blue;">What is GPT-3?</mark>*&#x20;

*In simple terms, GPT-3 is a framework with more than 175 billion parameters that uses Deep Learning to perform many tasks related to Natural Language Processing.*

*It can generate text based on the style of famous writers, write from a requirement or small example, and even answer philosophical questions.But despite limited access so far, some of the teams that have tested the framework have already achieved amazing results. Machine Learning Engineer Aditya Joshi has created applications such as a revenue generator, ad generator for Google, and an extremely powerful Excel function.*

*In addition, there have been tests where he has been able to create code in several programming languages. This opens up an incredible range of possibilities, which could include, for example, a website builder.Imagine opening a program where you write: "GPT-3, I want a website with features X, Y and Z", and it writes all the code for the website creation.*


---

# 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://future-ai-1.gitbook.io/future-ai/overview-future-ai/gpt-3.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.
