Quiz 4 Question 18 of 20

A software development platform builds a multi-agent code review system where an orchestrator decomposes a pull request into sub-tasks (security review, performance review, style review) and spawns specialized subagents for each. The orchestrator then synthesizes findings. The team notices that subagents occasionally produce contradictory findings — e.g., the security agent recommends adding input validation, while the style agent recommends simplifying the validation logic it doesn't realize is security-critical. How should the MCP-based orchestration protocol handle conflicting subagent outputs?

Select an answer to reveal the explanation.

Motivation