Opus 5.5 上的任务成本分析 | Anthropic 的 Claude

📌 One-Sentence Summary Anthropic 重新设计了 Claude Projects,将其从静态文件夹演变为智能体工作流,其中协调器可管理多个并行的工作线程,以执行复杂、耗时的技术目标。 📝 Summary Anthropic 正在为 Claude Code 用户推出重新设计的「Projects」测试版体验。超越了简单的上下文文件夹,新的 Projects 功能充当了一个智能体协调器,能够界定请求范围、将任务委派给并行工作线程(每个线程都是一个完整的 Claude Code 云端会话)并汇总最终结果。 💡 Main Points 从静态上下文向智能体协调的转变 Projects 现在采用协调器-工作者架构,Claude 可以界定高层目标并管理多个并行线程来执行工作,而无需用户手动管理独立的会话。 通过独立云端会话实现并行执行 每个工作线程都在其自己的分支和代码库副本上作为独立的 Claude Code 云端会话运行,利用子智能体和循环来加速大型任务,并通过标准的合并冲突处理重叠部分。 持久化共享记忆与项目库 Projects 随着时间推移构建共享记忆,记住特定于项目的决策和用户沟通风格,同时专用的库会收集添加的文件和生成的工件以供将来参考。 专为长时间运行的多部分工作流而设计 该系统针对超出单个回复的任务(例如跨代码库迁移或性能分析)进行了优化,允许 Claude 甚至在用户离开后继续工作。 💬 Key Quotes Projects have threads that do the work and a coordinator that directs them. Every thread now adds to and draws from a shared memory, reducing the need for complex prompt engineering. Projects are designed for long-running or agentic workflows: work that takes longer than one reply and has more than one part. Under the hood, each thread is a Claude Code cloud session working on its own branch and copy of the repo. 📊 Article Meta AI Screening: 92 Featured: Yes Source: Claude Blog Author: Claude Blog Category: 人工智能 Language: 英文 Read Time: 17 min Word Count: 4229 Tags: AI 与智能应用 , AI 工作流 , AI 产品与应用 , AI Agent , Agent编排 Read Full Article
暂无评论,快来抢沙发~