# 本章小结：Claude 全景图

### 本章小结：Claude 全景图

本章揭开了 Claude 神秘的面纱。不仅了解了它的历史，更深入剖析了它的“性格”和“本领”。

#### 核心知识点回顾

**价值观决定高度**

Anthropic 独特的“公益”基因和 **Constitutional AI** 技术，赋予了 Claude 安全、可控、低幻觉的核心特质。这使得它在企业级应用中拥有无可比拟的信任优势。

**三剑客体系**

我们不再只有一种选择，而是可以根据需求灵活配置：

* **Opus (史诗)**：追求极致智能和完美表达，不惜成本（适合科研、创意）。
* **Sonnet (十四行诗)**：版本答案，速度与智能的完美平衡（适合编程、Agent）。
* **Haiku (俳句)**：唯快不破，极致性价比（适合高并发、简单任务）。

**六边形战士**

Claude 早已超越了“聊天机器人”的范畴。

* 它能 **看**（Vision）：读懂图表和 UI。
* 它能 **写**（Text/Code）：拥有 1M token（百万 token）上下文窗口的文学家和全栈工程师。
* 它能 **动**（Tools/Computer Use）：联网搜索、查询数据库、甚至直接操作你的鼠标和键盘。
* 它能 **进化**（Skills）：通过加载技能包迅速适应特定岗位。

**决策智慧**

没有最好的模型，只有最合适的模型。

* **刚开始开发？** 无脑选 Sonnet。
* **为了省钱？** 尝试用 Haiku 替换简单的部分。
* **为了效果？** 在关键节点引入 Opus。
* **还是太贵？** 优化 Prompt，或使用 Context Caching。

#### 假如你只能记住一句话

> **Claude 是一个拥有不同“智商/速度”档位（Opus/Sonnet/Haiku），并且装配了“眼睛”（视觉）和“双手”（工具/电脑操作）的智能协作伙伴，而不仅仅是一段生成文本的代码。**

#### 下一步计划

拥有了这把“瑞士军刀”，接下来最重要的问题是：**如何正确地挥舞它？**

不管是写代码、写文章还是做分析，输出质量的 80% 取决于你如何向 Claude 提问。下一章，我们将深入探讨 **Prompt Engineering（提示工程）** 的艺术与科学，教你如何像“指令大师”一样驾驭 Claude。

### ➡️ [第二章：提示工程核心技术](/claude_guide/di-yi-bu-fen-ji-chu-pian/02_prompt.md)

> 📝 **发现错误或有改进建议？** 欢迎提交 [Issue](https://github.com/yeasy/claude_guide/issues) 或 [PR](https://github.com/yeasy/claude_guide/pulls)。


---

# 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/claude_guide/di-yi-bu-fen-ji-chu-pian/01_intro/summary.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.
