How Anthropic Teams Use Claude Code
by Anthropic
Add to your library first to use in Claude Code
About
A comprehensive case study documenting how 10 different Anthropic internal teams leverage Claude Code to transform their workflows. Features interviews and practical use cases from data infrastructure, product development, security engineering, inference, data science, API, growth marketing, product design, RL engineering, and legal departments, including specific tips and best practices from each team.
Preview
How Anthropic Teams Use Claude Code
Anthropic's internal teams are transforming their workflows with Claude Code, enabling developers and non-technical staff to tackle complex projects, automate tasks, and bridge skill gaps that previously limited their productivity.
Through interviews with our own Claude Code power users, we've gathered insights on how different departments leverage Claude Code, its impact on their work, and tips for other organizations considering adoption.
Contents
- Claude Code for Data Infrastructure
- Claude Code for Product Development
- Claude Code for Security Engineering
- Claude Code for Inference
- Claude Code for Data Science and Visualization
- Claude Code for API
- Claude Code for Growth Marketing
- Claude Code for Product Design
- Claude Code for RL Engineering
- Claude Code for Legal
Claude Code for Data Infrastructure
Main Claude Code Use Cases
Plain text workflows for finance team The team showed finance team members how to write plain text files describing their data workflows, then load them into Claude Code to get fully automated execution. Employees with no coding experience could describe steps like "query this dashboard, get information, run these queries, produce Excel output," and Claude Code would execute the entire workflow, including asking for required inputs like dates.
Kubernetes debugging with screenshots When Kubernetes clusters went down and weren't scheduling new pods, the team used Claude Code to diagnose the issue. They fed screenshots of dashboards into Claude Code, which guided them through Google Cloud's UI menu by menu until they found a warning indicating pod IP address exhaustion. Claude Code then provided the exact commands to create a new IP pool and add it to the cluster, bypassing the need to involve networking specialists.
Codebase navigation for new hires When new data scientists join the team, they're directed to use Claude Code to navigate their massive codebase. Claude Code reads their Claude.md files (documentation), identifies relevant files for specific tasks, explains data pipeline dependencies, and helps newcomers understand which upstream sources feed into dashboards. This replaces traditional data catalogs and discoverability tools.
End-of-session documentation updates The team asks Claude Code to summarize completed work sessions and suggest improvements at the end of each task. This creates a continuous improvement loop where Claude Code helps refine the Claude.md documentation and workflow instructions based on actual usage, making subsequent iterations more effective.
Parallel task management across multiple instances When working on long-running data tasks, they open multiple instances of Claude Code in different repositories for different projects. Each instance maintains full context, so when they switch back after hours or days, Claude Code remembers exactly what they were doing and where they left off, enabling true parallel workflow management without context loss.