Daily News · 2 min read

Anthropic AI Updates: September 17, 2026

1. Claude Chat and Cowork Collapsed Into a Single Product

Anthropic. Anthropic folded Cowork back into Claude, so there is no longer a separate surface for quick questions versus longer agentic work — Claude now decides what a task needs on its own. The split had drawn complaints that it was never obvious which environment to open, since the two interfaces largely overlapped. Tasks continue running in the cloud after the laptop closes. Source

2. The Merge Shipped Alongside Claude Docs and Claude Slides

Anthropic. The same release introduced Claude Docs and Claude Slides, which create, edit, and export documents and presentations as PowerPoint or PDF directly inside a conversation, and pulled the existing Claude Design feature into chat as well. Rollout starts on Pro and Max plans, with Team and Free tiers following later and enterprise admins getting at least 30 days’ notice. Source

3. Claude Code 2.1.274 Focused Its New Features on Telemetry and Gateway Operations

Anthropic. The 2.1.274 release added an effort attribute to the claude_code.llm_request OpenTelemetry trace span and a new claude_code.managed_settings_resolved OTel event that reports managed-settings sources and policy helper state, with redacted settings and digests available behind OTEL_LOG_MANAGED_SETTINGS=1. On the operations side it added store.connect_timeout_seconds to lengthen the Claude apps gateway’s Postgres connect timeout past the 5-second default, plus a warning when a gateway replica exceeds the 256 concurrent upstream requests it sends at once. Two smaller additions round it out: CLAUDE_CODE_MCP_STARTUP_WAIT_MS to bound how long the first non-interactive turn waits on connecting MCP servers, and a visible warning when memory usage goes critical. Source