Quiz 5 Question 1 of 20

A financial services firm builds an agentic loan processing system where Claude orchestrates multiple subagents: an income verification agent, a credit check agent, and a decision agent. The decision agent produces loan approval or denial recommendations. Regulators require that every decision be explainable and auditable, with a complete record of what data each agent received and what reasoning it applied. Current architecture uses in-memory message passing between agents with no persistence. What architectural change satisfies the regulatory explainability requirement?

Select an answer to reveal the explanation.

Motivation