Quiz 12 Question 6 of 20

A risk assessment system deploys 5 parallel Claude agents to independently evaluate the same loan application. The architect must aggregate their risk scores (each returns High/Medium/Low with a confidence score) into a single decision. Scores arrive as: 3x High (confidence 0.9, 0.85, 0.8), 1x Medium (confidence 0.7), 1x Low (confidence 0.6). Which aggregation strategy is most appropriate for a financial risk context where false negatives (approving risky loans) are costly?

Select an answer to reveal the explanation.

Motivation