Claude Tag: @Claude on Slack for Multiplayer AI Collaboration

Anthropic announced Claude Tag, a new way for teams to work with Claude directly inside Slack. Instead of a one-on-one chat, Claude joins channels as a persistent team member. Tag @Claude with a task, and Claude breaks it down into stages, uses connected tools, and responds in a thread — while you work on other things.
Key Features
- Multiplayer: One Claude per channel interacts with everyone. Conversations persist — anyone can pick up where another left off.
- Learns over time: Claude builds context by following channel conversations and connected data sources. No need to re-explain from scratch.
- Ambient behavior (optional): Claude proactively flags relevant info from across channels and follows up on stale threads.
- Async and scheduled tasks: Set a task and walk away. Claude can schedule work over hours or days.
- DM support: Tag Claude in DMs for private, tool-access tasks.
Internal Usage
Anthropic reports that 65% of their product team's code is now created by their internal version of Claude Tag. Usage has spread beyond engineering to metrics, support tickets, and bug root-causing.
Deployment & Control
- System admins configure tools, data sources, and channel scopes per Claude identity. Memories stay isolated per channel scope.
- Token spend limits can be set per organization and per channel.
- An audit log tracks all Claude actions and who requested them.
- Works with Opus 4.8.
Availability
Available today in beta for Claude Enterprise and Team customers. Replaces the existing Claude in Slack app; admins can migrate within 30 days. Introductory launch credits provided.
Setup: link Claude Tag to Slack workspace → grant tool access → set spend cap → test in private channel.
📖 Read the full source: HN AI Agents
👀 See Also

Traversable Skill Graph for Persistent AI Agent Memory in Codebases
A developer built a three-layer skill graph system that lives inside a codebase, enabling AI coding assistants to maintain persistent memory across sessions. The system uses progressive disclosure with self-directing instructions instead of monolithic context files.

Claude Proposal: Scope Memory & Hermetic Instance Isolation
A formal proposal to Anthropic from a power user: global/local memory scoping and hermetic instance isolation for Claude, enabling deterministic, auditable sessions.

FlowBoard v5: Event-Sourced Project Workspace for Multi-Agent Teams
FlowBoard v5 rebuilds the project context layer on React with an event-sourced task store, enables multi-agent coordination across OpenClaw, Claude Code, and Cursor, and introduces an Ideas-to-Specs pipeline.

Pleng: Self-Hosted Cloud Platform with AI-Driven Infrastructure Management
Pleng is an AGPL-3.0 licensed, self-hosted cloud platform that uses an AI agent (currently Claude) to manage infrastructure via Telegram bot commands. It deploys from GitHub repos or local directories with automated Traefik routing, Let's Encrypt SSL, and basic analytics.