One of the biggest differences between how we use Claude Code at Anthropic and how the broader world uses it is how much we use it in Slack.
In particular, we use it for answering questions, acting on feedback, and trying out prototypes.
Answering QuestionsWhen people in go-to market, customer support, marketing, product, etc. have a question about Claude Code, they ask Claude directly in Slack. While we keep our docs up to date, they don't cover every possible question. The ultimate source of truth is in the codebase.
Because it has access to git, it can answer questions like "When was this feature released?" or "who is responsible for this code?โ, which can help you find the right owners.
Protip: Go even further and add skills with access to things like your event store or analytics dashboard to answer questions about feature usage or error logs.
**Acting on Feedback
**We have very active Claude Code feedback channels. When someone sends in feedback, we will very often tag@Claude to try and solve it with some guiding context. It's not always possible, but a PR can be a way of exploring or understanding how something can be done.
Every Claude in Slack instance is visible on Claude Code on the web, so my chat history inclaude.ai/code is almost like my jira board, where feedback PRs are listed just waiting to be acted on.
Building Prototypes
I don't really send memos or make mockups anymore, I just make CC prototypes. If I have an idea I might kick off the prototype via Claude in Slack and wait to see how it comes out before figuring out if it's worth investing in.
Some tips for using Claude in Slack well:
- Investing in the configuration (e.g. Claude.MDs, hooks, verification, etc) is even more valuable, because it lets non technical people use Claude in Slack better.
- You still need to check it out, test and read the code. We're not just merging from Slack into main.
- Set a โdefault repoโ for a channel to make it easier for Claude in Slack to tell where it can make changes.
Read the docs and get started with Claude in Slack here: https://code.claude.com/docs/en/slack
If youโre already using it, give us feedback!





