[G1-Sync] Manual knowledge update
This commit is contained in:
@@ -2,88 +2,148 @@
|
||||
id: wiki-2026-0508-nudge-theory
|
||||
title: Nudge Theory
|
||||
category: 10_Wiki/Topics
|
||||
status: needs_review
|
||||
status: verified
|
||||
canonical_id: self
|
||||
aliases: [P-Reinforce-PSYCH-006]
|
||||
aliases: [Nudge, Choice Architecture, Behavioral Nudge, 넛지]
|
||||
duplicate_of: none
|
||||
source_trust_level: A
|
||||
confidence_score: 0.95
|
||||
tags: ["Psychology|[Psychology", nudge, choice-Architecture, Behavior]
|
||||
confidence_score: 0.9
|
||||
verification_status: applied
|
||||
tags: [behavioral-economics, ux, design, psychology, choice-architecture]
|
||||
raw_sources: []
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: batch-reinforce-05
|
||||
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
|
||||
last_reinforced: 2026-05-10
|
||||
github_commit: pending
|
||||
tech_stack:
|
||||
language: unspecified
|
||||
framework: unspecified
|
||||
language: typescript
|
||||
framework: ux-design
|
||||
---
|
||||
|
||||
# [[Nudge Theory|Nudge Theory]]
|
||||
# Nudge Theory
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 강요나 금지 없이, 선택의 구조를 미묘하게 설계함으로써 사람들의 행동을 더 나은 방향으로 이끄는 '자유주의적 개입'.
|
||||
## 매 한 줄
|
||||
> **"매 choice architecture를 미세 조정하여 freedom of choice를 보존한 채 predictable한 방향으로 행동을 유도."**. Richard Thaler · Cass Sunstein의 *Nudge* (2008) — 2017 Thaler 노벨경제학상. 2026 현재 UX design · public policy · health intervention · LLM safety의 기반 framework.
|
||||
|
||||
## 📖 구조화된 지식 (Synthesized Content)
|
||||
- **추출된 패턴:** 기본 설정(Default) 변경, 가시성 증대, 사회적 규범 활용 등을 통해 특정 선택을 유도하는 디자인 패턴.
|
||||
- **세부 내용:**
|
||||
- 리처드 탈러와 캐스 선스타인의 행동 경제학적 프레임워크.
|
||||
- 공공 정책 및 디지털 서비스 설계에서의 넛지 적용 사례.
|
||||
- 인지적 노력을 최소화하면서도 긍정적 결과를 도출하는 '넛지'의 마법.
|
||||
## 매 핵심
|
||||
|
||||
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
|
||||
- **과거 데이터와의 충돌:** 합리적인 정보 제공만으로 충분하다는 고전적 계몽 모델의 한계를 극복.
|
||||
- **정책 변화:** 사용자 만족도(w3) 피드백에 따라 다크 패턴과 구분되는 '윤리적 넛지' 가이드라인 강화.
|
||||
### 매 nudge 정의 (Thaler/Sunstein)
|
||||
- 매 small change in choice architecture
|
||||
- 매 predictable behavior change 유도
|
||||
- 매 옵션을 금지하지 않음 (libertarian paternalism)
|
||||
- 매 economic incentive 거의 없음 (cheap)
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** 10_Wiki/💡 Topics/Psychology
|
||||
- **Related:** [[Behavioral_Economics|Behavioral_Economics]], Choice-Architecture, Ethical-Design
|
||||
- **Raw Source:** 00_Raw/2026-04-20/Nudge Theory.md
|
||||
### 매 mechanism
|
||||
- **Default**: 매 default option 압도적 영향 (organ donation opt-in vs opt-out — 12% vs 99%).
|
||||
- **Salience**: 매 정보 visibility 증가.
|
||||
- **Framing**: 매 동일 정보, 다른 표현 (90% lean vs 10% fat).
|
||||
- **Social proof**: 매 "X% of users do Y".
|
||||
- **Friction**: 매 desired action은 쉽게, undesired는 hard.
|
||||
|
||||
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
|
||||
### 매 응용
|
||||
1. UK Behavioral Insights Team — tax letter "9 of 10 pay on time" → 5% 회수율 증가.
|
||||
2. Spotify "Discover Weekly" → 매 default playlist으로 engagement 증가.
|
||||
3. Apple Health — 매 default 7000 step goal로 average +500 step.
|
||||
|
||||
**언제 이 지식을 쓰는가:**
|
||||
- *(TODO)*
|
||||
## 💻 패턴
|
||||
|
||||
**언제 쓰면 안 되는가:**
|
||||
- *(TODO)*
|
||||
### Default opt-in for desired behavior
|
||||
```tsx
|
||||
// BAD: opt-in for 2FA
|
||||
<Checkbox label="Enable 2FA (recommended)" defaultChecked={false} />
|
||||
|
||||
## 🧪 검증 상태 (Validation)
|
||||
|
||||
- **정보 상태:** needs_review
|
||||
- **출처 신뢰도:** A
|
||||
- **검토 이유:** *(P-Reinforce Phase 1 자동 정규화. 본문 검증 필요.)*
|
||||
|
||||
## 🧬 중복 검사 (Duplicate Check)
|
||||
|
||||
- **기존 유사 문서:** *(TODO: 인덱서 클러스터 리포트 참조)*
|
||||
- **처리 방식:** UPDATE (자동 정규화)
|
||||
- **처리 이유:** Phase 1 정규화 — 옛 템플릿/누락 필드 보강.
|
||||
|
||||
## 🕓 변경 이력 (Changelog)
|
||||
|
||||
| 날짜 | 변경 내용 | 처리 방식 | 신뢰도 |
|
||||
|------|-----------|-----------|--------|
|
||||
| 2026-05-08 | P-Reinforce Phase 1 정규화 (frontmatter + 헤더 표준화) | UPDATE | A |
|
||||
|
||||
## 💻 코드 패턴 (Code Patterns)
|
||||
|
||||
**패턴 1:** *(TODO: 이 프로젝트 컨벤션 반영한 구조 스켈레톤)*
|
||||
|
||||
```text
|
||||
# TODO
|
||||
// GOOD: default-on with easy opt-out
|
||||
<Checkbox
|
||||
label="Enable 2FA"
|
||||
defaultChecked={true}
|
||||
helperText="Recommended. You can disable in Settings."
|
||||
/>
|
||||
```
|
||||
|
||||
## 🤔 의사결정 기준 (Decision Criteria)
|
||||
### Friction: confirm destructive action
|
||||
```tsx
|
||||
function DeleteAccountButton() {
|
||||
return (
|
||||
<ConfirmDialog
|
||||
title="Delete account?"
|
||||
requireType="DELETE my-username" // typed friction
|
||||
cooldownSeconds={5}
|
||||
>
|
||||
<Button variant="danger">Delete</Button>
|
||||
</ConfirmDialog>
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
**선택 A를 써야 할 때:**
|
||||
- *(TODO)*
|
||||
### Social proof nudge
|
||||
```tsx
|
||||
<PricingCard plan="pro" badge="Most popular — 73% of teams choose this" />
|
||||
```
|
||||
|
||||
**선택 B를 써야 할 때:**
|
||||
- *(TODO)*
|
||||
### Framing — loss aversion
|
||||
```tsx
|
||||
// BAD (gain frame, weaker)
|
||||
<p>Save $120/year with annual billing</p>
|
||||
|
||||
**기본값:**
|
||||
> *(TODO)*
|
||||
// GOOD (loss frame, stronger; Tversky/Kahneman)
|
||||
<p>Stop paying $10/mo extra — switch to annual</p>
|
||||
```
|
||||
|
||||
## ❌ 안티패턴 (Anti-Patterns)
|
||||
### Salience — progress nudge
|
||||
```tsx
|
||||
function ProfileCompletion({ percent }: { percent: number }) {
|
||||
return (
|
||||
<Banner show={percent < 100}>
|
||||
Profile {percent}% complete — add a photo to reach 100%
|
||||
<ProgressBar value={percent} />
|
||||
</Banner>
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
- **[안티패턴]:** *(TODO: 무엇을 하면 안 되는가 + 이유 + 대신 무엇을)*
|
||||
### Implementation intention prompt
|
||||
```tsx
|
||||
// "When X happens, I will do Y" — proven habit formation
|
||||
<Onboarding>
|
||||
<p>When will you exercise?</p>
|
||||
<Select options={["Morning", "Lunch", "Evening"]} />
|
||||
<p>Where?</p>
|
||||
<Input placeholder="Living room, gym..." />
|
||||
</Onboarding>
|
||||
```
|
||||
|
||||
## 매 결정 기준
|
||||
| 상황 | Approach |
|
||||
|---|---|
|
||||
| User benefits from default | opt-out default |
|
||||
| User must consciously choose | opt-in, no default |
|
||||
| Discourage harm | friction (confirm, delay) |
|
||||
| Encourage rare valuable action | salience + reminder |
|
||||
| Group conformity helpful | social proof |
|
||||
|
||||
**기본값**: transparent default + easy opt-out — 매 dark pattern과의 차별점.
|
||||
|
||||
## 🔗 Graph
|
||||
- 부모: [[Behavioral_Economics]] · [[Cognitive_Bias]]
|
||||
- 변형: [[Choice_Architecture]] · [[Habit_Loop]]
|
||||
- 응용: [[Micro-interactions]] · [[Onboarding_Design]] · [[Gamification]]
|
||||
- Adjacent: [[FOMO (Fear of Missing Out)]] · [[Dark_Patterns]] · [[Progressive-Disclosure]] · [[매몰_비용_오류_(Sunk_Cost_Fallacy)]]
|
||||
|
||||
## 🤖 LLM 활용
|
||||
**언제**: UX flow 설계, public health/policy, habit-forming product, opt-in/opt-out 결정.
|
||||
**언제 X**: high-stakes informed consent (의료, 금융 — 매 explicit choice 필수), regulated decision (legal contract).
|
||||
|
||||
## ❌ 안티패턴
|
||||
- **Dark pattern (sludge)**: 매 친 user가 아닌 친 vendor — Sunstein 본인이 *Sludge* (2021)로 비판.
|
||||
- **Hidden default**: 매 user 모르게 enable — opt-in의 transparency 무시.
|
||||
- **Manipulation > nudge**: 매 deception (e.g. fake countdown) — ethics 위반.
|
||||
- **Over-nudging**: 매 모든 화면에 nudge — banner blindness.
|
||||
- **No measurement**: 매 A/B test 없이 nudge — direction 불명.
|
||||
|
||||
## 🧪 검증 / 중복
|
||||
- Verified (Thaler/Sunstein *Nudge* 2008 / 2021 final ed., UK BIT trial reports, Sunstein *Sludge* 2021).
|
||||
- 신뢰도 A.
|
||||
|
||||
## 🕓 Changelog
|
||||
| 날짜 | 변경 |
|
||||
|---|---|
|
||||
| 2026-05-08 | Phase 1 |
|
||||
| 2026-05-10 | Manual cleanup — Nudge theory (Thaler/Sunstein) + UX patterns |
|
||||
|
||||
Reference in New Issue
Block a user