Anthropic brings Claude agents into Slack workflows
Anthropic launched Claude Tag, a shared Claude agent that teams tag inside Slack channels to delegate work asynchronously.

On 23 June 2026, Anthropic launched Claude Tag, a way to bring a Claude agent directly into Slack channels. Team members type @Claude, hand it a task in plain language, and it works through the task in stages while posting threaded updates. The product matters because it moves Claude from a private chatbot into a shared workspace teammate, which is the kind of agentic workflow many enterprises are now trying to adopt.
What Claude Tag does
According to Anthropic’s release notes and reporting from VentureBeat, TechCrunch, and Fortune, Claude Tag has three behaviors that separate it from a standard chat assistant.
- Delegated tasks. Anyone in a channel tags
@Claude, describes the work, and Claude breaks it into stages and works through them using connected tools, posting progress in the thread. - Shared identity and memory. Within a channel there is one Claude that everyone interacts with. It retains context over time, so teammates can see what it is doing and continue tasks others started without re-explaining the background.
- Asynchronous and proactive work. With “ambient” mode enabled, Claude can surface relevant information on its own, follow up on threads that have gone quiet, and pursue projects over hours or days while the team works on other things.
This is an applied AI agent : a system that plans a task, calls tools, and acts across multiple steps rather than answering a single prompt. The staged, post-as-you-go behavior is a visible agentic loop running inside a chat thread.
How a delegated task flows
The enterprise controls
Claude Tag uses an agent-identity model. In a channel, Claude works under the organization’s identity with tools and access defined by an administrator, and usage is billed to the organization rather than to an individual. As reported, separate Claude identities stay scoped to their channels, so a sales Claude does not share data or memory with an engineering Claude. Administrators can set token-spend limits per channel and for the organization.
For teams connecting Claude to other systems, the relevant plumbing is the Model Context Protocol , the open standard Anthropic introduced for linking AI assistants to tools and data sources.
How it compares to what came before
| Older Claude in Slack | Claude Tag | |
|---|---|---|
| Who it serves | One user at a time | A whole channel, shared |
| Memory | Per conversation | Persistent across the channel |
| Work style | On-demand replies | Async, multi-stage, proactive |
| Identity | Personal account | Organization identity, admin-scoped |
| Status | Being retired | Beta for Enterprise and Team |
Anthropic says Claude Tag replaces the existing Claude in Slack app, which is reported to be discontinued on 3 August 2026, with administrators given 30 days to migrate and eligible organizations receiving launch credit. It is in beta for Claude Enterprise and Claude Team customers, with expansion to other platforms planned. One report states the agent runs on the Opus 4.8 model, though Anthropic’s public notes do not stress a specific model, so treat that as reported.
Anthropic also offered an internal data point. Reporting describes it two ways: that 65% of its product team’s code is created by its internal version of Claude Tag, and that the tool already incorporates 65% of the code changes the product team submits. The exact framing varies by source.
Why it matters
Through 2025 the competitive question was mostly “which model is smartest.” In 2026 the question is shifting to “which agent can actually do the work” inside the tools people already use. Putting a shared, memory-keeping agent into Slack channels is a direct expression of that shift. For enterprises, the appealing parts are the shared context and the admin-scoped access; the parts that need scrutiny are proactive behavior, data boundaries between teams, and how token spend is governed at scale. The agent-identity model is Anthropic’s attempt to answer those governance questions up front.
Further reading
- What is an AI agent : how planning, tool use, and multi-step action differ from a single prompt
- Agentic loops : the plan-act-observe cycle behind staged, in-thread task execution
- Model Context Protocol : the open standard for connecting assistants to tools and data
- The 2026 LLM landscape : how the major models and providers compare this year
- VentureBeat : launch coverage of Claude Tag and its autonomous behavior
- TechCrunch : how Claude Tag learns company context over time