
The dual-process theory, popularized by Daniel Kahneman, distinguishes between two modes of thinking, known as System 1 and System 2 (Kahneman, 2011):
These insights are particularly relevant for UX designers, as decision prompts should engage different cognitive systems depending on the context and complexity. Routine, low-risk decisions should leverage System 1 and be designed intuitively, while complex decisions with potentially significant consequences should engage System 2 and be structured accordingly.
In practice, this means that critical decisions should always be accompanied by a safety check or confirmation, for example via a modal dialog.
Developed by John Sweller, cognitive load theory describes how the presentation of information affects cognitive processing (Sweller et al., 1998). It distinguishes between:
While intrinsic load is determined by the task itself, extraneous load can be significantly reduced through optimal UI design. This is especially important in complex decision-making situations, where users’ cognitive capacity should not be exceeded.
In practice, this can sometimes be challenging. One possible approach is, for example, to present textual information in as simple language as possible or to use a visual cue to indicate a desired subsequent button click.
The choice overload hypothesis, proposed by Iyengar and Lepper (2000), suggests that too many options can paradoxically lead to dissatisfaction, decision avoidance, or impulsive choices. Studies also show that while people appreciate having choices, they can become overwhelmed when faced with too many options.
Also relevant in this context is Hick’s Law (Hick, 1952), which describes the logarithmic relationship between the number of choices and the time required to make a decision. The more options available, the disproportionately longer the decision-making process takes.
In practice, this means that the number of decision options should be reduced to a minimum. In complex selection scenarios, it is advisable to structure the options hierarchically, that is, to divide one complex query into several simpler ones.
Miller’s Law states that people can process about 7 (±2) units of information simultaneously in short-term memory, updated to 4 by Cowan (2001) (Miller, 1956).
In practice, this means that when designing decision prompts, the number of information units presented at the same time should be limited. More complex information can be structured through meaningful grouping or hierarchical organization.
The way decision options are phrased and presented has a significant impact on users’ decision-making behavior. In this context, Prospect Theory by Kahneman and Tversky (1979) is particularly relevant, highlighting the following aspects:
1. Loss Aversion
Prospect Theory shows that people weigh losses more heavily than equivalent gains and are influenced by reference points. This effect is known as loss aversion.
When phrasing options, this asymmetry can be taken into account. For example, a save option could be described as “avoid data loss” rather than “save data” to increase the likelihood of selection.
2. Framing Effects
Framing effects describe how the way information is presented can influence decision-making, even when the objective content is identical. Positive framing (e.g., “90% success rate”) tends to encourage risk-averse behavior, whereas negative framing (e.g., “10% failure rate”) can lead to more risk-seeking behavior (Tversky & Kahneman, 1981).
This means that the deliberate choice of framing can be used to promote certain decisions. However, it should be applied with careful ethical consideration. In safety-critical applications, for example, negative framing could unintentionally lead users to take higher risks.
3. Anchoring Effects
The anchoring effect describes the tendency to base decisions on an initial reference point (anchor), even when that value is arbitrary or irrelevant (Kahneman & Tversky, 1974).
In UX design, anchoring can be leveraged by setting sensible default values. For example, on a CNC milling machine, a safe cutting depth could be pre-set as the default value in the input field to make implausible deviations less likely.
In our increasingly complex work environments and tasks, it is both a challenge and a responsibility for us as experts to design interfaces that do not add to this complexity, but rather relieve users where possible. With a fundamental understanding of how people make decisions and how we can support them, we can make a meaningful contribution.
The psychological principles presented in this blog post provide a framework for user-centered design of decision prompts. Dual-process theory highlights the need to distinguish between intuitive and reflective decision situations. Cognitive load theory reminds us that the way information is presented significantly influences decision quality. The choice overload hypothesis and Hick’s Law warn of the negative effects of too many options, while Miller’s Law suggests a practical upper limit for the simultaneous presentation of information units.
Insights from Prospect Theory can be particularly useful for optimizing decision prompts: by taking into account loss aversion, framing effects, and anchoring effects, we can subtly yet effectively support users in their decision-making—always under the ethical premise of enabling informed and beneficial choices.
Ultimately, the goal is not to manipulate users, but to provide an interface that supports their cognitive processes, minimizes errors, and makes the decision experience pleasant. Thoughtful design of decision prompts thus not only enhances usability but also promotes users’ self-efficacy and satisfaction—an objective that UX designers should always strive to achieve.