top of page
Search

Subagents

  • maxwellapex
  • Oct 29
  • 1 min read
ree

Some of my friends are using Claude Code, and mentioned that subagents were good to use. To be more specific, usually we use single agent to deal with everything at once, but if the user can combine multi agents, usually in hierarchy order, it usually generate the better result. However, if the agent net is set up by default, we can have a better ready-to-use product. Claude Code provides subagents for us and the idea is using a master agent to lead multi subagents, and they are all based on Claude’s LLM. The result? A much better one that shows why subagents are important.

 
 
 

Comments


bottom of page