Anthropic:Claude Code 质量问题复盘与修复Anthropic: Claude Code Quality Issues Postmortem
Anthropic Engineering: An update on recent Claude Code quality reports
过去一个月,Anthropic 调查了部分用户反馈 Claude 回复质量下降的问题,最终定位到三个独立变更,分别影响 Claude Code、Claude Agent SDK 和 Claude Cowork,API 未受影响。所有问题已在 4 月 20 日(v2.1.116)修复。
第一个变更是 3 月 4 日将默认 reasoning effort 从 high 调至 medium,以减少高延迟,但用户更偏好默认更高智能,4 月 7 日回滚。第二个是 3 月 26 日为闲置超过一小时的会话清理旧 thinking 的缓存优化,bug 导致每轮都清理,造成遗忘与重复,4 月 10 日修复。第三个是 4 月 16 日系统提示中加入长度限制以减少冗长,反而损害编码质量,4 月 20 日回滚。
Anthropic 承认内部评估与使用初期未能复现问题,并重置所有订阅用户的使用限额。未来将加强公共版本的内部使用、代码审查工具、系统提示变更的严格评估与渐进发布。
“We never intentionally degrade our models.”
Anthropic Engineering: An update on recent Claude Code quality reports
Over the past month Anthropic investigated reports of degraded Claude responses and traced them to three separate changes affecting Claude Code, the Claude Agent SDK, and Claude Cowork. The API was unaffected. All issues were resolved as of April 20 (v2.1.116).
On March 4 the default reasoning effort was lowered from high to medium to cut latency; users preferred higher intelligence and it was reverted April 7. On March 26 a caching optimization intended to clear older thinking after one hour of idle time instead cleared it on every subsequent turn, producing forgetfulness and repetition; fixed April 10. On April 16 a system-prompt instruction to reduce verbosity combined with other changes hurt coding quality and was reverted April 20.
Because the changes hit different traffic slices on different schedules the aggregate effect looked like broad, inconsistent degradation. Anthropic has reset usage limits for all subscribers and is tightening internal dogfooding, code-review tooling, and evals for any change that could trade off intelligence.
“We never intentionally degrade our models.”
查看原文 →
Anthropic:Managed Agents——把大脑与双手解耦Anthropic: Scaling Managed Agents by Decoupling Brain from Hands
Anthropic Engineering: Scaling Managed Agents: Decoupling the brain from the hands
Anthropic 推出 Managed Agents,一种托管服务,通过稳定接口运行长周期 agent,接口设计目标是超越任何具体实现。核心思路是把 agent 的三个组件虚拟化:session(追加日志)、harness(调用 Claude 并路由工具)、sandbox(执行环境),使它们可独立替换与故障。
早期把所有组件塞进同一容器导致“宠物”问题:容器故障即丢失会话,调试困难。解耦后 harness 离开容器,通过 execute(name, input) → string 调用 sandbox;session 日志独立存储,harness 崩溃后可用 wake(sessionId) 恢复。凭证被隔离在 sandbox 之外,防止 prompt injection 窃取 token。
结果是 p50 TTFT 下降约 60%,p95 下降超过 90%。同一 brain 可连接多个 hands,hands 也可在 brains 间传递。接口只保证 session 可查询、sandbox 可执行,对未来 harness 与模型保持开放。
“We virtualized the components of an agent... so the implementation of each to be swapped without disturbing the others.”
Anthropic Engineering: Scaling Managed Agents: Decoupling the brain from the hands
Anthropic launched Managed Agents, a hosted service that runs long-horizon agents through a small set of durable interfaces. The design virtualizes three components—session (append-only event log), harness (the loop that calls Claude and routes tools), and sandbox (execution environment)—so each can be replaced or fail independently.
Coupling everything in one container created a “pet” that could not be lost and was hard to debug. Decoupling moved the harness out of the container; it now calls the sandbox via execute(name, input) → string. Session state lives outside the harness, enabling wake(sessionId) recovery. Credentials are kept unreachable from the sandbox, closing a prompt-injection vector.
The architecture cut p50 TTFT by roughly 60% and p95 by over 90%. One brain can now address many hands, and hands can be passed between brains. The interfaces deliberately avoid assumptions about future harnesses or model capabilities.
“We virtualized the components of an agent... so the implementation of each to be swapped without disturbing the others.”
查看原文 →
Claude Managed Agents 新能力:自托管沙箱与 MCP 隧道New in Claude Managed Agents: Self-Hosted Sandboxes and MCP Tunnels
Claude Blog: New in Claude Managed Agents: self-hosted sandboxes and MCP tunnels
Claude Managed Agents 现支持在企业自控沙箱中执行工具,并通过 MCP 隧道连接私有网络内的 MCP 服务器。自托管沙箱(公共 beta)可运行在自有基础设施或 Cloudflare、Daytona、Modal、Vercel 等托管提供商上;agent 循环仍在 Anthropic 侧,工具执行与敏感数据留在企业边界内。
MCP 隧道(研究预览)让 agent 安全访问内部数据库、私有 API 与知识库,无需暴露公网端点,仅需出站连接。管理员可在 Claude Console 工作区设置中管理。
Amplitude、Clay、Rogo 等客户已在使用这些能力构建内部设计 agent、GTM 工程 agent 与金融分析 agent。
Claude Blog: New in Claude Managed Agents: self-hosted sandboxes and MCP tunnels
Claude Managed Agents can now execute tools inside a sandbox the customer controls and reach private MCP servers via tunnels. Self-hosted sandboxes (public beta) run on the customer’s infrastructure or with providers such as Cloudflare, Daytona, Modal, or Vercel; the agent loop stays on Anthropic’s side while tool execution and sensitive data remain inside the enterprise perimeter.
MCP tunnels (research preview) let agents call internal databases, private APIs, and knowledge bases without public endpoints—only an outbound connection is required. Workspace admins manage tunnels from the Claude Console.
Early adopters including Amplitude, Clay, and Rogo are already building design, GTM-engineering, and finance analyst agents on the new primitives.
查看原文 →
Max Hodak:从恢复视力到脑的底物独立性Max Hodak on Restoring Sight and Substrate Independence
The Takeaway:把大脑当作计算机来处理,比用药物随机试错更能快速产生医学级效果,而视网膜假体只是通向底物独立性的第一步。
Science 创始人兼 CEO Max Hodak(前 Neuralink)把公司定位为医疗器械公司,核心产品 Prima 是植入视网膜下的芯片,配合激光投影眼镜,绕过死亡视杆/视锥细胞直接刺激视网膜。欧洲已获 CE 认证,商业销售即将开始。临床试验中患者已能填数独、读段落。
Hodak 坚持“大脑非常字面地、清楚地就是一台计算机”。与小分子药物的随机游走不同,电极植入运动皮层后一小时内就能让四肢瘫痪患者打游戏。公司同时推进生物杂交神经接口与灌注医学项目 Vessel,目标是让大脑成为可升级、可替换的中心,最终实现底物独立性。
“The brain very literally, very clearly, plainly is a computer... If you can get the visual signal, auditory signal, balance, motor, in and out of the brain, that is an end in itself.”
The Takeaway: Treating the brain as a computer yields medical-scale results far faster than the random walk of drug discovery, and a retinal prosthesis is only the first step toward substrate independence.
Max Hodak, founder and CEO of Science (formerly of Neuralink), positions the company as a medical-device firm whose flagship product Prima is a chip implanted under the retina. Paired with laser-projector glasses it bypasses dead photoreceptors and restores form vision. It received European CE marketing approval in July; first commercial sales are weeks away. Trial patients have completed Sudoku puzzles and read books.
Hodak’s core claim is blunt: “The brain very literally, very clearly, plainly is a computer.” Unlike small-molecule discovery, placing electrodes in motor cortex lets a quadriplegic patient play video games within an hour. Science’s pipeline also includes biohybrid neural interfaces and a perfusion program called Vessel, all aimed at making the brain the upgradable, replaceable center of the human experience and ultimately achieving substrate independence.
“If you can get the visual signal, auditory signal, balance, motor, in and out of the brain, that is an end in itself.”
查看原文 →