Original Reddit post

New Claude user here. Agent Teams looks like:

  • Planner agent
  • Worker/reviewer agents
  • Tool access (shell, files, execution)
  • Orchestration between them Some people say the big deal is that it can “create its own agents.” But couldn’t you just implement that with a tool call like create_agent() in a LangChain/LangGraph or custom Python setup? The orchestrator can spin up new agents dynamically and manage them. Conceptually, this feels like something that’s been possible for a while with multi-agent frameworks and tool calling. I’m trying to understand why this is being treated as such a breakthrough instead of a well-packaged runtime around existing patterns. submitted by /u/Both-Original-7296

Originally posted by u/Both-Original-7296 on r/ClaudeCode