Anthropic修复Claude代码质量问题并解释变更Anthropic Engineering: Update on Recent Claude Code Quality Reports
Anthropic Engineering发布了关于最近Claude代码质量报告的更新。团队调查了用户关于Claude Code性能下降的报告,将问题追溯到三个变更:默认推理努力从high降到medium(已回滚)、缓存优化bug导致遗忘(已修复),以及减少冗长的系统提示影响编码质量(已回滚)。所有问题已在4月20日前解决。他们强调认真对待反馈,并正在重置所有订阅者的使用限制。关键教训:即使是小的提示和配置变更也可能产生巨大影响。https://www.anthropic.com/engineering/april-23-postmortem
Anthropic Engineering: An update on recent Claude Code quality reports. The team investigated user reports of degraded performance in Claude Code, tracing issues to three changes: default reasoning effort lowered from high to medium (reverted), a caching optimization bug causing forgetfulness (fixed), and a system prompt to reduce verbosity that hurt coding quality (reverted). All issues resolved by April 20. They emphasize taking feedback seriously and are resetting usage limits. Key lesson: even small prompt and configuration changes can have outsized effects. https://www.anthropic.com/engineering/april-23-postmortem
查看原文 →
Anthropic推出Managed Agents:解耦大脑与执行Anthropic Engineering: Scaling Managed Agents - Decoupling the brain from the hands
Anthropic Engineering:扩展Managed Agents——解耦大脑与双手。Managed Agents是一个托管服务,用于长期代理,具有可独立演化的session、harness和sandbox的稳定接口。通过将“大脑”(Claude+harness)与“双手”(sandbox/工具)和session log解耦,他们实现了更好的可靠性、安全性和性能(p50 TTFT下降60%)。支持多个大脑和多个双手。这种架构为未来模型改进做好准备,而不会破坏现有系统。https://www.anthropic.com/engineering/managed-agents
Anthropic Engineering: Scaling Managed Agents: Decoupling the brain from the hands. Managed Agents is a hosted service for long-horizon agents with stable interfaces for session, harness, and sandbox that can evolve independently. By decoupling the "brain" (Claude + harness) from "hands" (sandboxes/tools) and session log, they achieved better reliability, security, and performance (p50 TTFT dropped 60%). Supports many brains and many hands. This architecture prepares for future model improvements without breaking existing systems. https://www.anthropic.com/engineering/managed-agents
查看原文 →
Claude Managed Agents新增自托管sandbox和MCP隧道New in Claude Managed Agents: self-hosted sandboxes and MCP tunnels
Claude Blog:Claude Managed Agents的新功能:自托管sandbox和MCP隧道。用户现在可以在自己的基础设施或托管提供商(Cloudflare、Daytona、Modal、Vercel)中运行代理执行,同时将编排保留在Anthropic端。MCP隧道允许安全连接到私有内部服务而无需公开暴露。增强了企业对敏感工作负载的安全性和控制。https://claude.com/blog/claude-managed-agents-updates
Claude Blog: New in Claude Managed Agents: self-hosted sandboxes and MCP tunnels. Users can now run agent execution in their own infrastructure or managed providers (Cloudflare, Daytona, Modal, Vercel) while keeping orchestration on Anthropic's side. MCP tunnels allow secure connection to private internal services without public exposure. Enhances enterprise security and control for sensitive workloads. https://claude.com/blog/claude-managed-agents-updates
查看原文 →