Coordination Strategies: Parallelism, Voting, and Debate in Agentic AI
Coordination Strategies: Parallelism, Voting, and Debate
Parallelism
Run multiple agents on the same task and compare outputs. This is a practical way to reduce hallucinations.
Voting and ranking
Use rules first (constraint checks), then an LLM judge to rank.
Debate
Let one agent propose, another attack weaknesses, and a third synthesize. Keep debate short with strict turn limits.

