# 本章小结

### 本章小结

本章我们探讨了 AI 发展的硬币两面。

#### 核心要点回顾

1. **偏见与伦理**：算法可能继承甚至放大人类的偏见，需要警惕。
2. **安全挑战**：Deepfake 让“有图有真相”成为历史，隐私保护变得前所未有地重要。
3. **就业冲击**：AI 未必直接替代整个人，但会重塑岗位结构与技能要求。人的核心竞争力将更多转向创造力、判断力和情感价值。
4. **未来展望**：我们正朝 AGI 方向推进，但时间表与技术路径仍存在很大不确定性。无论结果偏向乌托邦还是反乌托邦，这都是人类历史上的关键阶段。

#### 接下来

好了，不要被吓到了。无论未来怎样，日子还得过，学习还得继续。

作为本书正文的最后一章，我们的旅程暂时告一段落。但 AI 的世界浩瀚无垠，你的探索才刚刚开始。

接下来，可以翻阅附录获取更多实用信息：

* [**附录 B**](/ai_beginner_guide/fu-lu/appendix_b_tools.md)：常用 AI 工具速查清单
* [**附录 C**](/ai_beginner_guide/fu-lu/appendix_c_resources.md)：推荐阅读与学习资源
* [**附录 D**](/ai_beginner_guide/fu-lu/appendix_d_learning_path.md)：从小白到高手的进阶路线图

### 感谢你的阅读。希望这本书能成为你 AI 之路上的第一块垫脚石。

> 📝 **发现错误或有改进建议？** 欢迎提交 [Issue](https://github.com/yeasy/ai_beginner_guide/issues) 或 [PR](https://github.com/yeasy/ai_beginner_guide/pulls)。


---

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