Users often have no way to correct a wrong implicit inference
Aliases: uncorrectable implicit error · unexposed inference · silent failure
What it is
When an implicit inference is wrong, people often cannot even see where it went wrong: the light already dimmed, the playlist already jumped, notifications already suppressed, and there is no tappable “not this” on the surface. No way to correct means the runtime lacks an objection bound to this inference, not that the user was too lazy to open settings. The error hardens into fact, and the only repair is another explicit task.
Why it happens
An explicit command has a symmetric undo: click again, say “cancel.” An implicit inference was never acknowledged by the user, and the system often does not show its premises, so there is neither a memory of “what I just clicked” nor a control that says no to this label. The user must first finish attribution—sensor, model, or their own behavior misread—before acting. When attribution fails, people change their own behavior to accommodate the model (sit straighter, walk less), which is the error training the user. Silent false positives are especially hard to repair: the system did something that “seemed helpful,” and the user may not realize an inference occurred.
Studying it
Inject a known wrong inference during a task and watch the path from detection to recovery. Factors: whether an inference label is shown, whether a correction control shares the screen with the result, and whether the error is an action or an omission. Outcomes: time-to-notice, recovery steps, abandonment of correction, later avoidance of the feature. The statistic that matters is the fraction who never notice, not only success among those who do. An experimenter in the room raises detection; field diaries catch “I realized two days later that the system changed it.”
Where it stops holding
A low-consequence, brief adaptation (pre-lighting a lamp) may hurt too little to earn a control even if uncorrectable; a high-consequence or persistent state (do-not-disturb left on all day, a wrong health label written into a record) does not. System-wide undo is a partial relief for “no way to correct,” provided the user knows the last change came from an implicit inference. Accessibility users may have no explicit repair path, so uncorrectable equals feature failure for them.
Applying it
- Wherever an implicit inference leaves a user-visible consequence, put “not this” next to that consequence; do not assume people will hunt through settings.
- Separate “cannot discover” from “discovered but cannot change”: the first needs the inference exposed, the second needs an objection control.
- Treat labels that persist into a record as high-consequence by default; do not write them without a correction path.
- Verify by injecting one wrong implicit change and asking unbriefed users how many can restore the prior state in two minutes; paths that cannot are uncorrectable.
Related
- Same group: C9.05.1 Implicit interaction does not require the user to issue an explicit command · C9.05.2 Bounds on system initiative need to be user-settable
- Adjacent: C9.13 Informed Consent and Correction of Implicit Inferences · C9.06 Cost of Sensor False Positives
- Search:
uncorrectable inference·implicit error recovery·silent false positive