> 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/di-wu-bu-fen-luo-di-pian/26-shi-shi-lu-xian-tu.md).

# 第 26 章 · 实施路线图

战略篇谈了方向和节奏，落地篇要谈具体怎么走。先给一张骨架图：企业把 AI 从零做到进入核心流程，大致要经过五个阶段。它不是一张精确的时间表，而是一条不该跳步的路线。

第一阶段，认知。让决策层和关键团队真正理解 AI 能做什么、边界在哪、本质是什么——也就是本书认知篇讲的那些。这一阶段的产出不是系统，而是共识和方向。最常见的坑，是跳过它直接买工具，结果整个组织对"要用它改变什么"根本没有共识，后面每一步都拧着劲。

第二阶段，梳理。盘一遍业务，把工作拆成"流程"和"判断"两类，用价值乘可行性选出场景，再用准备度评估看清短板。产出是一张带优先级的场景清单，和一份短板地图。这里的坑，是让梳理变成无休止的规划，用"还没想清楚"当拖延的借口，迟迟不动手。

第三阶段，试点。挑一两个高价值、高可行的场景，在小范围里真正跑通，把"AI 生成加人工核对加系统兜底"这套流程建起来。产出是一个确定的回报、一份手感，以及组织的信任。坑在于把试点做成炫技的 demo——看着惊艳，却不解决真问题，拿不到能说服人的回报。

第四阶段，复制。把试点验证过的经验，搬到相邻的场景，同时把方法和平台沉淀下来。产出是多个场景一起见效，以及一套可复用的能力。坑是每换一个场景就从头造一遍轮子，经验不积累。

第五阶段，规模化。把 AI 嵌进核心业务流程，而不只是边角提效。这一步要正面啃那些前面能绕开的硬骨头——责任链重接、数据治理、边角情况。产出是 AI 真正进入经营的主流程。而这里的坑，是最致命的一个：永远停在试点，不敢往规模化迈，后面会专门讲。

贯穿五个阶段的逻辑只有一句：每一步都先拿到回报、补上最短的板，再往前迈。而最需要提醒的是不要跳步——尤其别跳过认知和梳理，直接扑到试点甚至规模化。很多转型看起来是死在技术上，其实是死在没有共识、没选对场景上，而这两样，恰恰是被跳过的前两步该解决的。

## 要点速查

* 五阶段：认知（共识与方向）→ 梳理（选场景、看短板）→ 试点（小范围跑通、拿确定回报）→ 复制（搬到相邻场景、沉淀能力）→ 规模化（嵌入核心、啃硬骨头）。
* 贯穿逻辑：每步先拿回报、补短板，再前进。
* 别跳步：跳过认知与梳理直接扑试点/规模化，是"死在技术上其实死在没共识、没选对场景"的根源。
* 这是骨架不是时间表，节奏因企业而异（接第15章）。

## 给管理者的三步

* 现在：诚实判断企业当前在五阶段的哪一级，别高估（用了几个工具不等于到了复制阶段）。
* 三个月：补上被跳过的早期阶段（通常是认知与梳理），再推进当前阶段。
* 一年：确保每往前一级，都先拿到了上一级的确定回报，而不是靠一次大跃进往前冲。


---

# 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/di-wu-bu-fen-luo-di-pian/26-shi-shi-lu-xian-tu.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.
