Anthropic 发布 Fable 5.1,定位长时程问题解决,基准大幅提升、缓存成本降 75%,提示需管理努力级别与写作密度,迁移需更新模型 ID 与工具调

AI EDGE(@AIEDGE_)教程 · 已翻译 · 约 11 分钟
阅览室 · AI 最佳实践#Fable#模型#Anthropic#长时#努力级别原文

Fable 5.1 终极大师课。

速览: Anthropic 刚刚发布了官方指南,教你如何从新版 Fable 5.1 模型中获取最高生产力——我翻译了你需要了解的最重要概念。

目录

I:完整概览

II:如何向 Fable 5.1 提问

III:迁移你的设置

IV:值得了解的事项

I:完整概览

关于 Fable 5.1,你需要了解的最重要事项

Anthropic 称其为长时程问题解决模型。

想想编码、研究以及深度自动化这类任务,它们要求模型在多个步骤中保持连贯性,而非仅仅回答一个问题。

基准测试概览 (最大提升)

  1. 业务流程 (AutomationBench):17.1% → 31.4% —— 几乎翻倍。
  2. 智能体科学研究:24.7% → 52.6%
  3. 智能体编码 (Terminal-Bench 4.0):42.0% → 55.8%
  4. 计算机使用:36.1% → 41.7%

定价

速览: Fable 5.1 的价格与 Fable 5 基本相同(但所有智能提升都叠加其上)。

  • 缓存读取:每百万 token 从 $1.00 降至 $0.25(降价 75%)
  • 典型工作负载:整体便宜约 25%
  • 重度智能体工作负载:最高便宜 45%
  • 输入定价:每百万 token $10 —— 与 Fable 5 相同。
  • 输出定价:每百万 token $50 —— 与 Fable 5 相同。

能力

上下文窗口:1M token

最大输出:128K token

知识截止日期:2026 年 6 月

与 Fable 5 的主要区别

  • 在长时程、困难任务上表现更佳。
  • 缓存读取成本降低75%。输入和输出定价未变,但长时间运行的代理会话(跨多轮保持上下文)现在成本显著降低。
  • 它旨在解决根本原因而非快速修复。
  • 总体上,Claude Code 中的误报(以及网络安全中的假阳性)更少。

II:如何提示 Fable 5.1

你现有的 Fable 5 提示、技能和工作流应能正常工作,但需进行几项调整以正确优化 5.1:

  1. 管理努力级别

努力仍是权衡智能、速度和成本的主要调节旋钮。

从默认(高)开始,如有需要再上调。

努力级别选择矩阵

- 简单、范围明确的任务。最便宜且最快。

- 成本敏感的工作。大致匹配 Fable 5 的质量,但成本更低。

- 默认级别,是大多数任务的正确起点。

极高 - 困难编码和代理型工作。

最高 - 最棘手的问题,不限制 token 消耗。

  1. 进度更新提示

与 Fable 5 相比,Fable 5.1 在长时间工具调用任务中会写出更少的可见更新。你会看到它静默数分钟,然后返回一条仅覆盖最后一步而非整个任务的最终消息。

如果你偏好旧版 Fable 5 的更新风格,可以使用此进度更新提示来获取频繁更新。

PROGRESS UPDATE PROMPT  "Before you start, say in a line what you're about to do; brief  updates while you work help the user follow along. Close with a  short recap that stands on its own - what you found, what you  did, and what's next."  Also worth checking: if you've got an old instruction telling it  to "hold findings for the final response," remove it. That was a  workaround for older models being too chatty. It now suppresses  updates you probably want.
  1. 写作密度

Fable 5.1 倾向于写出更块状的句子。

简单的解决方法是添加一条偏好声明,要求输出简洁。

"I prefer concise outputs - keep responses direct and avoid
unnecessary elaboration."

来自Anthropic的最终提示

  • Fable 5.1使用的项目符号和格式样式要少得多。如果你更喜欢这种旧的Fable 5风格,只需说明即可。
  • 赋予模型自主权。从总体方向开始,然后让Fable 5.1自行运行(这正是该模型的全部意义所在)。
  • 在xhigh和max effort模式下,为长输出留出空间
补充小贴士
补充小贴士

III:迁移你的设置

如果你已经在运行Fable 5、Opus 5或Opus 4.8,以下是如何顺利过渡到新的Fable模型的方法。

Anthropic专门为此目的构建了一个技能。在Claude Code中,运行:

/claude-api migrate this project to claude-fable-5-1

它会扫描你的代码库,替换模型ID,并自动应用破坏性参数更改。

最后,它会给你一份无法自动修复的内容清单,供你手动核实。

在Claude桌面版中,你也可以运行此提示:

MIGRATION PROMPT

"I want to migrate this project from [Fable 5 / Opus 5 / Opus 4.8]
to Claude Fable 5.1.

Scan the codebase and identify every place the model is called,
then walk me through what needs to change:

- Swap the model ID to claude-fable-5-1
- Flag any use of forced tool use (tool_choice set to a specific
tool or 'any') so I can update it to tool_choice: auto
- Check whether my code edits conversation history in any way -
injecting reminders into old messages, trimming turns, changing
the system prompt mid-session - since Fable 5.1 rejects or drops
thinking blocks when that happens
- Check my data retention settings support the 30-day requirement
Fable 5.1 needs

Show me the full list of changes before making any edits, and tell
me which ones you can apply automatically versus which ones need
my manual review."

要将你的Claude Skills合并到5.1,请运行以下命令:

SKILL UPGRADE PROMPT

"I have a Claude skill I built for an earlier model. I want to
check whether it needs updating for Fable 5.1.

Read through the skill file and flag anything that might now be
wrong or outdated, specifically:

- Any instruction telling the model to hold updates until the end,
or suppress progress narration - Fable 5.1 already writes fewer
updates by default, so this makes it worse
- Any anti-formatting rules like 'avoid bullet points' or 'don't
use headers' - Fable 5.1 under-formats by default now, so old
suppression rules may need loosening or removing
- Any instruction that assumes the model checks in before acting -
Fable 5.1 is built to finish tasks autonomously, so permission-
seeking language may need rewriting into scope and approval
boundaries instead
- Any assumption about how verbose or dense the writing should be,
given Fable 5.1's prose runs denser by default
- Any place the skill relies on forced tool use, since that no
longer works on this model

For each issue you find, tell me what it currently does, why it's
likely wrong for Fable 5.1, and suggest the exact replacement text.
Don't change anything yet - just show me the list first."

四:最后须知的事项

  1. 思考究竟是什么

思考是 Fable 5.1 在回答你之前,用自己的话梳理问题,而不是直接跳到回应。

使用 Fable 5.1 时,思考始终开启。与某些早期模型不同,你无法关闭它。这已融入模型当前的运作方式。

  1. 推理提示

不要重新排列、编辑或删除 Fable 5.1 已生成的推理,也不要在对话中途更改你的系统提示或工具。

Fable 5.1 的思考与其产生的确切对话紧密相连。若更改对话前文中的任何内容,模型要么直接拒绝请求,要么静默丢弃受影响的推理。

  1. 系统提示

若你有兴趣阅读完整的系统提示,请访问此处:

https://platform.claude.com/docs/en/release-notes/system-prompts/claude-fable-5-1

  1. 重试

Fable 5 最大的问题之一,是对“危险”工作的误报率过高。

使用 Fable 5.1 时,Anthropic 内置了重试选项,因此若 Fable 5.1 拒绝请求,你可以让其自动在 Anthropic 推荐的另一模型上重试。

希望本文对你有所帮助。

已读完 · 本文由熊猫易读翻译重排