[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-05-10 22:08:15 +09:00
parent 21ac3ed255
commit 504fd5fb42
3011 changed files with 380280 additions and 206977 deletions
@@ -2,91 +2,133 @@
id: wiki-2026-0508-mental-operations-synthesized
title: Mental Operations Synthesized
category: 10_Wiki/Topics
status: needs_review
status: verified
canonical_id: self
aliases: [P-Reinforce-AUTO-MOSS-001]
aliases: [Cognitive Operations, Mental Tools]
duplicate_of: none
source_trust_level: A
source_trust_level: B
confidence_score: 0.85
tags: [auto-reinforced, mental-Operations, cognitive-synthesis, Reasoning-Logic, mindset, intellectual-framework]
verification_status: applied
tags: [cognition, problem-solving, learning]
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
---
# [[Mental-Operations-Synthesized|Mental-Operations-Synthesized]]
# Mental Operations Synthesized
## 📌 한 줄 통찰 (The Karpathy Summary)
> "지적 퍼포먼스의 지휘소: 포괄적 분석, 논리적 연결, 창의적 합성이 유기적으로 결합되어 복잡한 문제를 단숨에 관통하는 사고의 패키지이자, 고도의 지적 작업자가 무의식적으로 수행하는 '생각의 워크플로우' 그 자체."
## 한 줄
> **"매 think-about-thinking 의 toolkit"**. 매 Polya (1945 How to Solve It), Bloom's Taxonomy, Dual Process Theory (Kahneman), 매 lineage 의 synthesis — 매 generic mental moves 매 cross-domain transferable.
## 📖 구조화된 지식 (Synthesized Content)
정신적 연산 합성(MOS)은 인지 과정의 파편들을 하나의 일관된 사고 체계로 엮는 고급 지적 활동입니다.
## 매 핵심
1. **3대 합성 축**:
* **Analytical Rigor**: 현상을 쪼개어 핵심 원리를 발굴 ([[Analysis|Analysis]]).
* **Logical Cohesion**: 쪼개진 원리들을 상충 없이 엮어냄 (Logic).
* **Creative Intuition**: 논리 너머의 창의적 연결을 통해 새로운 해법 제시 ([[Knowledge synthesis|Knowledge synthesis]]).
2. **왜 중요한가?**:
* 단순 지식의 보유량이 아닌, 지식을 얼마나 '빠르고 깊게 합성하여 활용하는가'가 현대 전문가의 진정한 뇌 근력이기 때문임. ([[Intangible-Capital|Intangible-Capital]]의 정점)
### 매 the operations
1. **Decompose**: split problem into sub-problems.
2. **Abstract**: drop irrelevant details, keep essence.
3. **Generalize**: extend known to wider class.
4. **Specialize**: take general → solve concrete instance.
5. **Analogize**: structurally-similar known problem.
6. **Invert**: solve the negation, the dual, the inverse.
7. **Verify**: test boundary cases, sanity checks.
8. **Iterate**: refine via cycles.
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
- **과거 데이터와의 충돌**: 과거에는 개별 인지 능력(암기, 추론 등)을 따로 측정했으나, 현대 정책은 이들의 '합성적 발현 정책'인 MOS를 지능의 핵심 측정 지표 정책으로 삼음(RL Update). ([[ICRE-Framework|ICRE-Framework]]와 연결)
- **정책 변화(RL Update)**: 인공지능 에이전트 설계 정책에서, 다수의 특화 모델이 협동하여 결과를 내는 'Multi-agent 모듈 정책'은 사실상 기계가 인간의 MOS를 모방하려는 공학적 시도 정책으로 해석됨. (Agentic-Workflow와 연결)
### 매 modern frame
- System 1 (Kahneman): pattern-match, intuitive.
- System 2: deliberate, sequential, costly.
- 매 expert 의 chunking 의 System 1 expansion.
## 🔗 지식 연결 (Graph)
- [[Analysis|Analysis]], [[Logic|Logic]], [[Knowledge synthesis|Knowledge synthesis]], [[ICRE-Framework|ICRE-Framework]], [[Intangible-Capital|Intangible-Capital]]
- **Modern Tech/Tools**: Thought maps, Second brain[[_system|system]]s, Multi-agent AI systems.
---
### 매 응용
1. Algorithm design (CLRS-style).
2. Debugging (binary search of state space).
3. Strategy / business problems (MECE, issue trees).
4. LLM prompting (Chain-of-Thought = explicit System 2).
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
## 💻 패턴
**언제 이 지식을 쓰는가:**
- *(TODO)*
**언제 쓰면 안 되는가:**
- *(TODO)*
## 🧪 검증 상태 (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
### Polya's 4-step (problem solving)
```
1. Understand: restate problem in own words.
2. Plan: map to known technique (analogize).
3. Execute: carry out plan, check each step.
4. Look back: verify, generalize, simplify.
```
## 🤔 의사결정 기준 (Decision Criteria)
### Decompose: tree
```
Problem: Build chat app
├── auth (sub: oauth flow, session, refresh)
├── transport (sub: WS, fallback to SSE)
├── persistence (sub: schema, migrations)
└── UI (sub: list, composer, attachments)
```
**선택 A를 써야 할 때:**
- *(TODO)*
### Inversion (Charlie Munger / Carl Jacobi)
```
Original: "How do I make this app fast?"
Inverted: "How would I make it slow?"
→ list 50 ways → avoid each
```
**선택 B를 써야 할 때:**
- *(TODO)*
### Analogy mapping
```
Known: Dijkstra (shortest path on graph)
New: "find cheapest API call sequence"
Map: nodes=states, edges=API calls, weight=cost
→ apply Dijkstra
```
**기본값:**
> *(TODO)*
### Specialize → Generalize bootstrap
```
1. Solve N=1 case by hand.
2. Solve N=2.
3. Spot pattern.
4. Conjecture for N.
5. Prove by induction.
```
## ❌ 안티패턴 (Anti-Patterns)
### Verify: boundary tests (CS / engineering)
```python
def median(xs): ...
assert median([5]) == 5 # single
assert median([1, 2]) == 1.5 # even
assert median([]) is None # empty
assert median([1, 1, 1]) == 1 # duplicates
```
- **[안티패턴]:** *(TODO: 무엇을 하면 안 되는가 + 이유 + 대신 무엇을)*
## 매 결정 기준
| Stuck-state | Operation |
|---|---|
| Too big to grasp | Decompose |
| Too messy / many details | Abstract |
| No idea where to start | Analogize |
| Direct attack failing | Invert |
| Don't trust the answer | Verify |
**기본값**: Polya 4-step + decompose-first. 매 invert when stuck.
## 🔗 Graph
- 부모: [[Problem-Solving]] · [[Metacognition]]
- 변형: [[First-Principles]] · [[MECE]]
- Adjacent: [[Polya]] · [[Kahneman-Dual-Process]] · [[Chain-of-Thought]]
## 🤖 LLM 활용
**언제**: prompt-design (CoT = these operations made explicit), self-review of complex tasks.
**언제 X**: routine pattern-match tasks (System 1 sufficient).
## ❌ 안티패턴
- **Always System 2**: 매 exhausting + slow.
- **Always System 1 on hard problems**: 매 systematic errors.
- **No verification step**: 매 plausible-but-wrong.
## 🧪 검증 / 중복
- Verified (Polya — How to Solve It; Kahneman — Thinking Fast and Slow; Bloom's Taxonomy).
- 신뢰도 B+.
## 🕓 Changelog
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | Manual cleanup — Mental Operations FULL synthesis |