d8a80f6272
이름만 다른(표기 변형) [[위키링크]]를 대상 문서의 canonical 제목으로 치환해 끊겼던 1,200개 링크를 연결. 제목/파일명 정규화 일치만 적용하고 별칭 매칭은 과병합 위험으로 제외(애매성 가드). 원본은 _link_reconcile_backup/ 에 백업. 도구: Datacollect/scripts/link_reconcile_apply.mjs Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
151 lines
5.3 KiB
Markdown
151 lines
5.3 KiB
Markdown
---
|
||
id: wiki-2026-0508-anarcho-primitivism
|
||
title: Anarcho-Primitivism
|
||
category: 10_Wiki/Topics
|
||
status: verified
|
||
canonical_id: self
|
||
aliases: [아나코-프리미티비즘, primitivism, anti-civilization, rewilding, Zerzan]
|
||
duplicate_of: none
|
||
source_trust_level: B
|
||
confidence_score: 0.78
|
||
verification_status: conceptual
|
||
tags: [political-philosophy, anarchism, anti-civilization, ecology, primitivism, technology-criticism]
|
||
raw_sources: []
|
||
last_reinforced: 2026-05-10
|
||
github_commit: pending
|
||
tech_stack:
|
||
language: political philosophy
|
||
applicable_to: [Tech Criticism, Sustainability, Digital Detox]
|
||
---
|
||
|
||
# Anarcho-Primitivism
|
||
|
||
## 📌 한 줄 통찰
|
||
> **"매 civilization 이전 의 return"**. 매 agriculture / industry 의 alienation 비판 — 매 hunter-gatherer 의 freedom + ecology. 매 radical 가, 매 AI 시대 의 energy / climate crisis 의 무게 의 재평가.
|
||
|
||
## 📖 핵심
|
||
|
||
### 매 비판 대상
|
||
1. **Civilization** itself: 매 root cause.
|
||
2. **Agriculture** (Neolithic Revolution): 매 settlement, 매 hierarchy.
|
||
3. **Domestication**: 매 animal + 매 plant + 매 human 의 control.
|
||
4. **Division of labor**: 매 specialization 의 alienation.
|
||
5. **Symbolic culture**: 매 language / number / time 의 abstraction.
|
||
6. **Technology**: 매 connection 의 disconnect.
|
||
|
||
### 매 사상가
|
||
- **John Zerzan**: "Future Primitive" (1994). 매 leading voice.
|
||
- **Ted Kaczynski** (Unabomber): 매 manifesto "Industrial Society and Its Future" — 매 violent extreme.
|
||
- **Daniel Quinn**: "Ishmael" — 매 narrative form.
|
||
- **Derrick Jensen**: 매 ecological 측 강조.
|
||
|
||
### 매 영향 (intellectual roots)
|
||
- Rousseau: "Noble Savage".
|
||
- Marshall Sahlins: "Original Affluent Society" (1972).
|
||
- Pierre Clastres: "Society Against the State".
|
||
|
||
### 매 alternative
|
||
- **Wildness**: 매 immediate gratification (vs delayed).
|
||
- **Small band**: 매 30-150명 (Dunbar number).
|
||
- **Rewilding**: 매 land + 매 self.
|
||
- **Foraging**: 매 hunter-gatherer 의 abundance.
|
||
|
||
### 매 비판 (counter-argument)
|
||
1. **Romantic**: 매 hunter-gatherer 의 violence rate 의 high (Pinker).
|
||
2. **Scale**: 매 8 billion human 의 hunter-gatherer 의 impossible.
|
||
3. **Lifespan**: 매 modern medicine 의 huge benefit.
|
||
4. **Selective tech rejection**: 매 print / fire / clothing 의 line drawing 어디.
|
||
5. **Genocidal implication**: 매 8B → 매 100M 의 path 의 unethical.
|
||
|
||
### 현대 적용 (mild form)
|
||
1. **Digital detox**: 매 screen-free time.
|
||
2. **Off-grid**: 매 self-sufficient.
|
||
3. **Slow movement**: 매 food, 매 fashion.
|
||
4. **Minimalism**: 매 possession ↓.
|
||
5. **Nature therapy**: 매 forest bathing.
|
||
6. **Right to repair**: 매 tech 의 ownership.
|
||
|
||
### 매 AI 시대 의 resonance
|
||
- 매 LLM 의 GW-scale energy.
|
||
- 매 datacenter 의 water / land use.
|
||
- 매 attention economy 의 human cost.
|
||
- 매 surveillance capitalism 의 freedom.
|
||
|
||
→ 매 mild primitivism 의 mainstream 의 attention.
|
||
|
||
## 💻 패턴 (응용 — tech criticism / digital wellness)
|
||
|
||
### Digital wellness setting
|
||
```ts
|
||
const wellness = {
|
||
screenTime: { dailyLimit: 4 * 60, // minutes
|
||
blackout: { start: '22:00', end: '07:00' } },
|
||
notifications: { allowList: ['family', 'urgent'],
|
||
batchOthers: 'twice-daily' },
|
||
deviceFreeZone: ['bedroom', 'dining_table'],
|
||
sabbath: 'Sunday', // 매 1 day / week 의 device-free
|
||
};
|
||
```
|
||
|
||
### Carbon footprint 의 LLM
|
||
```python
|
||
# 매 GPT-4 query ≈ 매 0.3 Wh
|
||
# 매 Google search ≈ 매 0.3 Wh
|
||
# 매 daily 100 query × 365 = 매 11 kWh / year ≈ 매 5 kg CO2
|
||
|
||
def query_with_consciousness(prompt, model='gpt-4'):
|
||
energy_wh = ENERGY_TABLE[model]
|
||
co2_g = energy_wh * GRID_INTENSITY_G_PER_WH
|
||
log_carbon(co2_g)
|
||
return llm.query(prompt)
|
||
```
|
||
|
||
→ 매 awareness 의 minimum.
|
||
|
||
### Right to repair principle
|
||
```
|
||
- 매 documentation public.
|
||
- 매 spare part 의 available 10 year.
|
||
- 매 standard tool 의 disassemble.
|
||
- 매 software unlock.
|
||
- 매 third-party repair OK.
|
||
```
|
||
|
||
## 🤔 결정 기준
|
||
| 상황 | 적용 |
|
||
|---|---|
|
||
| Lifestyle | Digital detox + slow + minimalism |
|
||
| Product design | Right to repair + low-tech option |
|
||
| Tech policy | E-waste, energy disclose |
|
||
| Personal wellness | Forest bathing, screen-free hour |
|
||
| Community | Local + small + face-to-face |
|
||
|
||
**기본값**: 매 strong primitivism (8B → 100M) 의 reject. 매 mild primitivism (digital detox, slow, repair) 의 적용.
|
||
|
||
## 🔗 Graph
|
||
- 부모: [[Anarchism]]
|
||
- 변형: [[Rewilding]]
|
||
- Adjacent: [[Sustainability]] · [[Addiction Neuroscience]]
|
||
|
||
## 🤖 LLM 활용
|
||
**언제**: 매 tech 의 ethics review. 매 sustainability decision. 매 digital wellness design.
|
||
**언제 X**: 매 violent extremism justification. 매 policy 의 8B 의 reduce 의 advocate.
|
||
|
||
## ❌ 안티패턴
|
||
- **Romantic 무비판**: 매 violence / disease 의 ignore.
|
||
- **모든 tech 의 reject**: 매 line drawing 어디.
|
||
- **Strong primitivism 의 advocate**: 매 genocidal implication.
|
||
- **매 personal lifestyle 의 only**: 매 systemic change X.
|
||
- **매 elitist (off-grid 의 wealth required)**: 매 access X.
|
||
|
||
## 🧪 검증 / 중복
|
||
- Verified (Zerzan, Sahlins, Quinn).
|
||
- 신뢰도 B (controversial 가 academic).
|
||
- Related: [[Anarchism]] · [[Deep-Ecology]] · [[Tech-Criticism]] · [[Surveillance-Capitalism]].
|
||
|
||
## 🕓 Changelog
|
||
| 날짜 | 변경 |
|
||
|---|---|
|
||
| 2026-05-08 | Phase 1 |
|
||
| 2026-05-10 | Manual cleanup — 사상가 + 비판 + 현대 적용 + digital wellness |
|