# Persuasive Technology Persuasive technology refers to interactive systems designed to change users' attitudes or behaviors through persuasion and social influence rather than coercion. The field was established by [[BJ Fogg]] at Stanford's Persuasive Technology Lab, who coined the term "captology" (Computers As Persuasive Technologies) in the 1990s. Fogg's research showed how software could leverage psychological principles—[[Variable Rewards]], [[Social Proof]], commitment mechanisms, and reduction of friction—to shape behavior. His "Fogg Behavior Model" (B=MAP) describes behavior as the product of Motivation, Ability, and Prompts occurring simultaneously. The techniques pioneered for beneficial purposes (health apps, education, sustainability) have been widely adopted by the [[Attention Economy]] to maximize engagement and revenue. Tristan Harris, [[Nir Eyal]], and others have documented how social media platforms use persuasive design to create compulsive usage patterns—infinite scroll, variable reward notifications, [[Fear of Missing Out (FOMO)]], and streaks. This has raised ethical concerns about manipulation, addiction, and the creation of [[Filter Bubbles]]. The field now grapples with questions of consent, autonomy, and whether "ethical persuasion" is possible when billion-dollar companies optimize for attention capture. ## Persuasive Technology Framework ``` ┌─────────────────────────────────────────────────────────────┐ │ PERSUASIVE TECHNOLOGY SPECTRUM │ ├─────────────────────────────────────────────────────────────┤ │ │ │ BENEFICIAL MANIPULATIVE │ │ ◄─────────────────────────────────────────────────────► │ │ │ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ │ TOOLS │ │ MEDIA │ │ SOCIAL │ │ │ │ │ │ │ │ ACTORS │ │ │ │ Make tasks │ │ Simulations │ │ Social │ │ │ │ easier │ │ cause-effect│ │ influence │ │ │ │ │ │ │ │ & pressure │ │ │ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │ │ │ │ │ │ │ └────────────────┼────────────────┘ │ │ ▼ │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ BEHAVIOR CHANGE │ │ │ │ │ │ │ │ User Intent Aligned ◄───► Against User │ │ │ │ (Health apps, Interest │ │ │ │ Learning tools) (Dark patterns, │ │ │ │ Addiction loops) │ │ │ └─────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Fogg Behavior Model (B=MAP) | Element | Description | Design Implication | |---------|-------------|-------------------| | **Motivation** | Desire to perform behavior | Create pleasure, hope, social acceptance | | **Ability** | Capacity to perform behavior | Reduce friction, simplify tasks | | **Prompt** | Trigger to act now | Notifications, cues, calls to action | ## Persuasion Techniques | Technique | Description | Example | |-----------|-------------|---------| | **Reduction** | Simplify complex tasks | One-click purchase | | **Tunneling** | Guide through process | Onboarding flows | | **Tailoring** | Personalize to individual | Recommendations | | **Suggestion** | Intervene at opportune moment | "Time to stand up" | | **Self-monitoring** | Track own behavior | Step counters | | **Surveillance** | Others can observe | Public commitments | | **Conditioning** | Reinforce behaviors | Points, badges, streaks | ## Engagement Mechanisms | Mechanism | Psychological Basis | Platform Example | | -------------------- | --------------------- | ---------------------- | | **Variable Rewards** | Dopamine anticipation | Pull-to-refresh | | **[[Social Proof]]** | Conformity | Likes, follower counts | | **Reciprocity** | Obligation to return | Free features | | **Scarcity** | Fear of missing out | Limited-time offers | | **Commitment** | Consistency drive | Streaks, progress bars | | **Authority** | Trust in experts | Verified badges | ## Dark Patterns vs Ethical Design | Dark Patterns | Ethical Persuasion | |---------------|-------------------| | Hidden costs | Transparent pricing | | Forced continuity | Easy cancellation | | Roach motel (easy in, hard out) | Symmetric entry/exit | | Privacy zuckering | Clear privacy controls | | Confirmshaming | Neutral opt-out language | | Infinite scroll | Natural stopping points | ## Applications | Domain | Beneficial Use | Potential Harm | |--------|----------------|----------------| | **Health** | Fitness tracking, medication reminders | Obsessive self-monitoring | | **Education** | Gamified learning, habit formation | Extrinsic motivation dependency | | **Finance** | Savings nudges, spending awareness | Gambling mechanics | | **Social media** | Connection, information sharing | Addiction, [[Filter Bubbles]] | | **E-commerce** | Convenient shopping | Impulse purchases | | **Sustainability** | Energy monitoring | Privacy concerns | ## Key Figures | Person | Contribution | | ----------------- | --------------------------------------------- | | [[BJ Fogg]] | Founded captology, Fogg Behavior Model | | [[Nir Eyal]] | Hook Model, *Hooked* | | Tristan Harris | Center for Humane Technology, ethics critique | | Robert Cialdini | Influence principles | | [[B. F. Skinner]] | Operant conditioning foundations | ## Ethical Concerns | Concern | Description | |---------|-------------| | **Autonomy** | Does user freely choose? | | **Transparency** | Are techniques disclosed? | | **Consent** | Did user agree to be persuaded? | | **Benefit** | Whose interests are served? | | **Manipulation** | Exploiting cognitive weaknesses? | | **Addiction** | Creating compulsive use? | ## Regulation and Response | Response | Description | |----------|-------------| | **Time Well Spent** | Movement for humane design | | **Screen time tools** | iOS/Android usage tracking | | **GDPR** | Data protection requirements | | **Dark pattern bans** | California, EU regulations | | **Digital wellbeing** | Platform self-regulation | ## References - Fogg, BJ. *Persuasive Technology* (2003) - Eyal, Nir. *Hooked* (2014) - Harris, Tristan. Center for Humane Technology - https://en.wikipedia.org/wiki/Persuasive_technology ## Related - [[BJ Fogg]] - [[Fogg Behavior Model]] - [[Nir Eyal]] - [[Attention Economy]] - [[Filter Bubbles]] - [[Habit Formation]] - [[Behavioral Design]] - [[Gamification]] - [[Social Proof]]