Anthropic Shipped @Claude for Slack, Small Teams Stick With Telegram
Anthropic's @Claude for Slack targets enterprise buyers; small teams can replicate the same mention-bot pattern on Telegram for under twelve dollars a month.
Anthropic introduced @Claude for Slack, letting users tag the bot in a channel to trigger asynchronous work — but the feature is locked behind Slack's Team and Enterprise plans, reflecting where Anthropic's enterprise sales motion already lives. Most small businesses, however, coordinate through WhatsApp, Telegram, or Gmail rather than Slack, and user numbers back that up.
One engineer points out that the underlying pattern is trivial to rebuild on any messaging API: a webhook trigger, a SQLite-based context store, a Claude API call, and a reply sent back into the same thread. Implemented for Telegram, this amounts to roughly 200 lines of code running on a $10-12/month server.
Real usage data from three active groups — about 40 mentions a day — puts the monthly Anthropic bill around $11-12, saving a four-person team hundreds of dollars a year compared to Slack seat licensing. Simple reliability tricks like debouncing, daily rate caps, and failing quietly on errors keep the system stable. The takeaway is that the real value lies in the wiring, not the model itself — while big labs package this pattern for the platforms where their enterprise customers already pay, small teams can build the same thing themselves for a fraction of the cost.