Live
Measuring Security Overhead in Red Hat OpenShift AI Agentic PipelinesLeveraging Infrastructure Efficiency to Accommodate AI Workloads Without New CapacityEnforcing BYOK Credentials in AI Gateway to Block Unified Billing FallbackDynamic Power Allocation in AI Factories: How NVIDIA DSX Flex and MaxLPS Boost Token ThroughputEmbedding Independent AI Evaluators: Operational Shifts for EngineersModernising a StatsD pipeline with an OpenTelemetry collector migrationLocalStack expands to SaaS emulation after acquiring WonderTwin AIEdge Python Workers Gain Direct PostgreSQL and MySQL Access Through HyperdriveMeasuring Security Overhead in Red Hat OpenShift AI Agentic PipelinesLeveraging Infrastructure Efficiency to Accommodate AI Workloads Without New CapacityEnforcing BYOK Credentials in AI Gateway to Block Unified Billing FallbackDynamic Power Allocation in AI Factories: How NVIDIA DSX Flex and MaxLPS Boost Token ThroughputEmbedding Independent AI Evaluators: Operational Shifts for EngineersModernising a StatsD pipeline with an OpenTelemetry collector migrationLocalStack expands to SaaS emulation after acquiring WonderTwin AIEdge Python Workers Gain Direct PostgreSQL and MySQL Access Through Hyperdrive
Anthropic

Claude unified interface removes mode selection, merges Chat, Cowork, and Design

AI SummaryPowered by AI

Anthropic has combined Claude Chat, Cowork, and Design into a single conversation interface, adding beta Docs and Slides capabilities. The change eliminates mode selection, affecting context handling, automation workflows, and connector availability for engineers and operators.

Anthropic has merged Claude Chat, Cowork, and the Design workspace into a single conversation interface, and has introduced beta versions of Claude Docs and Claude Slides on paid plans. The consolidation removes the need for users to decide which mode to start a task in, allowing a single thread to handle everything from a quick answer to a multi‑step project with tool integrations and background execution.

Claude unified interface

The new interface treats all capabilities—plain chat, file‑based execution, scheduled tasks, and visual design—as extensions of the same conversation. Context, skills, and connectors that previously lived in separate products now travel automatically within the thread. Users can still be prompted before an action is taken, but they can also configure Claude to continue work autonomously and only interrupt when human review is required.

Impact on automation, tooling, and connectors

Because the memory layer has already been unified across Chat and Cowork, the merge extends that continuity to the Design workspace and the newly added Docs and Slides tools. Practically, this means:

  • Artifacts such as files, scheduled reports, or generated slides remain attached to the originating conversation, eliminating duplicate context provisioning.
  • MCP connectors that integrate Claude with external data sources are now available regardless of which capability is being used, simplifying integration pipelines.
  • Recurring tasks (e.g., a weekly report) can be scheduled once and will execute without manual re‑triggering, even if the user closes the client.

Claude Docs and Claude Slides let users edit documents and build presentations directly inside the conversation, with export options for PowerPoint or PDF. This keeps the source material and its derived outputs linked to the same context.

Operational and security considerations

The rollout begins with Pro and Max plans across web, desktop, and mobile, followed by Team and Free plans; Enterprise customers receive at least a 30‑day notice before the change reaches their organizations. Existing Cowork chats, projects, artifacts, connectors, and skills are promised to remain accessible, but the announcement does not clarify whether users can force a conversation to stay in a simple chat mode, nor how the merge affects token consumption or context‑window limits.

No API changes are announced, indicating that the shift is currently limited to the consumer‑facing UI and team product. Teams that have built automation around the previous separation should verify that their workflows still trigger as expected and that scheduled tasks continue to run after the merge.

Related CloudNinjas coverage: AI engineering.

What This Means For Practitioners

Engineers should evaluate the following actions:

  1. Audit existing Claude Cowork and Design integrations to confirm that required connectors and scheduled jobs survive the transition.
  2. Update any scripts or CI/CD steps that assumed a distinct API endpoint or mode selection for Chat versus Cowork.
  3. Test the new unified conversation flow with a representative workload to observe any changes in token usage or latency.
  4. Plan for the rollout timeline based on your organization’s plan tier, ensuring that Enterprise administrators allocate the required notice period.

By treating the merged interface as a single source of truth for context and execution, teams can simplify their toolchains, reduce hand‑off friction, and focus on the actual work rather than mode selection.

Originally published atThe New Stack