D1.16.1Result verifiabilitydesignresearch

Users need to verify that a feedback-claimed result actually occurred

Aliases: verifiable feedback · outcome verification · system trust · audit trail

What it is

Result verifiability means that after a system says an operation succeeded, saved, sent, published, or updated, people can independently confirm the result through object state, record, artifact, recipient visibility, or history. Feedback is a claim, not evidence. A low-consequence local edit may be proven by visible object change. For payment, publication, sharing, synchronization, deletion, or cross-device work, one “success” sentence cannot rule out delay, local cache, permission failure, overwrite, or later rollback; a checkable outcome route is needed.

Why it happens

Systems and users hold asymmetric information: background processes, outside services, and other users’ states are not directly visible. Verifiable evidence turns an abstract commitment into observable fact, supporting trust, timely anomaly detection, and explanation to others. Without it, people can only believe a notice or probe through repeated action; when claim and outcome differ, the error often appears later in a dependent flow with higher recovery cost. Verification is not distrust but a necessary closure in distributed and asynchronous systems.

Studying it

After operations of varying consequence, observe without prompting whether participants can find the result, judge scope, and detect injected inconsistency. Measure verification success, time to locate, error-discovery timing, repeated action, and trust. Include cross-device work, outside recipients, permission change, offline recovery, and background failure; an operation-side happy path cannot prove a result is verifiable.

Where it stops holding

Not every micro-operation needs an audit record or second confirmation. Verification cost should match consequence; simple edits must not become cumbersome procedures. More logs do not automatically become checkable—people need to understand how evidence relates to an action. Sensitive outcomes also require privacy and permission balance through controlled history, summary, or authorized viewing, not elimination of verifiability.

Applying it

  • Define observable evidence for each consequential outcome: new object state, version, timestamp, recipient visibility, transaction record, downloadable artifact, or queryable history.
  • Link success feedback to evidence rather than text alone, stating scope, work still pending, and where tracking continues.
  • Distinguish “submitted from this end” from “effective for recipient/service” in cross-system work; one success word cannot cover distinct commitments.
  • Test failure, delay, and permission change. People should detect a mismatch between claim and fact and receive a safe recovery or support route.

Related

  • Within the group: D1.16.2 Success without visible change reduces trust · D1.16.3 Verification should be near the result · D1.16.4 Unverifiable feedback delays error discovery
  • Adjacent: D1.11 Receipt versus result production · D1.10 Feedback location
  • Search terms: result verifiability · outcome verification · audit trail

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/D1.16.1