Multi-agent orchestrator dilemma: cheap models rubber-stamp failures, big models burn cash

Muted_Ad_9442 · reddit · 2026-09-03

A developer shares a multi-agent setup where four roles (planner, validator, worker, mechanical) each run a chain of models with fallbacks for rate limits, tiered by how much judgment the role needs.

The orchestrator problem: it does both clerical work (dispatch tasks, write back results) and judgment work (spot wrong outputs, distinguish real failures from noise, keep parallel tasks from colliding).

Current compromise: split the role — cheap model for dispatch and bookkeeping, big model only for actual judgment calls like "is this finding real, fix or just log it". Log analysis showed those calls are roughly 1 in 10 actions but cause nearly all the damage when wrong.

The author asks how others configure orchestrators and how to stop small models from accepting bad work.

Original post →

More from coding & agent

coding & agent channel →