Single specialist
One agent owns a narrow task and directly uses its tools.
- Best for well-scoped expert jobs.
- Keep tool count small.
- Add guardrails around write actions.
Architecture chooser
This is the reusable decision sheet for building Neurocode-like agents and production agent systems.
One agent owns a narrow task and directly uses its tools.
The main agent keeps user-facing control and calls specialists as tools.
Ownership moves from one agent to another.
Lead agent decomposes, workers explore independently, lead synthesizes.
Generator proposes, evaluator scores, optimizer revises.
Agent proposes risky action; human approves before execution.