Hermes Wingtips #57: delegate_task¶
posted 2026-08-29. original: https://x.com/witcheer/status/2093591294740168760
Hermes Wingtips #57: delegate_task
if you keep wiring up multi-agent teams by hand: several profiles, shared folders, a coordinator that ends up doing all the work itself. the built-in delegate_task tool is that whole pattern in one command.
workers start with zero knowledge of your conversation. put everything they need in the brief itself (paths, constraints, what done looks like), and give the coordinator the briefs, not the workers' tools.
that's also the perfect command for running workers on a cheaper model.
great for parallel research, code review, comparing approaches, anything you would split across a team!