# 第一章 认识 Claude

在深入学习 Claude 的各项技能之前，首先需要建立对其整体认知。本章将带你了解：

* Anthropic 公司的创立背景与使命
* Claude 模型家族的演进历程
* Claude 具备哪些核心能力
* 如何根据场景选择合适的模型

***

## 本章概览

Claude 不是一个单一的模型，而是一个 **模型家族**。从 2023 年首次发布到 2026 年，Claude 已经经历了多次重大迭代，能力边界不断扩展。

理解 Claude 的能力边界，是高效使用它的前提。很多用户抱怨 Claude “不够聪明”或“无法完成任务”，往往是因为：

1. **选错了模型**：用快速模型处理复杂推理任务
2. **忽略了能力**：不知道 Claude 可以调用工具、操作计算机
3. **提示不当**：没有给 Claude 足够的上下文和指导

本章的目标，是帮你建立一张完整的 Claude 能力地图。

***

## 章节导航

| 章节                                                                            | 主题                     | 你将学到                   |
| ----------------------------------------------------------------------------- | ---------------------- | ---------------------- |
| [1.1](/claude_guide/di-yi-bu-fen-ji-chu-pian/01_intro/1.1_born.md)            | Anthropic 与 Claude 的诞生 | 公司背景、核心理念、为什么选择 Claude |
| [1.2](/claude_guide/di-yi-bu-fen-ji-chu-pian/01_intro/1.2_model_family.md)    | Claude 模型家族全景          | 各代模型特点、命名规则、发布时间线      |
| [1.3](/claude_guide/di-yi-bu-fen-ji-chu-pian/01_intro/1.3_capabilities.md)    | 能力矩阵：Claude 能做什么       | 六大核心能力领域详解             |
| [1.4](/claude_guide/di-yi-bu-fen-ji-chu-pian/01_intro/1.4_model_selection.md) | 如何选择合适的模型              | 不同场景的模型选型指南            |

***

## 预备知识

阅读本章前，你只需要：

* 对“大语言模型”有基本概念（知道 ChatGPT 是什么就够了）
* 有兴趣了解 Claude 的能力

无需编程经验。但如果你是开发者，本章也会为后续的 API 实践打下基础。

***

> 💡 **小贴士**：本章内容会定期更新以反映 Claude 的最新发展。


---

# 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.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.
