Subscribe for more content like this

https://www.youtube.com/@simonscrapes?sub_confirmation=1

Build a SaaS Using Claude Code (Full course)

https://youtu.be/KeeU-_bLIwY

Get access to my full Agentic Systems Courses + more

https://skool.com/scrapes

The Full README.md file below 👇


Tip 1: Agent Teams

Agent Teams let multiple Claude instances work in parallel AND talk to each other. One acts as the lead, the others are teammates. The key difference from sub-agents: teammates can message each other directly.


Sub-Agent Communication Bottleneck

Install it by adding this to settings.json and running claude update

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  }
}

❌ The 2/10 use case (don't do this)