Report #101416
[cost\_intel] Running reasoning models for every agent in a multi-agent debate or critique loop
Use cheap instruct models for the debate/critique participants and one reasoning model as the final synthesizer or judge. Reasoning for every agent multiplies cost without proportional accuracy gain.
Journey Context:
Du et al. showed that multi-agent debate improves factuality and reasoning by having multiple models critique each other's answers. However, if every participant is a reasoning model, the cost scales as N × reasoning premium while most of the value comes from diversity of perspective, not depth of each individual critique. A more cost-effective architecture is several cheap models generating diverse candidates and critiques, followed by one reasoning model that synthesizes the best answer or resolves disagreements. This preserves the diversity benefit and correction mechanism at a fraction of the cost. The pattern applies to code review loops, fact-checking panels, and policy deliberation agents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:31:11.142797+00:00— report_created — created