Skip to content
AI Primer
release

Anthropic launches Claude Tag in Slack beta with channel memory

Claude Tag puts Claude into Slack as a teammate that can handle threads, use approved tools, and follow up proactively in selected channels. Team and Enterprise users can try it in beta to keep shared channel context instead of restarting from private chats.

6 min read
Anthropic launches Claude Tag in Slack beta with channel memory
Anthropic launches Claude Tag in Slack beta with channel memory

TL;DR

You can open Anthropic's launch post, check Boris Cherny's explainer, and jump straight to Cat Wu's permissions guide. The oddest reveal is Cherny's note about one sandbox per thread, which makes Claude Tag feel closer to disposable agent sessions than a classic Slack bot. The most concrete workflow examples come from ClaudeDevs' incident-response demo, its bug-triage post, and its background-watchers post.

Slack teammate

Claude Tag starts from a simple surface change. Claude sits in Slack as a participant in shared channels, not as a sidecar chat.

Anthropic's own framing breaks the form factor into four properties, shown in

:

  • multiplayer, one Claude per channel
  • memory that accumulates from channel history and connected sources
  • ambient initiative when enabled
  • asynchronous work over hours or days

That multiplayer piece is the big product difference. According to claudeai's channel-memory post, anyone in the channel can pick up where the last person left off, which is the opposite of restarting context in a DM every time.

Thread sandboxes

The most useful implementation detail came from Boris Cherny, Claude Code lead at Anthropic. In Cherny's sandbox description, he says each tagged thread gets its own sandbox, capable of cloning repos, writing code, testing, and compiling in isolation.

That same post adds three boundaries that matter:

  • one instance per thread
  • its own memory per channel
  • its own permissions per channel

Because the sandbox is discarded after the job finishes, Claude Tag's persistent state seems to live in channel memory and permission scopes, not in a long-lived compute environment. That helps explain why Cherny's product description emphasizes behavior that can differ by channel.

Ambient mode

Anthropic is shipping a proactive mode, not just a mention-driven bot. In claudeai's ambient-mode post, the company says Claude can follow up on quiet threads and flag relevant information from connected channels and tools.

The internal examples turn that into concrete watcher patterns:

That is a more opinionated agent loop than most Slack assistants ship with on day one. The product assumes long-running tasks and delayed callbacks are normal.

Internal workflows

Anthropic's own dogfooding numbers are blunt. Both claudeai's internal metric post and Cherny's follow-up say the internal version produces 65% of the product team's new code.

The accompanying thread gives a better map of what that number is supposed to mean in practice:

  1. ClaudeDevs' incident-response demo has Claude pull graphs, diff deploys, identify a root cause, open the fix, watch recovery, and resolve the page.
  2. ClaudeDevs' bug-triage post has it reproduce reports, trace the code path, git-blame the change, write a fix, and tag the owner.
  3. ClaudeDevs' dependent-work example has it wait on blocked work for days, then show up with an adjusted PR.
  4. ClaudeDevs' postmortem example has it rebuild a timeline from the thread, write the doc, and file action items.
  5. ClaudeDevs' A/B-test watcher post extends the same loop to metrics and rollout decisions.

The throughline is that Claude Tag is being pitched less as chat and more as delegated background work with a thread as the control plane.

Channel memory

The memory model is where outside users started developing tactics fastest. In trq212's setup thread, Thariq Shihipar calls each channel's Claude different, then in his pinned-instructions post says he introduces a new channel with a pinned message so those instructions become part of memory, like a channel-level Claude.md.

The rest of that thread turns memory into operating patterns:

Other early testers echoed the same shape. daniel_mac8's company test says a private personal channel is the move, while TobinSouth's usage notes says Claude Tag is most useful when different channels are treated differently.

Permissions and rollout

Availability is narrow for now. claudeai's availability post, ClaudeDevs' beta note, and Cherny's rollout post all place Claude Tag in beta on Slack for Team and Enterprise customers.

The setup burden also looks real. TobinSouth's admin note says the system becomes much more capable once admins connect GitHub repos, Slack, internal knowledge bases, and MCPs, while Cherny's security overview says Anthropic is layering safety across model training, classifiers, access controls, and workspace boundaries.

A few reply-level details add texture that the launch posts skip:

That last point is small, but it is new product surface area: some configuration appears to be conversational, not hidden behind an admin panel.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 6 threads
TL;DR3 posts
Slack teammate2 posts
Ambient mode3 posts
Internal workflows6 posts
Channel memory6 posts
Permissions and rollout7 posts
Share on X