0
· CLAUDE-CODE-FEATURE-RADAR · 2026.05.14 · 12 MIN ·

附录:Claude 全产品矩阵中 Claude Code 的位置

澄清 Claude Code ≠ Claude for Excel:Claude 是产品矩阵,Claude Code 是面向开发者那条线,跟 Claude.ai / Desktop / for M365 平行不替代。 · by 思扬
AI · HERO seed:4720260514 澄清 Claude Code ≠ Claude for Excel:Claude 是产品矩阵,Claude Code 是面向开发者那条线,跟 Claude.ai / Desktop / for M365 平行不替代。
FIG.00 — cover · ai-generated · placeholder

写这篇的原因:用户原始 prompt 里有”Excel 插件”。Claude Code 范畴没有 Excel 功能,但 Anthropic 有一条独立产品线 Claude for Excel(以及 PowerPoint / Word / Outlook 的姐妹产品)。这一篇把全产品矩阵理清,避免混淆。

TL;DR

Claude 不是一个产品,是一个产品矩阵。Claude Code 是其中面向开发者的代理那条线。它跟 Claude for Excel / Claude Desktop / Claude.ai 平行,但互不替代

                     Anthropic Claude(模型 / API)

       ┌─────────────────────┼─────────────────────────┐
       │                     │                         │
   面向消费者              面向开发者                面向企业
       │                     │                         │
   ┌───┼────┐         ┌──────┼──────┐         ┌────────┼────────┐
   │   │    │         │      │      │         │        │        │
Claude.ai│ Mobile  Claude   Claude  Agent   Claude     Claude   Bedrock /
(网页)  │  app    Code     Code on  SDK    for M365   Connectors  Vertex /
        │         (CLI)    the web         (Excel /              Foundry
   Claude         IDE      (云端)          Word /                (3P
   Desktop      extensions                 PPT /                 provider)
   (mac/win)                                Outlook)

1. Claude.ai(网页 + 移动端)

  • 入口:https://claude.ai
  • 用户:大众消费者 / 知识工作者
  • 主要功能:聊天、Projects、Artifacts、Skills、Connectors、Slack 集成
  • 跟 Claude Code 关系:claude.ai/code 是 Claude Code 的网页客户端(配合 Remote Control / Claude Code on the Web)

2. Claude Desktop(macOS / Windows)— 三 mode 整合产品

重要更正(2026-05-14 用户截图揭示):Desktop 不是”单一产品”,它是 Anthropic 把 Chat / Cowork / Code 三个产品整合到同一个 app 里 的容器。下载 Claude Desktop = 同时拿到三个 mode。

顶部 3 个 mode tab

[Chat]  [Cowork]  [Code]
Mode干什么
Chat普通 Claude 对话(类似 claude.ai 网页)
CoworkAgentic knowledge work — 多步自主任务,目标 non-dev 用户
Code完整 Claude Code(跟 CLI 平行,共享 ~/.claude/settings.json)

Claude Code 已经是 Desktop app 的一等公民,不再是”CLI 是主、Desktop 是另一回事”。

左侧 sidebar(跨 mode 的共享设施)

- New task
- Projects(workspace 分组)
- Scheduled(类似 routines,本机)
- Live artifacts
- Dispatch (Beta) — 从手机/远程触发任务
- Customize

Settings > General > Desktop app

Computer use toggle ────── 全局开关(macOS / Windows 都支持)
Denied apps ────────────── 永远拒绝的 app 名单
Unhide apps when finished  Claude 结束后自动恢复隐藏的窗口

Dispatch(Beta)的位置

Dispatch 是 sidebar 里的一项 — 不是独立产品,是 跨 mode 的远程触发器:

你手机
  ↓ 消息发到 Dispatch
Cowork mode 接到任务,判断:
  - 是 "research / 文档 / 表格" → 留在 Cowork
  - 是 "fix bug / run tests / open PR" → spawn 一个 Code session(带 Dispatch badge)

Code session 在 Code tab 出现
  ↓ 可选:Enable computer use(从 Dispatch settings 进或从全局 settings 进)
  ↓ 任务完成 / 需要批准 → 手机收 push notification

两个限制:

  • Dispatch 只 Pro / Max(Team / Enterprise 没有)
  • Dispatch-spawned session 里 app permission 只 30 分钟,然后重新弹(普通 Code session 是整个 session)

Computer Use 的位置

  • Settings > General > Desktop app > Computer use toggle 启用
  • 启用后:Chat / Cowork / Code 三个 mode 都能用(不是 Cowork 独占)
  • macOS 还要授 Accessibility + Screen Recording 系统权限
  • 详见 14-computer-use.md

跟 Claude Code 关系(更新)

之前我写”Claude Code 不依赖 Claude Desktop” — 半对:

  • ✅ Claude Code CLI 不依赖 Desktop(独立 npm install,独立跑)
  • ✅ CLI 也能用 Computer Use(macOS 限定,通过 /mcpcomputer-use server,v2.1.85+)
  • ❌ 但 Desktop app 的 Code mode 是比 CLI 更高级的形态:
    • 多 session 拖拽 pane 布局
    • Drag-and-drop 文件
    • Visual diff review GUI
    • App preview 内嵌
    • 跟 Dispatch 联动(CLI 没有)

Windows 用户:Computer Use 只能走 Desktop app,CLI 还不支持 Windows Computer Use。

3. Claude Code(本系列主角)

  • 入口:npm install -g @anthropic-ai/claude-codeclaude
  • 用户:开发者(独立 / 团队 / 企业)
  • 形态:CLI(本系列覆盖)+ VSCode 扩展 + JetBrains 插件 + 网页 + 移动 Code tab
  • 本系列 10 篇:01 Agent View / 02 Remote Control / 03 Chrome Extension / 04 Plugins / 05 Skills / 06 Hooks / 07 MCP / 08 Subagents / 09 Routines / 10 GitHub Actions

4. Claude Code on the Web

  • 入口:https://claude.ai/code(完全云端)
  • 用户:不想本地配置环境的开发者 / 跨设备移动
  • 跟 CLI 关系:完全独立 runtime(不在你机器跑)— 跟 Remote Control 形成镜像
  • 配 Routines 用,适合”一键启动云上 Claude Code session 干一件事”

5. Agent SDK

  • 入口:https://github.com/anthropics/claude-agent-sdk-python / TypeScript SDK
  • 用户:把 Claude Code 嵌入自家产品的开发者
  • 用途:程序化构造 agent / 接 plugin 系统 / 自定义工作流
  • 跟 Claude Code 关系:Claude Code 自己就是 Agent SDK 的应用

6. Claude for Microsoft 365(包含 Excel)

用户原 prompt 里的 “Excel 插件” 实际是这一条。

  • 入口:https://claude.com/claude-for-excel(Excel)
  • 兄弟产品:Word / PowerPoint / Outlook 都有独立 add-in
  • 状态:Excel 已 beta 开放给 Max / Team / Enterprise 用户;其他 3 个也通用
  • 形态:Microsoft Office 加载项(Office 桌面 / Web)
  • 模型:Claude Opus 4.6(明确使用,跟 Claude Code 默认 Sonnet 不同)
  • 核心特性:
    • 侧边栏接管 Excel 工作流
    • 读 / 改 / 创建 workbook
    • 原生 Excel 操作:pivot table 编辑、conditional formatting
    • 完全透明:跟踪 + 解释所有改动,可点击跳到 Claude 引用的单元格
    • 跨 app context:在 Excel 里开始的工作,可以延续到 PowerPoint(Microsoft 365 全套联动)

Claude for Excel 跟 Claude Code 的根本不同

维度Claude CodeClaude for Excel
目标用户开发者业务用户 + 财务 / 数据分析师
跑在哪你机器(CLI)或 Anthropic 云Microsoft Excel 内嵌
操作对象代码 / 文件 / repoExcel workbook
触发CLI / Web / @claudeExcel 侧边栏对话
模型Sonnet(默认)/ Opus / HaikuOpus 4.6
价格层级Pro / Max / Team / EnterpriseMax / Team / Enterprise(注意没 Pro)
跟开发场景关系主战场不重叠(财务建模、报表分析、数据 cleanup)

结论:如果你的目标是”开发 + AI”,Claude for Excel 跟你无关。如果你做财务工具 / 数据分析 / Excel-heavy 业务,那是另一回事。

7. Claude Connectors(claude.ai 内嵌的 MCP 入口)

  • 入口:claude.ai/customize/connectors
  • 用户:Claude.ai / Claude Desktop / Claude for Excel 用户
  • 跟 Claude Code 关系:Claude Code 用 自己的 MCP 配置(.mcp.json / claude mcp add),不同于 Claude.ai 的 connectors
  • 但 Routines 用的是 Claude.ai connectors,是 Claude Code 本地 MCP

这里有个常见混淆:

  • claude mcp add notion → 装的是 Claude Code 的 MCP(本机)
  • claude.ai/customize/connectors → 配的是 Claude.ai 账号的 connectors(云)
  • 两边不同步!Routines / Claude for Excel / Claude Desktop 用云端 connectors,Claude Code CLI 用本地 MCP

8. Anthropic Console + API

  • 入口:https://console.anthropic.com
  • 用户:直接调 Claude API 的开发者(不用 Claude Code)
  • 跟 Claude Code 关系:Claude Code 默认走 claude.ai OAuth(订阅),走 API key
  • Claude Code 用户大多不需要碰 Console

9. 第三方 provider(Bedrock / Vertex / Foundry)

  • AWS / GCP / Azure 上的 Claude 模型端点
  • 用户:已经吃 AWS / GCP / Azure 账单的企业
  • 跟 Claude Code 关系:可以用 ANTHROPIC_BASE_URL 让 Claude Code 走这条路,但很多 Code 高级功能不支持(Remote Control / Chrome 扩展 / Plugin marketplace 等都要直连 Anthropic)

关键定位决策

你的诉求
我是程序员 / 想让 AI 写代码Claude Code
我是产品经理 / 看 PRD + 整理需求Claude.ai(Projects)
我是财务 / 数据分析师 / Excel 重度用户Claude for Excel
我想 AI 直接控制我电脑做杂事Claude Desktop + Computer Use
我想给自家 SaaS 加 AI agentAgent SDK + API
我在 AWS / GCP / Azure 上跑企业系统Bedrock / Vertex / Foundry + Claude 模型

我的判断 — 对独立开发者

你的核心战场是 Claude Code。但偶尔也会用:

  • Claude.ai(网页 / 手机)— 出门时无电脑、轻量聊天、零散问题
  • Claude Desktop(可选)— 如果你做需要 GUI 接管的灵感,Computer Use 是入口

不用:

  • Claude for Excel — 跟你 demo 项目 / 产品开发 0 重叠
  • Claude for Word / PowerPoint — 同上
  • Console + 直 API — 除非要做 SaaS 产品

调研来源