> For the complete documentation index, see [llms.txt](https://gptt.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gptt.gitbook.io/en/ai-news/ai-timeline.md).

# AI Timeline

### AI respresented by GPT technology is gradually surpassing humans in multiple fields!

> In 2016, AI defeated the world champion of Go, Lee Sedol.
>
> In 2017, AI defeated top-level players in the world of Texas Hold'em.
>
> In 2018, AI defeated a 5v5 professional team in the e-sports game Dota.

### In many professions and academic fields, GPT has already reached the level of human perfomance. In 2023, GPT is growing rapidly!

> E-sports - In 2019, AI defeated the world champion of StarCraft.
>
> Art creation - In 2022, an AI painting won first place in an art competition in the United States!
>
> Doctors - Princeton University in the United States uses ChatGPT for medical diagnosis, with an accuracy rate exceeding that of senior doctors!
>
> Programming - With a simple sketch, ChatGPT passed Google's programmer assessment, which has an annual salary of $180,000!
>
> Lawyers - In the lawyer qualification exam, GPT scored higher than 90% of humans!
>
> College Entrance Exam - In the SAT exam, GPT scored 710 in reading and writing and 700 in math (out of 800)!


---

# 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://gptt.gitbook.io/en/ai-news/ai-timeline.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.
