# AI学习手册

## aihandbook

- [首页 & 前言](https://book.likun.ai/readme.md)
- [目录](https://book.likun.ai/mu-lu.md)
- [第零章：为什么 AI PM 需要重建认知](https://book.likun.ai/00-intro.md)
- [1. 生成式 AI 可能是人类信息革命的终局](https://book.likun.ai/00-intro/01-xin-xi-ge-ming-zhong-ju.md)
- [2. 模型即产品：当模型能力就是产品能力，PM 的角色在哪](https://book.likun.ai/00-intro/02-mo-xing-ji-chan-pin.md)
- [3. 产品 Agent 化：软件形态正在发生什么变化](https://book.likun.ai/00-intro/03-chan-pin-agent-hua.md)
- [4. AI PM 的能力模型：一个有战斗力的 AI PM 长什么样](https://book.likun.ai/00-intro/04aipm-neng-li-mo-xing.md)
- [5. AI PM 的工具箱：以产出倒逼工具，让 AI 把你变成超级人类](https://book.likun.ai/00-intro/05aipm-gong-ju-xiang.md)
- [第一章：先学会衡量——评测体系的建立](https://book.likun.ai/01-evaluation.md)
- [1. 评测即需求，评测即产品](https://book.likun.ai/01-evaluation/01-ping-ce-ji-xu-qiu.md)
- [第二章：理解大模型（上）——它是怎么学会的](https://book.likun.ai/di-er-zhang-li-jie-da-mo-xing-shang-ta-shi-zen-me-xue-hui-de.md)
- [第三章：理解大模型（下）——它是怎么工作的](https://book.likun.ai/di-san-zhang-li-jie-da-mo-xing-xia-ta-shi-zen-me-gong-zuo-de.md)
- [第四章：安全与治理](https://book.likun.ai/di-si-zhang-an-quan-yu-zhi-li.md)
- [第五章：Agent 全景](https://book.likun.ai/di-wu-zhang-agent-quan-jing.md)
- [第六章：AIGC 内容生成](https://book.likun.ai/di-liu-zhang-aigc-nei-rong-sheng-cheng.md)
- [第七章：动手做 Agent](https://book.likun.ai/di-qi-zhang-dong-shou-zuo-agent.md)
- [第八章：大模型时代的商业化](https://book.likun.ai/di-ba-zhang-da-mo-xing-shi-dai-de-shang-ye-hua.md)
- [术语表](https://book.likun.ai/shu-yu-biao.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://book.likun.ai/readme.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.
