# 13.2 学习助手

> 最好的老师不是灌输知识，而是苏格拉底式的提问。费曼学习法，AI 陪你练。

## 13.2.1 苏格拉底模式

你想学“熵”这个概念，看维基百科看睡着了？

试试对 AI 说：

> “我想学习'熵'。请你扮演 **苏格拉底**。 不要直接告诉我定义，而是通过 **向我提问** 的方式，引导我自己悟出这个概念。 就像你教古希腊的学生一样，一次只问一个问题。”

AI 会问你：“你觉得整理好的房间和乱糟糟的房间，哪个更容易变成另一种状态？”

这种 **启发式学习**，能让你对知识的理解入木三分。

## 13.2.2 英语口语陪练

找外教一小时 200 块？AI 陪练通常 **成本更低**（很多基础功能可免费使用）。

打开 ChatGPT 的语音对话功能：

> “我想练习雅思口语。请扮演考官。 场景是 Part 2：描述一个你喜欢的城市。 我说完后，请你 **指出我的语法错误**，并告诉我更地道的表达。”

它不厌其烦，发音标准，而且 **永不嘲笑你**。这是社恐人士的福音。

## 13.2.3 论文润色与阅读

写英文论文头秃？

> “请帮我润色这段摘要。 目标：达到 **Nature/Science** 期刊的发表标准。 要求：用词学术、逻辑严密、纠正语法。”

读英文文献太慢？

扔给 AI：

> “用 **大白话** 给我讲讲这篇论文到底干了啥？它的核心创新点是哪三条？有什么硬伤？”

## 13.2.4 思考题

以前我们学习，是“找书 -> 硬啃 -> 不懂问老师（老师不一定在）”。

现在是“问 AI -> AI 解释 -> 不懂继续追问 -> 直到懂为止”。

这种 **即时反馈** 的学习闭环，会不会让未来的孩子不再需要去学校上课？

学校由于传授知识的功能被稀释，未来会变成什么地方？（社交中心？托管所？）


---

# 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/13_scenarios/13.2_learning_mentor.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.
