> For the complete documentation index, see [llms.txt](https://gptt.gitbook.io/zh/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/zh/new-knowledge/ai-da-shi-ji.md).

# AI大事記

### 以GPT技術為代表的AI，在多領域逐漸超越人類!

> 2016年，AI戰勝圍棋世界冠軍李世石。&#x20;
>
> 2017年，AI戰勝德州撲克世界頂級選手。&#x20;
>
> 2018年，AI戰勝電子競技Dota的5v5世界職業團隊。

### 在很多專業和學術上，GPT已經與人類水平相當。 2023年，GPT在快速成長！

> 電子競技——2019年，AI戰勝星際爭霸的世界冠軍。&#x20;
>
> 藝術創作——2022年，AI繪畫作品在美國藝術比賽中獲得第一名！&#x20;
>
> 醫生——美國普林斯頓大學利用ChatGPT做醫療診斷，準確率超過資深醫生！&#x20;
>
> 編程——畫個草圖就能做出同款網頁，Chat GPT通過了年薪18萬美元的谷歌程序員考核！&#x20;
>
> 律師——在律師資格考試中，GPT的成績超過90%的人類！&#x20;
>
> 高考——美國高考SAT試題，GPT在閱讀寫作中拿下710的高分，數學700分（滿分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/zh/new-knowledge/ai-da-shi-ji.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.
