Insights from Anthropic's Claude Code Team on AI Coding Agents and Workflows
Simon Willison hosted a fireside chat with Anthropic's Claude Code team, revealing that their collaborative Slack integration, Claude Tag, now lands 65% of their product engineering pull requests. The team also discussed how newer models like Claude Fable 5 have allowed them to "one-shot" features and drastically reduce system prompt sizes. This highlights the rapid evolution of agentic AI tools from simple coding assistants to highly autonomous teammates capable of driving significant portions of production code. It also demonstrates how leading AI labs "dogfood" their own tools to accelerate software development. Prompt engineering practices have shifted, with the Claude Code system prompt shrinking by 80% because adding examples or negative constraints now degrades performance on models like Fable 5. Additionally, Anthropic only deploys features publicly after they demonstrate strong user retention during internal testing.
## BACKGROUND
Claude Code is Anthropic's agentic terminal tool designed to understand codebases, edit files, and execute commands. Claude Tag is an "always-on" AI teammate integrated into Slack, while Claude Fable 5 is a highly autonomous model released in mid-2026 designed for complex, long-horizon coding tasks.