# Claude Tag: Slack-native team threads with ambient mode

> Anthropic released Claude Tag, a Slack integration that lets whole teams collaborate with Claude in shared threads, with optional ambient monitoring.

Published: 2026-06-24
URL: https://daniliants.com/insights/claude-tag-slack-native-team-threads-with-ambient-mode/
Tags: claude, anthropic, ai-agents, workflow-automation

---

## Summary

Anthropic released "Claude Tag", a Slack integration where tagging Claude pulls in full channel context and lets the whole team join the conversation with the agent. An ambient mode allows Claude to passively monitor a channel and surface relevant information unprompted. Anthropic reportedly uses this workflow for 65% of their production code, with engineers tagging Claude in and teammates picking up the work later.

## Key Insight

- Shift from 1:1 chat-with-agent to **multi-human + agent threads**, the agent becomes a shared team resource, not a private copilot.
- **Ambient mode** = unsolicited intervention. Claude reads the channel and chimes in only when it has something useful. This is a different UX than request/response and changes what a "channel" is for.
- **Async hand-off pattern**: tag Claude before leaving your desk, it runs, a teammate inspects the result and continues the thread. Removes the "I'm the only one who knows what the agent was doing" bottleneck.
- The 65%-of-production-code claim (if accurate) is the headline, it suggests Anthropic itself has moved most coding into Slack-mediated agent threads rather than terminal/IDE sessions.
- Risk surface: ambient agents in shared channels = potential noise + confidentiality leaks if channel scope isn't tightly controlled.