User Agency
The userâs capacity to understand their options and act on their own intent. Preserving it is the ethical boundary of this handbookâand the practical difference between persuasion and manipulation.
Definition
Section titled âDefinitionâUser agency is informed, revocable choice: the user knows what is happening, can decline or reverse it, and would endorse the outcome on reflection. Persuasion works with agencyâit makes a genuine option more legible, more timely, or easier to take. Manipulation works against itâit engineers a choice the user would not have made with full information and a fair interface. Dark patterns (Brignullâs catalogue: confirmshaming, roach motels, fake urgency, sneaking, nagging) are manipulation with a user interface.
Why it matters
Section titled âWhy it mattersâEvery TTP in this handbook has an evil twin, and agency is the test that tells them apart. Limited Offer versus a countdown that resets; Variable Reward versus a slot machine; Momentum Bias versus defaults that smuggle consent. The patternâs surface can be identicalâthe difference is whether the userâs understanding and options were preserved or exploited.
The practical case is as strong as the moral one. Manipulation converts once and then compounds negatively: regretted purchases churn, coerced permissions get revoked, trapped subscribers become public detractors, and regulators now fine what growth teams once celebrated (the Federal Trade Commissionâs dark-patterns enforcement, the EUâs Digital Services Act ban on deceptive interface design). Agency-preserving design converts less on day one and more over the lifetime, because the users who stay actually chose you.
Deep dive
Section titled âDeep diveâA four-question audit that fits any flow:
flowchart TD
F[Any flow under review] --> S{Symmetry?}
S -->|no| Fail[Agency failure]
S -->|yes| D{Honest defaults?}
D -->|no| Fail
D -->|yes| T{Truthful pressure?}
T -->|no| Fail
T -->|yes| R{Reflective endorsement?}
R -->|no| Fail
R -->|yes| Pass[Persuasion â keep]
- Symmetry â Is leaving as easy as entering? Cancel versus subscribe, unsubscribe versus subscribe, deny versus allow. Asymmetry is the signature of extraction (Graceful Exit).
- Honest defaults â Do pre-selections serve the userâs likely intent or your metrics? Would you keep the default if it cost you conversions? (Setup Defaults, Momentum Bias).
- Truthful pressure â Is every scarcity, timer, and social proof claim literally true, and would it survive being screenshot? (Limited Offer).
- Reflective endorsement â A week later, with full knowledge of what happened, would the user say âgood, thatâs what I wantedâ? This is the deepest test: it catches manipulation that was technically disclosed but practically invisible.
Note what agency is not: unlimited choice. Curation, defaults, and even added friction can all serve agencyâIntentional Friction protects a user from an irreversible mistake precisely by interrupting momentum. Agency is about whose intent the design serves, not how many options it displays.
Commercial and consent moments
Section titled âCommercial and consent momentsâThese TTPs restate the same agency test; use this page as the shared frame and keep card-local Do/Donât for implementation:
- The Paywall â standing plan/capability decision when value is already understood.
- Limited Offer â a genuine time-bound delta on top of a fair paywall, never a substitute for value clarity or a fake countdown.
- Setup Defaults / Momentum Bias â head starts and starter config that remain editable; never sneak consent into a pre-check.
- Intent Mirroring â moment-local offer from a signal the user can recognise; not coercive inference they cannot inspect (Personalisation is the durable, inspectable cousin).
- Permission Serve and growth asks â see also Social Transmission.
Sibling: Calibrated Trust is agency applied to information (honest capability); this page is agency applied to choice.
For engineers and agents
Section titled âFor engineers and agentsâ- Agency has a backend: âdelete my accountâ must actually delete on the schedule the UI promised, unsubscribe must propagate to every sender, revoked permissions must stop data flows, and exports must contain the userâs real data in a usable format. The interface makes the promise; the implementation keeps or breaks it.
- Symmetry is testable: automate walks of join/leave pairs (subscribeâcancel, grantârevoke, opt-inâopt-out) and compare step counts, round-trips, and wall-clock time. A widening asymmetry is a regression even if every individual screen passed review.
- Consent is state, not a modal: store what the user agreed to, when, and under which wording; make current settings inspectable and changeable in one obvious place. Pre-checked boxes, consent bundled into unrelated flows, and defaults that quietly re-enable are all implementation-level dark patterns.
- Copy review is agency review: confirmshaming (âNo thanks, I hate saving moneyâ), disguised buttons, and misleading visual hierarchy ship through the same PRs as honest UI. An agent reviewing a diff should flag decline paths that are styled to be missed as readily as it flags a null dereference.
- The reflective-endorsement test automates poorly but proxies well: regret signals (immediate undo, same-session cancellation, refund requests, support tickets that say âI didnât mean toâ) are measurable. Rising regret after a conversion win means the win was extracted, not earned.
Where it shows up
Section titled âWhere it shows upâ- Every TTP cardâs Donât list and Anti-goals line encode the agency boundary for that pattern.
- Strategies: Intent Shaping, Monetisation, Conversion Optimisation, Habit Formation, Growth & Viral
- Concepts: Calibrated Trust, Friction (sludge), Habit Formation (compulsion line), Social Transmission
- Discovery: How Customers Talk, Search, and Buy
Further reading
Section titled âFurther readingâ- Deceptive Patterns (Harry Brignull) â The living catalogue of manipulation patterns, with legal cases.
- FTC: Bringing Dark Patterns to Light â Regulatory analysis of how dark patterns harm consumers.
- Dark Patterns at Scale (Mathur et al., 2019) â Empirical measurement of dark patterns across 11,000 shopping sites.
- Evil by Design (Chris Nodder) â Persuasion mechanics catalogued honestly enough to expose the line.