[G1-Sync] Manual knowledge update
This commit is contained in:
@@ -2,62 +2,163 @@
|
||||
id: wiki-2026-0508-habit-formation
|
||||
title: Habit Formation
|
||||
category: 10_Wiki/Topics
|
||||
status: needs_review
|
||||
status: verified
|
||||
canonical_id: self
|
||||
aliases: [HABIT-001]
|
||||
aliases: [Habit Loop, Behavior Automation, Habituation]
|
||||
duplicate_of: none
|
||||
source_trust_level: A
|
||||
confidence_score: 1.0
|
||||
tags: ["Psychology|[Psychology", neuroscience, Behavior-change, productivity]
|
||||
confidence_score: 0.9
|
||||
verification_status: applied
|
||||
tags: [psychology, behavior, neuroscience, habits]
|
||||
raw_sources: []
|
||||
last_reinforced: 2026-04-26
|
||||
last_reinforced: 2026-05-10
|
||||
github_commit: pending
|
||||
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
|
||||
tech_stack:
|
||||
language: en
|
||||
framework: behavioral-psychology
|
||||
---
|
||||
|
||||
# Habit Formation (습관 형성의 심리학)
|
||||
# Habit Formation
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "의지력을 자동화된 루틴으로 대체하라" — 반복적인 행동을 통해 뇌의 신경 회로가 재편되어, 최소한의 인지적 노력만으로 특정 행동을 수행하게 되는 심리적 과정.
|
||||
## 매 한 줄
|
||||
> **"매 habit = cue → routine → reward 의 basal-ganglia automatization"**. 매 21-day myth 의 false — Lally 2010 의 median 66 days (range 18-254). 매 2026 의 wearables + LLM coaching + JITAI (just-in-time adaptive intervention) 의 active.
|
||||
|
||||
## 📖 구조화된 지식 (Synthesized Content)
|
||||
- **추출된 패턴:** 신호(Cue) -> 반복 행동(Routine) -> 보상(Reward)으로 이어지는 '습관 고리(Habit Loop)'를 형성하여 의사결정 에너지를 절약하는 인지 패턴.
|
||||
- **세부 내용:**
|
||||
- **Basal Ganglia:** 습관이 저장되는 뇌 부위. 전전두엽의 개입 없이도 행동을 실행하게 함.
|
||||
- **Implementation Intentions:** "X 상황이 오면 Y를 하겠다"는 구체적 계획이 습관 형성 성공률을 높임.
|
||||
- **Keystone Habits:** 하나의 작은 습관이 연쇄적으로 다른 긍정적 변화를 일으키는 핵심 습관 (예: 운동, 독서).
|
||||
- **[[Neuroplasticity|Neuroplasticity]]:** 반복을 통해 시냅스 연결이 강화되는 뇌의 가소성 원리.
|
||||
## 매 핵심
|
||||
|
||||
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
|
||||
- **과거 데이터와의 충돌:** 단순히 "21일이면 습관이 된다"는 속설과 달리, 행동의 복잡도에 따라 평균 66일에서 길게는 수개월이 걸릴 수 있음이 현대 심리학에서 증명됨.
|
||||
- **정책 변화:** Antigravity 에이전트의 사용자 인터랙션 설계 시, 사용자가 매일 지식 가드닝에 참여할 수 있도록 명확한 '신호'와 '보상' 체계를 제공하여 습관화를 유도함.
|
||||
### 매 habit loop (Duhigg / Wood)
|
||||
1. **Cue**: 매 trigger — time, place, emotional state, preceding action, people.
|
||||
2. **Routine**: 매 behavior 자체.
|
||||
3. **Reward**: 매 reinforcement — neural prediction error.
|
||||
4. **Craving** (Wood addition): 매 anticipation 의 cue→reward.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Dopamine|Dopamine]]rgic-Reward-Systems, [[Behavioral-Economics|Behavioral-Economics]], [[Psychology|Psychology]], Productivity
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Habit-Formation.md
|
||||
### 매 neural substrate
|
||||
- **Goal-directed**: 매 prefrontal + dorsomedial striatum — early learning.
|
||||
- **Habitual**: 매 dorsolateral striatum (sensorimotor loop) — automatization.
|
||||
- **Switch**: 매 overtraining + stable context → habitual takeover.
|
||||
|
||||
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
|
||||
### 매 formation 의 핵심 levers
|
||||
- **Implementation intentions** (Gollwitzer): "When X, I will Y" — 매 효과 size large (d ≈ 0.65).
|
||||
- **Context stability**: 매 same time + place 의 consistency.
|
||||
- **Friction reduction**: 매 cue salience ↑, 매 obstacle ↓.
|
||||
- **Temptation bundling** (Milkman): 매 desired + pleasurable 결합.
|
||||
- **Identity-based**: 매 "I am someone who..." (Clear).
|
||||
|
||||
**언제 이 지식을 쓰는가:**
|
||||
- *(TODO)*
|
||||
### 매 응용
|
||||
1. Atomic Habits 의 4 laws (obvious, attractive, easy, satisfying).
|
||||
2. Health behavior change (exercise, medication adherence).
|
||||
3. Productivity (deep-work blocks).
|
||||
4. Habit-stacking (after-X-then-Y).
|
||||
|
||||
**언제 쓰면 안 되는가:**
|
||||
- *(TODO)*
|
||||
## 💻 패턴
|
||||
|
||||
## 🧪 검증 상태 (Validation)
|
||||
### Habit tracker (streak + context)
|
||||
```python
|
||||
from dataclasses import dataclass, field
|
||||
from datetime import date, timedelta
|
||||
|
||||
- **정보 상태:** needs_review
|
||||
- **출처 신뢰도:** A
|
||||
- **검토 이유:** *(P-Reinforce Phase 1 자동 정규화. 본문 검증 필요.)*
|
||||
@dataclass
|
||||
class HabitLog:
|
||||
name: str
|
||||
cue_context: dict # {time, location, preceding_action}
|
||||
completions: list[date] = field(default_factory=list)
|
||||
|
||||
## 🧬 중복 검사 (Duplicate Check)
|
||||
@property
|
||||
def streak(self) -> int:
|
||||
if not self.completions:
|
||||
return 0
|
||||
s, today = 1, max(self.completions)
|
||||
for i in range(1, len(self.completions)):
|
||||
if today - self.completions[-1 - i] == timedelta(days=i):
|
||||
s += 1
|
||||
else:
|
||||
break
|
||||
return s
|
||||
```
|
||||
|
||||
- **기존 유사 문서:** *(TODO: 인덱서 클러스터 리포트 참조)*
|
||||
- **처리 방식:** UPDATE (자동 정규화)
|
||||
- **처리 이유:** Phase 1 정규화 — 옛 템플릿/누락 필드 보강.
|
||||
### Implementation intention generator
|
||||
```python
|
||||
def implementation_intention(goal: str, cue: str, action: str) -> str:
|
||||
return f"When {cue}, I will {action} in service of {goal}."
|
||||
|
||||
## 🕓 변경 이력 (Changelog)
|
||||
# When I pour my morning coffee, I will do 10 push-ups in service of strength training.
|
||||
```
|
||||
|
||||
| 날짜 | 변경 내용 | 처리 방식 | 신뢰도 |
|
||||
|------|-----------|-----------|--------|
|
||||
| 2026-05-08 | P-Reinforce Phase 1 정규화 (frontmatter + 헤더 표준화) | UPDATE | A |
|
||||
### Habit-stacking chain
|
||||
```python
|
||||
def stack(anchor: str, new_habit: str, reward: str | None = None) -> dict:
|
||||
return {
|
||||
"anchor": anchor,
|
||||
"new_habit": new_habit,
|
||||
"rule": f"After {anchor}, I will {new_habit}.",
|
||||
"immediate_reward": reward,
|
||||
}
|
||||
```
|
||||
|
||||
### JITAI delivery decision
|
||||
```python
|
||||
def jitai_should_deliver(state: dict) -> bool:
|
||||
"""Deliver intervention only when receptive + context-matched + low burden."""
|
||||
return (state["stress"] < 0.7
|
||||
and state["cognitive_load"] < 0.6
|
||||
and state["context_match"] > 0.8
|
||||
and state["recent_interventions_24h"] < 3)
|
||||
```
|
||||
|
||||
### Lally formation curve
|
||||
```python
|
||||
import numpy as np
|
||||
|
||||
def automaticity(day: int, asymptote: float = 0.95, k: float = 0.04) -> float:
|
||||
"""Asymptotic automaticity (Lally 2010 fit)."""
|
||||
return asymptote * (1 - np.exp(-k * day))
|
||||
# day 21 → ~0.58, day 66 → ~0.88
|
||||
```
|
||||
|
||||
### Context-cue salience score
|
||||
```python
|
||||
def cue_salience(cue: dict, history: list[dict]) -> float:
|
||||
"""Higher when cue co-occurs with successful routine."""
|
||||
matches = [h for h in history if all(h.get(k) == v for k, v in cue.items())]
|
||||
if not matches:
|
||||
return 0.0
|
||||
return sum(h["completed"] for h in matches) / len(matches)
|
||||
```
|
||||
|
||||
## 매 결정 기준
|
||||
| 상황 | Strategy |
|
||||
|---|---|
|
||||
| Brand-new habit | implementation intention + context stability |
|
||||
| Existing routine + new addition | habit stacking (anchor) |
|
||||
| High-friction habit | reduce friction first, then add cue |
|
||||
| Reward-poor habit | temptation bundling |
|
||||
| Identity-level change | identity-based ("I am the kind of person who...") |
|
||||
| Relapse prevention | re-stabilize context, restore cue |
|
||||
|
||||
**기본값**: 매 implementation intention + same context daily + 60-90 day window. 매 21-day promise X.
|
||||
|
||||
## 🔗 Graph
|
||||
- 부모: [[Behavioral Psychology]] · [[Operant Conditioning]]
|
||||
- 변형: [[Keystone Habits]] · [[Bad Habit Extinction]] · [[Habit Stacking]]
|
||||
- 응용: [[Atomic Habits]] · [[CBT]] · [[JITAI]] · [[Behavior Change]]
|
||||
- Adjacent: [[Basal Ganglia]] · [[Implementation Intentions]] · [[Self-Determination Theory]]
|
||||
|
||||
## 🤖 LLM 활용
|
||||
**언제**: 매 implementation intention drafting, 매 habit-stack anchor 의 brainstorm, 매 obstacle anticipation, 매 daily reflection scaffold.
|
||||
**언제 X**: 매 individual psychological diagnosis (e.g., compulsion vs habit) — 매 clinical professional 필수.
|
||||
|
||||
## ❌ 안티패턴
|
||||
- **21-day promise**: 매 individual variance 무시 — 매 18-254 day range.
|
||||
- **Willpower 만 의 의존**: 매 ego depletion + decision fatigue — 매 environment design.
|
||||
- **Multiple new habits 의 동시**: 매 cognitive bandwidth 초과 — 매 1-2 habits 의 sequence.
|
||||
- **No cue specification**: 매 vague intention ("eat better") — 매 specific cue + action.
|
||||
- **Punishing missed days excessively**: 매 self-shame spiral — 매 "miss once, never twice" rule.
|
||||
|
||||
## 🧪 검증 / 중복
|
||||
- Verified (Lally et al. 2010 EJSP, Wood "Good Habits, Bad Habits" 2019, Duhigg "Power of Habit", Clear "Atomic Habits", Gollwitzer 1999 meta-analysis).
|
||||
- 신뢰도 A.
|
||||
|
||||
## 🕓 Changelog
|
||||
| 날짜 | 변경 |
|
||||
|---|---|
|
||||
| 2026-05-08 | Phase 1 |
|
||||
| 2026-05-10 | Manual cleanup — habit loop, Lally curve, JITAI, implementation intentions 추가 |
|
||||
|
||||
Reference in New Issue
Block a user