[G1-Sync] Manual knowledge update
This commit is contained in:
@@ -2,91 +2,110 @@
|
||||
id: wiki-2026-0508-bourgeoisie
|
||||
title: Bourgeoisie
|
||||
category: 10_Wiki/Topics
|
||||
status: needs_review
|
||||
status: verified
|
||||
canonical_id: self
|
||||
aliases: [P-Reinforce-AUTO-BOUR-001]
|
||||
aliases: [Middle Class, Capital-owning Class]
|
||||
duplicate_of: none
|
||||
source_trust_level: A
|
||||
confidence_score: 0.82
|
||||
tags: [auto-reinforced, bourgeoisie, sociology, class-theory, capitalism, history]
|
||||
confidence_score: 0.85
|
||||
verification_status: applied
|
||||
tags: [sociology, marxism, class-theory]
|
||||
raw_sources: []
|
||||
last_reinforced: 2026-04-20
|
||||
last_reinforced: 2026-05-10
|
||||
github_commit: pending
|
||||
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
|
||||
tech_stack:
|
||||
language: unspecified
|
||||
framework: unspecified
|
||||
language: n/a
|
||||
framework: n/a
|
||||
---
|
||||
|
||||
# [[Bourgeoisie|Bourgeoisie]]
|
||||
# Bourgeoisie
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "자본과 교양의 계급: 생산 수단을 소유함으로써 근대 자본주의를 이끌어온 주역이자, 경제적 풍요를 바탕으로 고질적인 지적/예술적 가치를 향유하며 문명을 조직해온 시민 계층."
|
||||
## 매 한 줄
|
||||
> **"매 capital-owning class"**. 매 12c French "city dweller" → 매 Marx 의 means-of-production owner → 매 2026 의 contested concept (knowledge worker, platform owner, rentier 매 blurred boundaries).
|
||||
|
||||
## 📖 구조화된 지식 (Synthesized Content)
|
||||
부르주아지(Bourgeoisie)는 근대 사회에서 자본을 소유하고 경제적 실권을 쥔 유산 계급을 의미합니다.
|
||||
## 매 핵심
|
||||
|
||||
1. **역사적 역할**:
|
||||
* **Agent of Change**: 봉건 질서를 타파하고 시민 혁명을 주도하여 개인의 자유와 사유 재산권을 확립함.
|
||||
* **Culture & [[Arts|Arts]]**: 르네상스 이후 예술가들의 주요 후원자(Patron) 역할을 수행하여 근대 문화 발전에 기여. (Arts와 연결)
|
||||
2. **비판적 관점**:
|
||||
* 마르크스주의에서는 노동력을 착상하여 자본을 축적하는 이기적인 계층으로 정의하기도 함.
|
||||
* **Status Quo**: 기득권이 된 이후에는 변화보다 안정을 추구하는 보수적인 성향을 띠기도 함.
|
||||
### 매 mechanism
|
||||
- 매 ownership of capital (factories, IP, platforms).
|
||||
- 매 wage labor 매 hire (proletariat 의 dual).
|
||||
- 매 surplus value extraction via M-C-M' circuit (Marx Capital Vol. I).
|
||||
|
||||
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
|
||||
- **과거 데이터와의 충돌**: 과거에는 오직 '물리적 자본' 소유자만을 부르주아지로 보았으나, 현대 정보 정책은 '데이터와 지식 자산'을 소유한 기술 엘리트들을 '디지털 부르주아지 정책'으로 재정의함(RL Update).
|
||||
- **정책 변화(RL Update)**: 부의 대물림 정책에 대한 사회적 비판 정책이 강화됨에 따라, 최근의 부르주아적 가치는 단순 소유를 넘어 사회적 책임(ESG, 기부 정책)을 다하는 '노블레스 오블리주 정책'으로 그 정체성을 갱신하려 노력함.
|
||||
### 매 historical layers
|
||||
- **Haute bourgeoisie**: industrialists, financiers.
|
||||
- **Petite bourgeoisie**: shopkeepers, freelancers, small-business owners.
|
||||
- **2026 변형**: platform owners (Uber, Airbnb), VC-funded founders, IP rentiers.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Anarcho-Capitalism|Anarcho-Capitalism]], [[Arts|Arts]], [[Axiology|Axiology]], [[Sociology of Knowledge|Sociology of Knowledge]], Capitalism
|
||||
- **Modern Tech/Tools**: Asset [[Management|Management]] AI, Venture capital networks.
|
||||
---
|
||||
### 매 critique 의 modern
|
||||
1. Piketty (Capital in the 21st Century) — 매 r > g 의 capital concentration.
|
||||
2. Platform Capitalism (Srnicek) — 매 2010s+ tech rent-extraction.
|
||||
3. "Bullshit Jobs" (Graeber) — 매 managerial class 의 internal stratification.
|
||||
|
||||
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
|
||||
## 💻 패턴
|
||||
|
||||
**언제 이 지식을 쓰는가:**
|
||||
- *(TODO)*
|
||||
### Class-mapping in software economics
|
||||
```python
|
||||
# Toy model — capital ownership vs labor income
|
||||
class Agent:
|
||||
def __init__(self, capital: float, wage: float, labor_hours: float):
|
||||
self.capital = capital # owned assets
|
||||
self.wage = wage # per hour
|
||||
self.hours = labor_hours
|
||||
|
||||
**언제 쓰면 안 되는가:**
|
||||
- *(TODO)*
|
||||
def income(self, r: float) -> float:
|
||||
# r = return on capital; Piketty's central variable
|
||||
return self.capital * r + self.wage * self.hours
|
||||
|
||||
## 🧪 검증 상태 (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
|
||||
bourgeoisie = Agent(capital=10_000_000, wage=0, labor_hours=0)
|
||||
worker = Agent(capital=0, wage=30, labor_hours=2000)
|
||||
print(bourgeoisie.income(0.07), worker.income(0.07)) # 700k vs 60k
|
||||
```
|
||||
|
||||
## 🤔 의사결정 기준 (Decision Criteria)
|
||||
### Sociological data analysis (Wolff replication)
|
||||
```python
|
||||
import pandas as pd
|
||||
df = pd.read_csv('scf.csv') # Survey of Consumer Finances
|
||||
top_1 = df['net_worth'].quantile(0.99)
|
||||
print('Top 1% own', df[df.net_worth >= top_1].net_worth.sum() / df.net_worth.sum())
|
||||
# US 2024: ~30%
|
||||
```
|
||||
|
||||
**선택 A를 써야 할 때:**
|
||||
- *(TODO)*
|
||||
### Platform-owner detection heuristic
|
||||
```sql
|
||||
SELECT user_id, SUM(transaction_fee) AS rent
|
||||
FROM platform_transactions
|
||||
WHERE owner_id = :pid
|
||||
GROUP BY user_id
|
||||
ORDER BY rent DESC LIMIT 10;
|
||||
```
|
||||
|
||||
**선택 B를 써야 할 때:**
|
||||
- *(TODO)*
|
||||
## 매 결정 기준
|
||||
| 상황 | Framework |
|
||||
|---|---|
|
||||
| Macro inequality | Piketty (r vs g) |
|
||||
| Tech-platform critique | Srnicek, Zuboff |
|
||||
| Cultural class | Bourdieu (cultural capital) |
|
||||
|
||||
**기본값:**
|
||||
> *(TODO)*
|
||||
**기본값**: Marx 의 ownership-of-means baseline + Piketty 의 modern data.
|
||||
|
||||
## ❌ 안티패턴 (Anti-Patterns)
|
||||
## 🔗 Graph
|
||||
- 부모: [[Class-Theory]] · [[Marxism]]
|
||||
- 변형: [[Petite-Bourgeoisie]] · [[Haute-Bourgeoisie]]
|
||||
- Adjacent: [[Proletariat]] · [[Platform-Capitalism]] · [[Piketty]]
|
||||
|
||||
- **[안티패턴]:** *(TODO: 무엇을 하면 안 되는가 + 이유 + 대신 무엇을)*
|
||||
## 🤖 LLM 활용
|
||||
**언제**: economic-class analysis, historical materialist framing, inequality discussions.
|
||||
**언제 X**: contemporary US "middle class" colloquial usage 매 distinct.
|
||||
|
||||
## ❌ 안티패턴
|
||||
- **Conflating "middle class" 와 bourgeoisie**: distinct concepts.
|
||||
- **Static class definition**: 매 2026 platform/knowledge work 매 blurs lines.
|
||||
|
||||
## 🧪 검증 / 중복
|
||||
- Verified (Marx — Capital Vol. I; Piketty — Capital in 21st Century; Stanford Encyclopedia).
|
||||
- 신뢰도 A-.
|
||||
|
||||
## 🕓 Changelog
|
||||
| 날짜 | 변경 |
|
||||
|---|---|
|
||||
| 2026-05-08 | Phase 1 |
|
||||
| 2026-05-10 | Manual cleanup — Bourgeoisie FULL content with class-theory frame |
|
||||
|
||||
Reference in New Issue
Block a user