Skip to main contentSkip to footer
Principle 7trust

Establish trust through inspectability

Users should be able to examine how a result was produced when confidence, accountability, or decision quality is important.

Key Facts

Cluster
trust
Primary risk
The system demands trust without providing a basis for it.
Related examples
6 library examples
Doctrine library
Internal doctrine reference
Why does this principle matter?

Trust is not established through assertion alone. It is established by enabling proportionate verification. Particularly in high-impact contexts, users must be able to inspect evidence, actions, and changes.

Make source material traceable.
Provide visibility into actions taken and decisions reached.
Support comparison between recommendation and result, or between draft and final output.
Maintain appropriate task history or auditability where needed.
What failure does this principle prevent?

The system demands trust without providing a basis for it.

AI as interface embellishment: A conventional product is given a text input and labelled intelligent, without any meaningful change in operational model.
Simulated autonomy: The system appears autonomous in language or presentation but cannot act with meaningful independence.
Opaque execution: Work occurs in the background without adequate status, accountability, or recoverability.

Related examples