Question 16
Domain 6: Human-AI Interaction and OversightWhat UI design would best provide transparency and build trust?
Correct answer: B
Explanation
A transparent UI builds trust by making the system’s basis visible: reasoning traces show how it reached an output, source citations let users verify claims, and confidence indicators communicate uncertainty. Expandable details and verification tools support progressive disclosure, so both novice and expert users can inspect the evidence and check the sources themselves.
Why each option is right or wrong
A. Show only final answers to keep the interface simple.
B. Design transparent UI with: reasoning trace (show step-by-step analysis), source citations (link to specific cases), confidence indicators (show certainty levels), expandable details (progressive disclosure for different expertise levels), and verification tools (allow users to check sources).
The selected design is the one that most directly satisfies the transparency requirement because it exposes the basis of the output instead of presenting a black-box result. In UI/UX terms, the strongest trust signal is verifiability: showing the reasoning path, linking to underlying authorities, and displaying confidence levels lets the user assess reliability and uncertainty, while expandable detail and source-checking tools provide progressive disclosure for different expertise levels.
C. Show all internal model activations and probabilities.
D. Provide a text dump of all agent logs.