# Behavioral Design Behavioral design is the practice of intentionally shaping products, environments, and systems to influence human behavior by applying insights from psychology, behavioral economics, and cognitive science. The field draws on [[BJ Fogg]]'s [[Fogg Behavior Model]], [[Richard Thaler]] and [[Cass Sunstein]]'s [[Nudge Theory]], and habit research from [[Wendy Wood]] and [[Phillippa Lally]]. Rather than relying on information or willpower to change behavior, behavioral design modifies the choice architecture—the context in which decisions are made—to make desired behaviors easier and undesired behaviors harder. The approach has been applied across domains: public health (organ donation defaults, calorie labeling), finance (automatic enrollment in retirement savings), sustainability (energy usage feedback), and technology (onboarding flows, engagement features). However, the same techniques that help people save money or exercise more can also be used to maximize addictive app usage or manipulate purchasing decisions—raising ethical concerns about [[Dark Patterns]] and the [[Attention Economy]]. [[Tristan Harris]] and the Center for Humane Technology argue for "ethical behavioral design" that aligns user wellbeing with business incentives. ## Behavioral Design Framework ``` ┌─────────────────────────────────────────────────────────────┐ │ BEHAVIORAL DESIGN PROCESS │ ├─────────────────────────────────────────────────────────────┤ │ │ │ 1. UNDERSTAND BEHAVIOR │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ • What behavior do we want? │ │ │ │ • What's the current behavior? │ │ │ │ • What are the barriers and enablers? │ │ │ └──────────────────────┬──────────────────────────────┘ │ │ ▼ │ │ 2. IDENTIFY LEVERS (Fogg B=MAP) │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ MOTIVATION ABILITY PROMPT │ │ │ │ (want to) (can do) (triggered) │ │ │ │ │ │ │ │ │ │ │ ▼ ▼ ▼ │ │ │ │ • Pleasure • Simplify • Cue design │ │ │ │ • Hope • Remove • Timing │ │ │ │ • Social • friction • Placement │ │ │ └──────────────────────┬──────────────────────────────┘ │ │ ▼ │ │ 3. DESIGN INTERVENTION │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ • Choice architecture • Defaults • Friction │ │ │ │ • Social proof • Commitment devices • Feedback │ │ │ └──────────────────────┬──────────────────────────────┘ │ │ ▼ │ │ 4. TEST & ITERATE │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ • A/B testing • Measure behavior • Refine │ │ │ └─────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Core Models | Model | Creator | Key Idea | |-------|---------|----------| | **[[Fogg Behavior Model]]** | [[BJ Fogg]] | B = Motivation × Ability × Prompt | | **[[Nudge Theory]]** | Thaler & Sunstein | Choice architecture shapes decisions | | **[[Hook Model]]** | [[Nir Eyal]] | Trigger → Action → Reward → Investment | | **COM-B** | Michie et al. | Capability, Opportunity, Motivation | | **Habit Loop** | [[Charles Duhigg]] | Cue → Routine → Reward | ## Design Levers | Lever | Description | Example | |-------|-------------|---------| | **Defaults** | Pre-selected option | Opt-out organ donation | | **Friction** | Ease or difficulty | One-click purchase vs 5-step checkout | | **Social proof** | What others do | "80% of guests reuse towels" | | **Commitment** | Public pledge | Posting fitness goals | | **Feedback** | Information on behavior | Energy usage comparisons | | **Salience** | What's visible/prominent | Healthy food at eye level | | **Framing** | How options presented | "90% survival" vs "10% mortality" | | **Timing** | When prompt arrives | Reminder when near gym | ## Friction Design | To Encourage | To Discourage | |--------------|---------------| | Remove steps | Add steps | | Pre-fill forms | Require manual entry | | One-click actions | Cooling-off periods | | Place in path | Hide or relocate | | Make default | Require active choice | | Simplify language | Add warnings/confirmations | ## Choice Architecture Principles | Principle | Description | |-----------|-------------| | **iNcentives** | Align costs and benefits | | **Understand mappings** | Help people see consequences | | **Defaults** | What happens if they do nothing? | | **Give feedback** | Show impact of choices | | **Expect error** | Design for mistakes | | **Structure complex choices** | Simplify overwhelming options | ## Applications | Domain | Behavioral Design Application | |--------|------------------------------| | **Health** | Default healthy options, calorie labels | | **Finance** | Auto-enrollment in 401k, round-up savings | | **Sustainability** | Smart meter feedback, recycling prompts | | **Technology** | Onboarding, engagement, retention | | **Policy** | Tax form simplification, voting access | | **Workplace** | Standing desks, meeting defaults | ## Ethical Spectrum ``` ┌─────────────────────────────────────────────────────────────┐ │ ETHICAL SPECTRUM │ ├─────────────────────────────────────────────────────────────┤ │ │ │ BENEFICIAL ◄──────────────────────────────► MANIPULATIVE │ │ │ │ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │ │ │ User-aligned │ │ Neutral │ │ Exploitative │ │ │ │ │ │ │ │ │ │ │ │ • Savings │ │ • Engagement │ │ • Dark │ │ │ │ defaults │ │ features │ │ patterns │ │ │ │ • Health │ │ • Retention │ │ • Addiction │ │ │ │ nudges │ │ mechanics │ │ loops │ │ │ │ • Friction │ │ • Onboarding │ │ • Hidden │ │ │ │ for safety │ │ flows │ │ costs │ │ │ └───────────────┘ └───────────────┘ └───────────────┘ │ │ │ │ Questions to ask: │ │ • Whose interests are served? │ │ • Is the user aware? │ │ • Would they approve if they knew? │ │ • Does it respect autonomy? │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Dark Patterns (Unethical Design) | Pattern | Description | |---------|-------------| | **Roach motel** | Easy to get in, hard to get out | | **Confirmshaming** | Guilt-trip opt-out language | | **Hidden costs** | Fees revealed at checkout | | **Forced continuity** | Auto-renew with no warning | | **Privacy zuckering** | Confusing privacy settings | | **Misdirection** | Attention drawn from important info | ## Ethical Design Principles | Principle | Application | |-----------|-------------| | **Transparency** | Users know they're being nudged | | **User benefit** | Design serves user goals | | **Reversibility** | Easy to undo choices | | **Autonomy** | Preserve freedom to choose otherwise | | **No exploitation** | Don't leverage cognitive weaknesses | | **Accountability** | Designers responsible for outcomes | ## Key Figures | Person | Contribution | |--------|--------------| | [[BJ Fogg]] | Fogg Behavior Model, Tiny Habits | | [[Richard Thaler]] | Nudge theory, Nobel Prize (2017) | | [[Cass Sunstein]] | Choice architecture, policy nudges | | [[Nir Eyal]] | Hook Model, habit-forming products | | [[Wendy Wood]] | Habit science, friction research | | [[Tristan Harris]] | Ethical design advocacy | | [[Dan Ariely]] | Behavioral economics research | ## Behavioral Design vs Traditional Design | Traditional | Behavioral | |-------------|------------| | Assumes rational users | Accounts for biases | | Information provision | Context manipulation | | User says what they want | Observe actual behavior | | Features and functions | Behavior outcomes | | One-size-fits-all | Personalized nudges | ## References - Thaler, R. & Sunstein, C. *Nudge* (2008) - Fogg, BJ. *Tiny Habits* (2019) - Eyal, Nir. *Hooked* (2014) - Wendel, Stephen. *Designing for Behavior Change* (2013) - https://behavioraldesign.com/ ## Related - [[BJ Fogg]] - [[Fogg Behavior Model]] - [[Nudge Theory]] - [[Richard Thaler]] - [[Persuasive Technology]] - [[Habit Formation]] - [[Wendy Wood]] - [[Dark Patterns]] - [[Attention Economy]] - [[Choice Architecture]] - [[Nir Eyal]] - [[Hook Model]] - [[Decision Making]] - [[Cognitive Bias]]