docs(10_Wiki): 위키 전체 재구성 — Topic_* 폴더를 4개 카테고리로 통합 + 대규모 중복 제거

Topic_Agent/Topic_Blog/Topics/Topics_Biz/Topics_Meeting/Topics_Rag의 마크다운 지식 문서를
Topic_General/Topic_Programming/Topic_Graphic/Topic_Business 4개 카테고리로 재분류.

- 중복 제거: frontmatter의 status:duplicate/merged + duplicate_of/redirect_to 필드로
  자기 자신을 중복으로 선언한 리다이렉트 stub 1032개 제거, 완전 동일 내용 파일 472개 제거,
  동일 파일명·다른 내용 충돌 시 더 큰(완전한) 버전만 유지(162개 제거) — 총 1639개 중복 제거.
- 분류: 폴더 단위로 명확한 항목(AI_and_ML/Coding/Architecture 등 → Programming,
  Comfyui/Visual_Effects → Graphic, Topics_Biz/Topics_Meeting/사업 등 → Business,
  Poetic_Blog_Writing/창의성/Game_Design 등 → General)은 폴더 우선순위로,
  나머지 혼재 폴더(Topic_Agent/Topic_Blog/Topics 루트/Thinking & Reasoning/Other/UI_UX_Assets)는
  title/tags 키워드 스코어링으로 파일 단위 분류(불명확한 경우 General로 폴백).
  원본 폴더명은 "From_*" 서브폴더로 보존해 추적 가능성 유지.
- 최종 배치: Programming 2784 / General 1608 / Graphic 285 / Business 249 = 4926개 문서.
- 에이전트 운영 상태(.astra/.agent/.obsidian/sessions/memory/_company/docs/lessons/_shared/src)는
  지식 콘텐츠가 아니므로 재분류 대상에서 제외하고 원위치 유지.
- Topics/Topic_email(상위 보호 폴더 Topic_email과 파일명 100% 중복) 삭제 — 보호 폴더 자체는 미변경.
- 완전히 비게 된 Topic_Agent/Topic_Blog/Topics_Biz/Topics_Rag 폴더 제거.
This commit is contained in:
Antigravity Agent
2026-07-05 00:33:48 +09:00
parent 1cfd3bbb56
commit 9148c358d0
6455 changed files with 1 additions and 86875 deletions
@@ -0,0 +1,141 @@
---
id: wiki-2026-0508-anthropic-principle
title: Anthropic Principle
category: 10_Wiki/Topics
status: verified
canonical_id: self
aliases: [인류 원리, fine-tuning, observer selection, anthropic reasoning]
duplicate_of: none
source_trust_level: B
confidence_score: 0.83
verification_status: conceptual
tags: [philosophy, cosmology, physics, ai-alignment, observer-bias, fine-tuning, multiverse]
raw_sources: []
last_reinforced: 2026-05-10
github_commit: pending
tech_stack:
language: philosophy / physics
applicable_to: [AI Design, Cosmology, Selection Bias Reasoning]
---
# Anthropic Principle
## 📌 한 줄 통찰
> **"매 우주 가 정교 한 이유 = 매 우리 가 관찰 중"**. 매 selection bias 의 fundamental form. 매 fine-tuned constant 의 explain — 매 우주 가 X 의 condition X 가, 매 X 의 case 의 매 observer X. 매 AI 의 design 의 응용 — 매 human 의 feedback 의 alignment 의 same selection.
## 📖 핵심
### 매 정의
- **WAP (Weak Anthropic Principle)**: 매 우주 의 매 observer 의 location 의 매 life-supporting condition.
- **SAP (Strong Anthropic Principle)**: 매 우주 의 매 어느 시점 의 intelligent life 의 inevitable.
- **PAP (Participatory)**: Wheeler — 매 observer 의 매 우주 의 collapse.
- **FAP (Final)**: Tipler — 매 intelligence 의 우주 의 omega point.
### 매 fine-tuning 의 example
- **Cosmological constant** (Λ): 매 10^120 배 의 너무 큼 가, 매 zero 가까. 매 갤럭시 X 가 X.
- **Strong force**: 매 0.4% 변 의 carbon X.
- **Electron / proton mass ratio**: 매 0.5% 변 의 chemistry X.
- **Higgs mass**: 매 vacuum 의 stability.
→ Martin Rees "Just Six Numbers".
### 매 응답 (debate)
1. **Multiverse**: 매 무수한 우주 → 매 X 가 자연스럽.
2. **Designer**: 매 intentional fine-tune.
3. **Self-explanatory**: 매 우주 가 가능한 form 의 only.
4. **No fine-tuning**: 매 calculation 의 wrong.
→ Bostrom "Anthropic Bias" (2002).
### 매 selection bias 의 reasoning
- 매 sample 의 self-selected.
- 매 conclusion 의 careful.
- 매 "Doomsday argument": 매 human 의 birth rank 의 reasoning.
- 매 Sleeping Beauty problem.
### 매 AI 의 응용
1. **Alignment**: 매 RLHF 의 매 human feedback 의 selection. 매 AI 의 evolution 가 human-centric.
2. **Capability emergence**: 매 우리 의 observe 매 capable model 의 only — 매 less-capable 의 deploy X.
3. **Safety research**: 매 우리 의 alive — 매 catastrophic AI 의 case 의 우리 의 observe 못 함 (anthropic shadow).
4. **Selection bias** in benchmark: 매 benchmark 의 popular = 매 model 의 optimize.
### Anthropic shadow (Bostrom & Ćirković)
- 매 existential risk 의 우리 의 evidence 의 reduce.
- 매 close call 의 우리 의 observe X.
- 매 AI x-risk 의 underestimate.
→ Past base rate 의 future risk 의 predict 의 X.
## 💻 패턴 (응용 — selection bias reasoning)
### Survivorship bias check
```python
# ❌ 매 successful startup 의 분석 → "매 이런 trait 가 success"
def analyze_traits(successful_startups):
return [s.founder.trait for s in successful_startups]
# ✅ 매 failed 도 포함
def analyze_traits_unbiased(all_startups):
return [(s.founder.trait, s.outcome) for s in all_startups]
```
→ 매 selection effect 의 explicit.
### Anthropic-aware risk
```python
# 매 past safe → 매 future safe X
def estimate_xrisk(past_close_calls, anthropic_shadow_factor=2):
base_rate = past_close_calls / years_observed
# 매 우리 의 alive 가 selection
adjusted = base_rate * anthropic_shadow_factor
return adjusted
```
→ 매 past base rate 의 careful.
### Alignment 의 self-selection
```python
# 매 RLHF 의 human feedback
def aligned_reward(model_output, human_pref):
# 매 human 의 worldview 의 implicit projection
# 매 selection: 매 우리 가 like 의 model 의 deploy
return human_pref(model_output)
```
→ 매 anthropic 의 alignment.
## 🤔 결정 기준
| 질문 | Reasoning |
|---|---|
| "왜 매 우주 의 fine-tuned?" | Anthropic + multiverse |
| "왜 매 startup 의 X trait?" | Survivorship bias |
| "왜 매 AI 의 safe so far?" | Anthropic shadow |
| "왜 매 benchmark 의 high?" | Selection bias |
**기본값**: 매 selection effect 의 explicit. 매 conclusion 의 careful.
## 🔗 Graph
- 응용: [[AI_Safety_and_Alignment|AI-Alignment]]
- Adjacent: [[Fine-Tuning]]
## 🤖 LLM 활용
**언제**: 매 selection bias 의 detect. 매 AI safety reasoning. 매 cosmology discussion. 매 base-rate 의 question.
**언제 X**: 매 specific physics calculation. 매 theology argument 의 substitute.
## ❌ 안티패턴
- **"매 우주 가 designed"**: 매 anthropic 가 multiverse 도 가능한 explanation.
- **Survivorship bias 무시**: 매 successful 만 의 분석.
- **Anthropic shadow 무시**: 매 past safe → 매 future safe.
- **WAP / SAP 의 conflate**: 매 different claim.
- **매 "anthropic" 의 magic word**: 매 actual selection mechanism 의 explicit.
## 🧪 검증 / 중복
- Verified (Bostrom "Anthropic Bias", Rees "Just Six Numbers").
- 신뢰도 B (philosophy 의 active debate).
- Related: [[AI_Safety_and_Alignment|AI-Alignment]] · [[X-Risk]] · [[Selection-Bias]].
## 🕓 Changelog
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | Manual cleanup — variants + fine-tuning + AI 응용 + anthropic shadow |