News#claude#anthropic#ai-agents#slack#async-agents#enterprise-ai

Claude Tag: What It Is and How to Use It in Slack

Claude Tag is Anthropic's persistent AI teammate you @-mention in Slack. How it works, ambient mode, setup, pricing, and the SaaS repricing debate.

11 min read

Claude Tag: The Persistent Async AI Coworker You @-Mention in Slack

A teammate types @Claude pull last week's signups and flag anything weird into a Slack channel, then closes the laptop. An hour later the channel has a thread: the numbers, two anomalies, and a follow-up question. Nobody opened a chat window. Nobody re-pasted context. The agent was already in the room.

That is Claude Tag, and it is not a chatbot.

Claude Tag is Anthropic's persistent, asynchronous AI teammate that lives inside a Slack channel. You delegate to it the same way you delegate to a coworker - @Claude, a request in plain language - and it works through the task with its connected tools, on its own time, and posts back in a thread. It launched in beta for Claude Team and Enterprise customers on June 23, 2026, and it replaces the old Claude in Slack app.

Here is the decode. Through AIBC's harness lens, Claude Tag is a persistent agent with its own loop, its own memory, and its own identity scoped to a channel. That single design choice - the unit is the channel, not the user - is why it behaves like a teammate instead of a tool you open and close.

What is Claude Tag?

Claude Tag is a standing AI member of your Slack workspace that accumulates context, takes initiative, and works asynchronously. Anyone in a channel can tag it, and it shares one identity per channel so the whole team sees the same work.

SpecDetail
LaunchedJune 23, 2026 (beta)
PlansClaude Team and seat-based Enterprise
SurfaceSlack, paired by an admin
ReplacesThe old Claude in Slack app (30-day migration window)
IdentityOne Claude per channel, shared by everyone in it
ModeAsynchronous - works while you do other things
Wider rolloutOther platforms planned in the coming weeks

The reason the channel is the unit matters. A normal AI chat is a blank-slate session bound to one person. Claude Tag is bound to a channel, so its memory and its work are shared by default. When a colleague checks in, they pick up exactly where the last person left off, because they are talking to the same Claude.

code
ORG  (admin sets scope: tools, data, channels, spend limits)
│
├─ #support      ->  Claude A  ──  memory A      tools: Zendesk, Docs
│
├─ #data-team    ->  Claude B  ──  memory B      tools: Warehouse, BI
│                         :
│                         : cross-channel read (only with permission)
│                         v
└─ #leadership   ->  Claude C  ──  memory C      tools: Dashboards

One Claude per channel. Separate identities = isolated memories.

How Claude Tag works inside Slack

You @Claude a request, it breaks the task into stages, runs those stages with the tools it has access to, and replies in a thread. The loop is the same agentic loop you already know from Claude Code, moved into a multiplayer surface.

code
@Claude  "pull last week's signups and flag anything weird"
   │
   v
┌──────────────────────────────────────────────┐
│  Claude Tag   (one identity per channel)       │
│                                                │
│   1. Plan      break the request into stages   │
│   2. Run       execute with connected tools    │
│   3. Persist   add the result to channel memory│
│   4. Reply     post back in the Slack thread   │
└──────────────────────────────────────────────┘
   │
   v
Thread: the numbers + 2 anomalies + a follow-up question
(async - you already closed the laptop)

Tag it with something real - "write a pull request for the rate-limit bug", "pull sales numbers for Q2", "run this data analysis" - and it plans the steps and executes them in turn. The work is visible in the channel as it goes, not buried in a private DM.

Three things make this different from a request-response bot:

  • Shared identity. Within a channel there is one Claude that interacts with everyone. Work is collective, not per-person.
  • Asynchronous by default. Set it a task and move on. It can also schedule tasks for itself and pursue a project autonomously over hours or days.
  • Tool-grounded. It acts through the tools an admin connected, so it pulls real data and ships real artifacts instead of describing them.

Claude Tag persistent memory: how it learns your company

Yes, Claude Tag remembers across conversations. As it follows along in a channel, it builds context about the work happening there, so you stop re-explaining the same background. That is the core split from a blank-slate chatbot.

It can also reach beyond a single channel. With permission, Claude can automatically gather facts from other channels and connected data sources to answer a question well. Admins control that scope, and you can run separate Claude identities with isolated memories for different use cases - one for the support channel, one for the data team - so context does not bleed where it should not.

For builders, this is the persisted-state idea applied to a team surface. The agent's behavior is a function of accumulated channel state, not whatever happens to be in one prompt. If you have wrestled with agent memory architecture, this is that problem solved at the org layer instead of the script layer.

What is ambient mode in Claude Tag?

Ambient mode is an opt-in setting where Claude posts on its own initiative instead of waiting to be tagged. With ambient behavior enabled, it proactively surfaces relevant information from the channels it monitors and the tools it is connected to, and follows up on threads or tasks that have gone quiet without resolution.

Turn it on for channels where a nudge adds value - an incident channel that should never let a thread die, a pipeline channel where a stalled deal needs a poke. Leave it off for tightly scoped or noisy channels where an unprompted agent would just add noise. Anthropic frames ambient behavior as something you enable, so treat it as a deliberate choice per channel, not a default to fight.

Free AI Builder Newsletter

Weekly guides on AI tools & builder strategies.

Claude Tag vs Claude Code: which agent for which job

Claude Code is a single-user agent in your terminal. Claude Tag is a multiplayer agent in your Slack channel. Same model family, different surface, different job.

code
        CLAUDE CODE                          CLAUDE TAG
   ┌────────────────────┐            ┌────────────────────────┐
   │  you  ->  terminal │            │  team  ->  #channel     │
   │  one session       │            │  one shared identity    │
   │  you watch it run  │            │  it runs async, alone   │
   │  session memory    │            │  persistent channel mem │
   └────────────────────┘            └────────────────────────┘
     heads-down building               team tasks you hand off
Claude CodeClaude Tag
Where it runsTerminal / IDESlack channel
Who it servesYou, one sessionThe whole channel, shared
MemorySession + your config filesPersistent, channel-scoped
Default modeInteractive, you watchAsynchronous, it works alone
Best forDeep coding, refactors, local workTeam tasks, ops, async delegation

Use Claude Code when you are heads-down building and want a tight feedback loop you control. Use Claude Tag when a task belongs to a team, can run without you watching, or needs the shared context that already lives in a channel. They are not replacements for each other. If anything, the same engineering instincts apply to both - see our Claude Code guide for the single-player side and the harness engineering guide for the loop-and-memory thinking underneath both.

Claude Tag vs the old Slack app

Claude Tag replaces Anthropic's existing Claude in Slack app, and the difference is architectural, not cosmetic. The old app was a per-user request-response integration. Claude Tag adds a shared per-channel identity, persistent channel memory, asynchronous and self-scheduled work, and opt-in ambient posting.

On migration: administrators can opt in within 30 days. Note what the official announcement actually says - it is a 30-day window to migrate, not a hard "switches off on this date" deadline that some early coverage implied. If you run the old app today, the action item is to have an admin start the migration rather than wait.

How to set up Claude Tag

Setup is an admin task in Slack, and the important work is scoping access before you turn the team loose.

  1. Confirm your plan. Claude Tag is beta-exclusive to Claude Team and seat-based Enterprise. If you are on Pro, you do not have it yet.
  2. Pair Claude Tag in admin settings. An administrator connects it to your Slack workspace, replacing the old Claude in Slack app (you have a 30-day window to migrate).
  3. Scope tools, data, and channels. Specify which tools and information each Claude identity can access, in which channels. Run separate identities with isolated memories for different teams.
  4. Decide cross-channel reads. Choose whether a given Claude may gather facts from other channels and data sources, or stay sealed to its own.
  5. Set spend limits. Configure token spend limits at both the organization and individual-channel level before usage scales.
  6. Choose ambient per channel. Leave ambient off for scoped or noisy channels; enable it where proactive flagging and follow-ups earn their keep.
  7. Run a real first task. Have someone @Claude an actual job and review the in-thread stages and result, so the team learns what good delegation looks like.

Claude Tag pricing, credits, and spending limits

Claude Tag is included for Claude Team and seat-based Enterprise customers in beta, and usage is governed by admin-set token spend limits at both the organization and channel level. Anthropic has not published a standalone per-seat price for it; it ships inside those plans during the research preview.

Here is the honest part. A shared, asynchronous agent that can schedule its own work over hours or days is harder to budget than a tool one person opens and closes. Cost is now a channel-level property, not a personal one. The org and per-channel spend limits are the real control surface - treat them as a first-class setup step, not an afterthought, because "Claude has been quietly working on a project for two days" is a great feature and a surprising invoice at the same time. If usage discipline is your concern, our notes on keeping agent costs down carry over.

The SaaS repricing debate, without the hype

Claude Tag landed with a loud take attached: that a persistent AI teammate threatens the per-seat SaaS model. Andrej Karpathy called it the third major redesign of LLM UI/UX - first the LLM was a website you visit, then an app you download, now a self-contained, persistent, asynchronous entity with org-wide tools and context, working alongside humans. As framing, that is sharp and worth sitting with.

As a prediction, slow down. The "SaaSpocalypse" version of the story overshoots in three ways:

  • Beta reality. It is a research preview, Team and Enterprise only, Slack only, with wider platforms still weeks out. That is not yet a category-killer.
  • Pricing is not solved, it is moved. Going from per-seat to per-outcome sounds clean until you try to forecast an agent that schedules its own multi-day work. The cost-tracking problem does not disappear; it changes shape.
  • The trust layer is missing. The loudest builder critique is that everyone is excited and nobody has built the layer that proves what a shared async agent did, why, and whether it was right. Until that exists, regulated and high-stakes teams will keep a human in the loop.

The signal is real: agents that hold context and act over time are a genuinely new interaction model, and Karpathy is not wrong that it reorders how software gets used. The overstatement is treating a Slack beta as the end of per-seat software. Watch the trust and cost-tracking gaps - that is where this either matures or stalls.

Is Claude Tag worth it for your team?

It is worth turning on now if your team already lives in Slack and you have real async, multi-person work to hand off. Skip it for now if you cannot scope it tightly or cannot stomach a beta on sensitive workflows.

Good fit if you:

  • Already run work in shared Slack channels
  • Have repeatable team tasks worth delegating (reporting, triage, analysis, PRs)
  • Can set and respect org and per-channel spend limits
  • Are on Team or seat-based Enterprise

Skip it for now if you:

  • Are on Pro (you do not have access yet)
  • Work in regulated or high-stakes flows where an unverified async agent is a liability
  • Cannot scope channel, tool, and data access cleanly
  • Need predictable, fixed costs more than you need autonomy

Frequently Asked Questions

What is Claude Tag? Claude Tag is Anthropic's persistent, asynchronous AI teammate that lives in a Slack channel. Anyone in the channel can @Claude to delegate a task, and it works through the task in stages with its connected tools, then posts the result in a thread. It launched in beta on June 23, 2026.

How does Claude Tag work in Slack? You @Claude a request in plain language. It breaks the task into stages, runs them with the tools it has access to, can work asynchronously and schedule future work, and replies in a thread. One shared Claude lives per channel, so the whole team sees and continues the work.

Does Claude Tag remember context across conversations? Yes. It accumulates channel-scoped memory from the ongoing discussion and connected data, so it learns your company over time. With admin permission it can also gather facts from other channels; otherwise its memory stays scoped to its own channel. It is not a blank-slate session.

What is ambient mode in Claude Tag? Ambient mode is an opt-in setting where Claude posts on its own initiative - surfacing relevant information and following up on threads or tasks that went quiet - without waiting to be tagged. Enable it per channel where proactive nudges help.

What is the difference between Claude Tag and Claude Code? Claude Code is a single-user agent in your terminal. Claude Tag is a multiplayer, persistent teammate in Slack with shared identity, channel memory, and async work. Different surfaces for different jobs, not replacements.

How much does Claude Tag cost? It is included for Claude Team and seat-based Enterprise customers in beta. Usage is governed by admin-set token spend limits at both the organization and channel level. Anthropic has not published a standalone per-seat price during the research preview.

Is Claude Tag available on Claude Team and Enterprise plans? Yes. It launched in beta for Claude Team and seat-based Enterprise customers, paired through admin settings. Anthropic plans to bring it to other platforms in the coming weeks.

How is Claude Tag different from Anthropic's old Slack app? The old per-user Slack integration is being replaced. Claude Tag adds a single shared identity per channel, persistent channel memory, asynchronous and self-scheduled work, and opt-in ambient posting. Admins have a 30-day window to migrate.

Will Claude Tag disrupt per-seat SaaS pricing? It is a real signal toward outcome-based pricing, and Karpathy called it a third UI paradigm, but the "SaaSpocalypse" framing is overstated. It is a Slack-only beta, the cost-tracking problem moves rather than vanishes, and the trust layer that would prove what a shared async agent did is still unbuilt.


Claude Tag is a beta and a research preview, so expect the access tiers, the platforms it runs on, and the spend controls to shift in the coming weeks - verify the current state against Anthropic's announcement before you wire it into anything load-bearing.

Frequently Asked Questions

What is Claude Tag?

Claude Tag is Anthropic's persistent, asynchronous AI teammate that lives in a Slack channel. Anyone in the channel can @-mention Claude to delegate a task, and it works through the task in stages with its connected tools, then posts the result in a thread. It launched in beta on June 23, 2026.

How does Claude Tag work in Slack?

You @-mention Claude with a request in plain language. It breaks the task into stages, runs them with the tools it has access to, can work asynchronously and schedule future work, and replies in a thread. One shared Claude lives per channel, so the whole team sees and continues the work.

Does Claude Tag remember context across conversations?

Yes. It accumulates channel-scoped memory from the ongoing discussion and connected data, so it learns your company over time. With admin permission it can also gather facts from other channels; otherwise its memory stays scoped to its own channel. It is not a blank-slate session.

What is ambient mode in Claude Tag?

Ambient mode is an opt-in setting where Claude posts on its own initiative - surfacing relevant information and following up on threads or tasks that went quiet - without waiting to be tagged. Enable it per channel where proactive nudges help.

What is the difference between Claude Tag and Claude Code?

Claude Code is a single-user agent in your terminal. Claude Tag is a multiplayer, persistent teammate in Slack with shared identity, channel memory, and async work. Different surfaces for different jobs, not replacements.

How much does Claude Tag cost?

It is included for Claude Team and seat-based Enterprise customers in beta. Usage is governed by admin-set token spend limits at both the organization and channel level. Anthropic has not published a standalone per-seat price during the research preview.

Is Claude Tag available on Claude Team and Enterprise plans?

Yes. It launched in beta for Claude Team and seat-based Enterprise customers, paired through admin settings. Anthropic plans to bring it to other platforms in the coming weeks.

How is Claude Tag different from Anthropic's old Slack app?

The old per-user Slack integration is being replaced. Claude Tag adds a single shared identity per channel, persistent channel memory, asynchronous and self-scheduled work, and opt-in ambient posting. Admins have a 30-day window to migrate.

Will Claude Tag disrupt per-seat SaaS pricing?

It is a real signal toward outcome-based pricing, and Karpathy called it a third UI paradigm, but the "SaaSpocalypse" framing is overstated. It is a Slack-only beta, the cost-tracking problem moves rather than vanishes, and the trust layer that would prove what a shared async agent did is still unbuilt.

Sources & Verification

This guide is written from hands-on testing, then cross-checked against primary sources - official documentation and first-party announcements. Field results and opinions are labeled as such. See our editorial standards.

Join AI Builder Club

65+ lessons, 22+ workshops
350+ plug-and-play prompts & skills
Weekly live builder workshop
Premium tools (e.g. 10xCoder, AI tutor)
AI Builder Pack ($5,000+ in exclusive AI credits & perks)
1k+
Join 1,000+ builders already inside
Start shipping →30-day money-back · Cancel anytime

$37/mo

Get the free newsletter

Weekly deep-dives on AI tools, automation workflows, and builder strategies. Join 5,000+ readers.

No spam. Unsubscribe anytime.

Continue Learning