AI Product Tools / MIF Explorer / Library / UX
Truth Layer
The Truth Layer is the badge system that tells you how trustworthy, directional, or risky a measure is.
Why it matters: It helps teams separate meaningful signals from vanity, misuse, or AI distortion before they optimize the wrong thing.
Example: A metric can be Meaningful, Leading, or Vanity Risk.
The percentage of user actions that result in an error, mistake, or unintended outcome.
Evaluation method
error_actions / total_actions × 100
Signal type
leading
What it is best for
Identifying specific UI elements that cause confusion
Where the interface is confusing, misleading, or poorly designed. A direct proxy for usability friction.
Distinguish between user confusion and system bugs. Does not explain why errors occur.
This entry is stronger when paired with:
Define error types clearly: validation failures, wrong selections, undo events, back-button usage on form steps.
Sample events
form_validation_error, undo_action, back_button_on_form A checkout form shows a 34% validation error rate on the phone number field. Switching to a masked input reduces errors to 8%.