# 12.4 高级提示词技巧

> 把 AI 玩出花来，让它不仅仅是个问答机器。让它考你，而不是你考它。

## 12.4.1 费曼学习法：角色反转

通常是我们问，AI 答。

但在学习新知识时，反过来效果更好。

**提示词**：

> 我想练习雅思口语。 **请你扮演严厉的考官，我是考生**。 你问我一个问题，等待我回答。 我回答后，请点评我的语法错误，并给出更高分的表达方式。 然后再问下一个问题。

这时候，AI 就变成了你的 **私教**。它可以陪你练英语、模拟面试、甚至模拟吵架。

这比你看 100 篇“雅思技巧”文章都要管用。

## 12.4.2 三个诸葛亮：自洽性

对于特别难的逻辑题，可以让 AI “分身”。

**提示词**：

> 请思考这个问题，给出 3 种可能的解法。 然后比较这 3 种解法，看看哪种最合理。 最后输出一个你认为最正确的结论。

这叫 **思维链自洽性（CoT-SC）**。

你可以把它理解成“让 AI 先独立想 3 遍，再选最一致的答案”，这样往往更容易过滤掉不靠谱的回答。

## 12.4.3 强化约束：把验收标准写清楚

比起“哄”模型，更稳定的方法是把任务优先级和验收标准写清楚。

你可以这样写：

> “这份内容用于正式对外发布，请按最高准确性标准处理。” “请先给出 3 个候选方案，再按【准确性、完整性、可执行性】逐项自评，最后输出你认为最稳妥的一版。”

这种写法的本质是把“你到底要什么”说清楚，让模型在生成过程中主动做一轮质量检查。 **对待 AI，最有效的技巧通常不是“情绪刺激”，而是“明确目标 + 明确约束 + 明确验收”。**

## 12.4.4 思考题

本章我们学了很多“术”（思维链、迭代、角色反转）。

但“道”是什么？ **“道”就是把 AI 当作人。** 你越尊重它的逻辑规律（Chain of Thought），越懂得如何给它反馈（Iterative），它给你的回报就越惊人。


---

# 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-san-bu-fen-shi-zhan-ying-yong-ji-qiao/12_prompt_advanced/12.4_advanced_techniques.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.
