> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/ai_beginner_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/ai_beginner_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/15_ethics_future.md).

# 第十五章 AI 伦理、安全与未来

> 当机器越来越聪明，我们需要担心什么？

***

AI 的发展速度之快，让很多人感到兴奋，也让很多人感到不安。

打开新闻，你可能会看到“AI 诈骗”、“AI 换脸”、“AI 抢饭碗”的报道。好莱坞电影更是把 AI 描绘成毁灭人类的终结者。

作为一个普通人，我们该如何看待这些风险？AI 真的会失控吗？它会抢走我们的工作吗？

本章我们将抛开科幻想象，理性地探讨 AI 带来的真实挑战。同时，我们也会展望 AI 的未来——通用人工智能（AGI）离我们还有多远？

## 本章内容

* [**15.1 AI 的偏见与伦理**](/ai_beginner_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/15_ethics_future/15.1_ethics.md)：算法也会歧视吗？
* [**15.2 安全与隐私挑战**](/ai_beginner_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/15_ethics_future/15.2_safety.md)：当“眼见”不再“为实”
* [**15.3 AI 对就业的影响**](/ai_beginner_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/15_ethics_future/15.3_impact.md)：在这个时代，谁会失业，谁会崛起？
* [**15.4 迈向 AGI**](/ai_beginner_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/15_ethics_future/15.4_outlook.md)：通用人工智能的星辰大海


---

# 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://yeasy.gitbook.io/ai_beginner_guide/di-si-bu-fen-jin-jie-yu-zhan-wang/15_ethics_future.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.
