MarkTechPost AI生成式AI

Anthropic 推出 Claude Opus 4.8,同步發布動態工作流程與更便宜的快速模式,工作流程最多支援 1,000 個子代理

2026年5月28日 22:12

重點摘要

Anthropic 今日正式推出 Claude Opus 4.8,同步帶來兩項 Claude Code 更新。動態工作流程可平行執行大量子代理;快速模式現已支援 Opus 4.8 且價格更低。兩者皆為研究預覽版。什麼是動態工作流程?動態工作流程是一個 JavaScript 腳本,能夠大規模編排子代理。Claude 會根據你描述的任務撰寫腳本,然後由執行環境在背景運行。當子代理工作時,你的操作階段依然保持回應。任務計畫被轉換成程式碼,而非佔用 Claude 的上下文視窗;中間結果則存放於腳本變數中。因此,Claude 的上下文僅保留最終答案——這是它與子代理及技能之間的核心差異。此功能需使用 Claude Code v2.1.154 或更新版本,可在命令列、桌面版及 VS Code 擴充功能中運作。

站內 AI 整理稿

Anthropic just launched Claude Opus 4.8. Also, there two Claude Code updates shipped with it. Dynamic workflows run many subagents in parallel. Fast mode now supports Opus 4.8 at a lower price. Both are research previews. What Dynamic Workflows Actually Are A dynamic workflow is a JavaScript script that orchestrates subagents at scale. Claude writes the script for the task you describe. A runtime then executes it in the background. Your session stays responsive while agents work. The plan moves into code, not Claude’s context window. Intermediate results live in script variables instead. So Claude’s context holds only the final answer. That is the core difference from subagents and skills. The feature requires Claude Code v2.1.154 or later. It runs in the CLI, Desktop, and VS Code extension. It is available on Max, Team, and Enterprise plans. It is on by default on Max and Team. On Enterprise it is off until an admin enables it. It also runs on the Claude API, Amazon Bedrock, Vertex AI, and Microsoft Foundry. You can start a workflow in two ways. Include the word workflow anywhere in your prompt. Or turn on a setting called ultracode. Ultracode combines xhigh reasoning effort with automatic workflow orchestration. Claude Code also bundles /deep-research as a built-in workflow. How a Workflow Runs When a workflow kicks off, Claude plans dynamically from your prompt. It breaks the task into subtasks. It fans work across subagents running in parallel. Agents address the problem from independent angles. Other agents then try to refute those findings. The run iterates until the answers converge. Results are checked before they are folded in. The runtime applies hard limits. It allows up to 16 concurrent agents. It caps each run at 1,000 agents total. The workflow script itself cannot touch the filesystem or shell. Only the agents read, write, and run commands. Progress is saved as the run proceeds. An interrupted job resumes within the same session. Completed agents return cached results on resume. Coordination happens outside the conversation, so the plan stays on track. The Bun Rewrite Example Anthropic highlighted one large example. Jarred Sumner used dynamic workflows to port Bun. The port moved Bun from Zig to Rust. It passed 99.8% of the existing test suite. It produced roughly 750,000 lines of Rust. It took eleven days from first commit to merge. One workflow mapped the correct Rust lifetime for every struct field. The next wrote each .rs file as a behavior-identical port. Hundreds of agents worked in parallel, with two reviewers per file. A fix loop then drove the build and test suite until clean. The result is not yet in production. What is Fast Mode Actually Fast mode is not a different model. It is a high-speed configuration of Claude Opus. It delivers 2.5x faster output token speeds. Model intelligence and capabilities stay the same. You toggle it with /fast in Claude Code. A small ↯ icon marks an active session. Fast mode trades cost for speed. For Opus 4.7 and 4.6, it is priced at $30/$150 per MTok. According to Anthropic official release, fast mode for Opus 4.8 is three times cheaper. It requires usage credits enabled on your account. It draws from those credits, not your plan’s included usage. It is best for rapid iteration and live debugging. Standard mode still fits long autonomous or cost-sensitive tasks. Strengths and What to Watch Strengths: Workflows handle codebase-wide bug hunts, large migrations, and cross-checked research end-to-end. Adversarial review and convergence aim for results a single pass cannot reach. Fast mode keeps Opus-level quality while cutting latency for interactive work. Resumable runs mean an interrupted workflow does not start over. What to watch: Both features consume meaningfully more tokens than a typical session. A run can spawn up to 1,000 agents, so costs climb fast. Fast mode bills from the first token at the higher rate. Both ship as research previews, so pricing and availability may change. Marktechpost’s Visual Explainer @import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;0,600;1,500&family=Hanken+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap'); #mtp-dwfm-guide{ --ink:#141413; --ink-soft:#39372f; --muted:#6b6862; --cream:#f0eee6; --paper:#faf9f5; --clay:#cc785c; --clay-deep:#b5613f; --line:#e4dfd2; --code-bg:#1f1e1d; --code-ink:#ece7da; background:var(--cream)!important; color:var(--ink)!important; font-family:'Hanken Grotesk',-apple-system,Helvetica,Arial,sans-serif!important; max-width:960px; margin:24px auto; padding:0; -webkit-font-smoothing:antialiased; box-sizing:border-box; border:1px solid var(--line)!important; border-radius:18px; overflow:hidden; } #mtp-dwfm-guide *,#mtp-dwfm-guide *::before,#mtp-dwfm-guide *::after{box-sizing:border-box;} #mtp-dwfm-guide hr,#mtp-dwfm-guide p:empty,#mtp-dwfm-guide del,#mtp-dwfm-guide s{display:none!important;} #mtp-dwfm-guide .mtp-bar{height:3px!important; width:100%; background:var(--line)!important;} #mtp-dwfm-guide .mtp-bar span{display:block; height:3px!important; width:10%; background:var(--clay)!important; transition:width .45s cubic-bezier(.4,0,.2,1);} #mtp-dwfm-guide .mtp-viewport{ display:flex; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; background:var(--paper)!important; scrollbar-width:none; -ms-overflow-style:none;} #mtp-dwfm-guide .mtp-viewport::-webkit-scrollbar{display:none;} #mtp-dwfm-guide .mtp-slide{ flex:0 0 100%; min-width:100%; scroll-snap-align:start; padding:clamp(30px,5vw,60px); min-height:430px; display:flex; flex-direction:column; justify-content:center;} #mtp-dwfm-guide .mtp-kick{font-family:'JetBrains Mono',monospace!important; font-size:11px; letter-spacing:.22em; text-transform:uppercase; color:var(--clay-deep)!important; margin:0 0 18px;} #mtp-dwfm-guide h2.mtp-title{font-family:'Newsreader',Georgia,'Times New Roman',serif!important; font-weight:500; font-size:clamp(26px,4.4vw,40px); line-height:1.12; letter-spacing:-.01em; color:var(--ink)!important; margin:0 0 16px;} #mtp-dwfm-guide .mtp-sub{font-size:clamp(15px,2vw,18px); line-height:1.55; color:var(--ink-soft)!important; margin:0; max-width:46ch;} #mtp-dwfm-guide ul.mtp-list{list-style:none; margin:6px 0 0; padding:0;} #mtp-dwfm-guide ul.mtp-list li{position:relative; padding:0 0 0 26px; margin:0 0 14px; font-size:clamp(14.5px,1.9vw,17px); line-height:1.5; color:var(--ink-soft)!important;} #mtp-dwfm-guide ul.mtp-list li::before{content:""; position:absolute; left:0; top:.62em; width:9px; height:9px; border-radius:50%; background:transparent!important; border:1.5px solid var(--clay)!important;} #mtp-dwfm-guide ul.mtp-list li b{color:var(--ink)!important; font-weight:600;} #mtp-dwfm-guide code{font-family:'JetBrains Mono',monospace!important; font-size:.88em; background:rgba(204,120,92,.12)!important; color:var(--clay-deep)!important; padding:1px 6px; border-radius:5px;} #mtp-dwfm-guide pre{background:var(--code-bg)!important; color:var(--code-ink)!important; border:1px solid #2c2a27!important; border-radius:10px; padding:18px 20px; margin:18px 0 0; overflow-x:auto; font-family:'JetBrains Mono',monospace!important; font-size:13px; line-height:1.7;} #mtp-dwfm-guide pre code{background:transparent!important; color:var(--code-ink)!important; padding:0; border:none!important;} #mtp-dwfm-guide pre .cmt{color:#8a8579!important;} #mtp-dwfm-guide pre .cmd{color:#e0a07f!important;} #mtp-dwfm-guide .mtp-stat{display:flex; flex-wrap:wrap; gap:10px 30px; margin:8px 0 6px;} #mtp-dwfm-guide .mtp-stat .num{font-family:'Newsreader',Georgia,serif!important; font-weight:600; font-size:clamp(24px,3.6vw,34px); color:var(--clay-deep)!important; line-height:1; display:block;} #mtp-dwfm-guide .mtp-stat .lab{font-size:12.5px; color:var(--muted)!important; margin-top:6px; display:block;} #mtp-dwfm-guide .mtp-mark{font-family:'JetBrains Mono',monospace!im

Related

相關文章

鈦媒體生成式AI

Edge AI Daily 早報(6月19日)

AI Engineer World's Fair 2026規模再創新高,標誌AI工程從幕後走向舞臺中央。行業面臨結構性調整:楊立昆警示OpenAI年虧210億美元揭示商業模式脆弱性,Transformer之父轉投OpenAI反映人才爭奪白熱化。Anthropic多線佈局——語音支持七種語言、加入碳清除聯盟、落子首爾辦事處,展現生態擴張野心。監管壓力加劇,意大利依據DMA調查蘋果iCloud,巴西開放iOS側載佣金降至5%,蘋果圍牆花園持續崩塌。

3 小時前
智東西生成式AI

谷歌時隔6年再發智能音箱,Gemini上桌,售價不到700元

智東西 編譯 | 劉煜 編輯 | 陳駿達 智東西6月18日消息,谷歌昨日宣佈,其首款搭載居家版Gemini語音助手的智能音箱(Google Home Speaker)已開啟預售,將於當地時間6月25日正式上市,售價為99.99美元(約合人民幣677.03元)。在此之前,谷歌已有6年沒有推出過獨立智能音箱產品。 谷歌這款智能音箱外觀近似球形,風格類似亞馬遜新一代Echo音箱與蘋果舊款音箱HomePod Mini。 ▲谷歌智能音箱(圖源:谷歌官網) 使用音箱時,用戶只需通過口令“Hey Google”或“OK Google”喚醒Gemini,就可以繼續下達相應指令。這與谷歌舊款音箱、智能顯示屏等喚醒語音助手的方式相同。此外,用戶只要按照日常說話習慣下達命令,Gemini便能理解用戶意圖,相比之前大大提升溝通效率。 一、加強短時對話記憶,會員可與Gemini不限次數對話 谷歌此次推出的全新音箱升級諸多功能。其中,音箱搭載的Gemini語音助手擁有10款全新擬人化語音音色,用戶可以根據喜好自行選擇聲線。音箱還可支持用戶一次性下達多條語音指令,即使指令未能說對、說完整,用戶中途改口Gemini也能識別。 Gemini還具備多鏈路推理能力,落地到實際生活場景中比較實用。例如,用戶問:“我支持的足球隊下場比賽天氣如何?”Gemini收到指令後,會自動查詢賽事時間、舉辦地點,同時匹配相應時段天氣,再給出答覆。 同時,Gemini加強了短時對話記憶,能承接上下文實現連續對話功能。即使用戶連續追問、甚至串聯多項任務、不重複交代前置條件,該語音助手也能實現來回連貫交流。 ▲谷歌Gemini對話場景(圖源:谷歌官網) 不僅如此,Gemini搭配的連續對話功能,能讓應答後的音箱麥克風保持短暫收音,用戶無需重複喊“OK Google”就能繼續提問。該功能現已全面支持所有Gemini原生適配的語言,包括

23 小時前

微軟,考慮接入DeepSeek

這篇消息聚焦「微軟,考慮接入DeepSeek」。原始導語提到:Copilot Cowork轉為按量計費。 從 AI 情報角度來看,這類內容值得關注其背後的技術進展、產品落地、產業競爭與後續市場影響。

1 天前