> For the complete documentation index, see [llms.txt](https://doras-dreamland-adventure.gitbook.io/enterprise-ai-transformation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doras-dreamland-adventure.gitbook.io/enterprise-ai-transformation/readme.md).

# 前言

### 从数字化到智能化的方法论与实践

> 一本写给**企业创始人、高管、中层、数字化负责人、AI / FDE / 咨询顾问与企业服务创业者**的实战手册。 务实不务虚:每个案例都带可核实的出处,每个面向未来的判断都标注"推测"。

***

## 这本书的一句话

数字化把"流程"交给机器,**AI 转型的本质,是把"判断"交给机器**——而做得好的企业,不是用 AI 最多的,是最清楚"哪些能交给机器、哪些必须握在自己手里"的。

## 两条贯穿全书的原则

* **反废话**:拒绝正确的空话。每个论断都要挂上一个具体场景、一个数字或一个反例;每个案例、数字都有出处。
* **耐久优先**:把"原理层"(机制、判断、边界)写厚,把"工具层"(具体产品、型号)写薄——力求三年后依然成立。

## 全书结构(十二部分 · 55 章 + 参考手册)

1. **认知篇** — AI 转型到底在转什么、能做什么不能做什么、价值从哪来
2. **战略与判断篇** — 该不该投、怎么算账、怎么花钱、以什么节奏下注
3. **对外重构篇** — 内部提效之外:重做产品、开辟新收入
4. **组织篇** — 谁来负责、人才、人机协同、组织形态、文化与激励
5. **落地篇** — 路线图、数据、技术选型、Agent 体系、试点到规模化、护栏
6. **运营篇** — 衡量、运维、成本、迭代与治理
7. **合规治理篇** — 数据合规、算法责任、AI 伦理落到制度
8. **场景篇** — 分职能、分行业的真实案例
9. **失败案例篇** — 三个端到端死因复盘(全书最务实的一块)
10. **服务商与创业篇** — FDE、创业机会、企业未来形态
11. **宏观与未来篇** — 经济、社会、行业的趋势判断(全程标注"推测")
12. **参考手册** — 检查清单、模板、反模式速查、术语表

## 怎么读

* **想通读**:打开 [`全书.md`](https://github.com/amennet/enterprise-ai-transformation/tree/main/全书.md)(合订本,约 22 万字)。
* **想按章跳**:见 [`SUMMARY.md`](https://github.com/amennet/enterprise-ai-transformation/tree/main/SUMMARY.md) 或 [`书稿目录.md`](https://github.com/amennet/enterprise-ai-transformation/tree/main/书稿目录.md)。
* **决策层**可优先读认知篇、战略与判断篇、失败案例篇、宏观与未来篇;**操盘手**可优先读落地篇、运营篇、参考手册。

## 关于写作方式

本书在 AI(Claude)辅助下完成:作者提供原创判断与方向,AI 负责结构化、联网核实案例、成文与"杠精式"自审。制作流程与规则见 [`开发说明.md`](https://github.com/amennet/enterprise-ai-transformation/tree/main/开发说明.md) 与 [`写作规则-反废话.md`](https://github.com/amennet/enterprise-ai-transformation/tree/main/写作规则-反废话.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://doras-dreamland-adventure.gitbook.io/enterprise-ai-transformation/readme.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.
