# 策展 · X (Twitter) 🔥🔥

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 作者：ClaudeDevs (@ClaudeDevs) · 平台：X (Twitter) · 日期：2026-06-10

> 原始來源：https://x.com/claudedevs/status/2064399512664526853

## 中文摘要

Claude Fable 5 改變 Claude Code 團隊工作模式。

**核心理念轉變**
Anthropic Claude Code 團隊成員 Thariq 指出，Claude Fable 5 的導入標誌著 AI 協作邏輯的重大轉移。過去開發者需將任務拆解為細小區塊並手動驗證執行細節，現在則轉變為定義規格、設定目標與建立驗證機制，由模型自主判斷執行路徑。

<video src="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/1781074220720-943oo6z5.mp4" poster="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/86a6898c71b6b63e.jpg" controls playsinline preload="metadata" style="max-width:100%;height:auto;display:block;margin:1rem 0"></video>
> Anthropic Claude Code 團隊成員 Thariq 介紹 Claude Fable 5 模型，分享如何透過設定目標與工作流程來提升 AI 協作效率。

**協作模式的三大變革**
Thariq 總結了與 Claude Fable 5 協作的三項關鍵改變：
- 將 Claude 視為「思考夥伴」：不再僅是執行指令的工具，而是能共同討論策略的對象。
- 明確定義目標與驗證方式：使用者需提供具體的目標與驗證標準，讓模型能依據標準自我修正。
- 採取更具野心的行動：由於模型具備更強的自主性，開發者應嘗試交付更複雜、規模更大的任務。

**關鍵功能應用**
為了落實上述轉變，Claude Code 引入了兩項核心功能來提升開發效率：
- `/goal`：此指令能讓 Claude 持續運作，直到達成設定的最終目標，減少開發者中斷介入的需求。
- `workflows`：支援 Claude 平行處理多項任務，並自動執行工作成果的驗證，確保在複雜專案中維持系統的穩健性。

透過這些工具，開發者得以將心力從繁瑣的除錯與驗證中解放，轉而專注於更高層次的系統架構與產品規劃。

## 媒體內容

**Anthropic Claude Code 團隊成員 Thariq 介紹 Claude Fable 5 模型，分享如何透過設定目標與工作流程來提升 AI 協作效率。**

**影片中的 Prompt 與操作**

Prompt（00:13）：

```
"Is Claude doing the work right?"
Break tasks into chunks - manual verification
```

Prompt（00:13）：

```
"Is Claude doing the right work?"
Specs - Goals - Verification Tools
```

Prompt（00:43）：

```
01 Treat Claude like a thought partner
02 Give Claude goals and ways to verify them
03 Be more ambitious
```

Prompt（01:57）：

```
"Interview me about the implementation before writing the final spec file."
```

Prompt（02:05）：

```
"Think of a few directions you could take this, and make some mockups in HTML for me to review."
```

Prompt（02:19）：

```
"Keep it simple, don't over-engineer this"
```

Prompt（02:21）：

```
"This feature is an experiment. There's a real chance we delete it in a month. Don't build anything that would be painful to throw away."
```

Prompt（02:37）：

```
/goal
Helps Claude keep working until it's done.
workflows
Help Claude parallelize and verify its work.
```

Prompt（03:32）：

```
「Claude 是否正確地執行工作？」
拆解任務 - 手動驗證
```

原文："Set a goal to implement the spec fully, then use a workflow to verify each part of the plan, and prepare a report on what was implemented and if anything differed."

操作步驟：

1. （00:13）展示「Before」與「With Fable 5」的對比表格。
2. （00:43）展示「How I've changed how I work」的三點清單。
3. （01:57）展示「Try Prompting」的訪談建議。
4. （02:05）展示「Try Prompting」的 HTML 模型建議。
5. （02:19）展示「Context, Not Constraints」的語句調整對比。
6. （02:37）展示 Claude Code 的新功能 `/goal` 與 `workflows`。
7. （03:32）展示「Try Prompting」的目標設定與驗證建議。

**逐字稿**

- `00:00` 大家好，我是來自 Claude Code 團隊的 Thariq，今天要來跟大家聊聊我們在 Claude Code 中最新的模型 Claude Fable 5。（Hey everyone, it's Thariq from the Claude Code team here to talk to you about Claude Fable 5, our newest model in Claude Code.）
- `00:06` 這是一個令人驚豔的模型，它真的促使我們在 Anthropic 重新思考該如何與 Claude 協作以及撰寫 prompt。（It is an incredible model and has really pushed us at Anthropic to rethink how we work with and prompt Claude.）
- `00:12` 過去我們需要檢查 Claude 是否正確執行工作，例如將任務拆解成小區塊給它，（We used to need to check if Claude is doing the work right, for example, by breaking task into small chunks for it,）
- `00:19` 反覆確認它的輸出，並在它提早停止時進行補救。（double-checking its output, catching when it stopped early.）
- `00:22` 有了 Claude Fable 5，我發現自己越來越多是在確認 Claude 是否在做「正確的工作」。（With Claude Fable 5, I instead increasingly find myself checking if Claude is doing the right work.）
- `00:29` 所以 Fable 可以一次執行數小時，它會測試自己的工作，老實說，我常發現它產出的程式碼比我寫的更好。（So Fable can run for hours at a time, it tests its own work, and honestly, I often find it produces better code than me.）
- `00:37` 我的工作越來越偏向方向指引與設定，而不是監督。（My job is increasingly more about direction and setup, not supervision.）
- `00:41` 以下是我改變與 Fable 協作方式的三個方法。（So here are the three ways I've changed how I work with Fable.）
- `00:45` 首先，我把 Claude 當作思考夥伴，並提供它所需的背景資訊。（First, I treat Claude like a thought partner. I give it the context it needs.）
- `00:50` 第二，我會給 Claude 目標以及驗證這些目標的方法。（Second, I give Claude goals and ways to verify them.）
- `00:54` 最後，我嘗試更有野心一點，要求 Claude 去做一些我從未嘗試過的事情。（And finally, I'm trying to be more ambitious and ask Claude to do things I've never tried before.）
- `00:59` 首先，你應該越來越把 Claude 當作思考夥伴。（First, you want to increasingly treat Claude like a thought partner.）
- `01:02` 在使用 Fable 時，我觀察到的一種失敗模式是，我可能並不真正知道自己想要什麼，或者不知道什麼是可行的。（One of the failure modes I see working with Fable is that I might not actually know what I want, or I might not know what is possible.）
- `01:08` 但透過在思考過程中儘早讓 Claude 參與，我可以在實作前就發現這些問題。（But by involving Claude early as I'm thinking through it, I can catch these problems before implementation.）
- `01:14` 舉例來說，我會從一個小規格開始，並要求 Claude 在撰寫最終規格文件前先採訪我關於實作的細節。（So for example, I'd start with a small spec and I'd ask Claude to interview me about the implementation before writing the final spec file.）
- `01:20` 這能幫助我建立信心，確認自己清楚想要什麼。（This helps me build confidence that I know what I want.）
- `01:23` 或者，我可能會給它一個點子，要求它思考幾個可以採取的方向，並製作一些 HTML 原型讓我審閱。（Or I might give it an idea and ask it to think of a few directions it could take it in and make some mockups in HTML for me to review.）
- `01:30` 當我準備好實作時，我會試著給它背景資訊，而不僅僅是限制條件，這樣 Claude 才能真正協助我達成目標。（When I'm ready to implement, I try to give it context, not just constraints, so that Claude can help me actually accomplish my goal.）
- `01:37` 例如，與其說「保持簡單，不要過度設計」，我會說：「嘿，這個功能是一個實驗。」（For example, instead of saying, keep it simple, don't over-engineer this, I say, hey, this feature is an experiment.）
- `01:43` 「我們很有可能在一個月後刪除它，所以不要建立任何丟棄時會很麻煩的東西。」（There's a real chance we delete it in a month, so don't build anything that would be painful to throw away.）
- `01:48` 提供這些背景資訊，能讓它捕捉到你甚至沒想到的細節。（Giving it this context lets it catch things you might not even have thought of.）
- `01:51` 一旦你知道自己想要什麼，特別是面對具挑戰性的問題時，考慮給 Claude 目標以及驗證它們的方法。（And once you know what you want, especially for an ambitious problem, consider giving Claude goals and ways to verify them.）
- `01:58` 我們有兩個很適合這樣做的新功能，我鼓勵大家試試看。（We have two new features that work well for this that I'd encourage you to try out.）
- `02:02` Flash goal 與 workflows。（Flash goal and workflows.）
- `02:04` 目標（Goals）能幫助 Claude 持續工作直到完成，而工作流程（Workflows）則能幫助 Claude 驗證它的工作。（Goals help Claude keep working until it's done, and workflows help Claude verify its work.）
- `02:09` 所以在我有了規格後，我可能會告訴 Claude：設定一個目標來完整實作該規格，然後使用工作流程來驗證計畫的每個部分，並準備一份關於實作內容以及是否有任何差異的報告。（So after I have a spec, I might tell Claude, set a goal to implement the spec fully, then use a workflow to verify each part of the plan and prepare a report on what was implemented and if anything differed.）
- `02:20` 這讓 Claude 能盡可能發揮創意與深思熟慮地運用它的能力，同時確保它正在建構你想要的成果。（This lets Claude use its capabilities as creatively and thoughtfully as possible, while making sure it's building what you want.）
- `02:27` 最後，請更有野心一點。（Finally, just be more ambitious.）
- `02:29` Fable 真的是一個令人驚豔的模型，它促使我在工作中跳脫框架思考。（Fable is truly an incredible model, and it's pushed me to think outside of the box with my work.）
- `02:34` 例如，我正在用 Fable 編輯這部影片。（For example, I'm editing this video with Fable.）
- `02:37` 如果有什麼是你認為大型語言模型做不到的，給它一個機會試試看。（If there's something you assumed LLMs couldn't do, give it a chance.）
- `02:42` 我們真心認為 Fable 提高了可能性的標準。（We really think Fable raises the bar on what is possible.）
- `02:45` 目前就這樣。（That's all for now.）
- `02:46` 試試看，並讓我們知道你對 Claude Code 中 Claude Fable 5 的想法。（Try it out and let us know what you think about Claude Fable 5 in Claude Code.）

## 標籤

Claude Code, Agent, 功能更新, 產業趨勢, Anthropic, Claude
