docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ tags: [auto-reinforced, logic, reasoning, philosophy, mathematics, foundational,
last_reinforced: 2026-04-20
---
# [[Logic]]
# [[Logic|Logic]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "생각의 질서, 우주의 문법: 참과 거짓을 가려내고 전제로부터 결론을 끌어내는 가장 엄격한 규칙이자, 인공지능이 '단순한 계산기'를 넘어 '추론하는 존재'로 거듭나게 하는 모든 지적 활동의 물리적·철학적 뼈대."
@@ -26,6 +26,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: LLM이 논리적 오류를 범하는 현상을 해결하기 위해, 답변 생성 전에 논리적 단계를 스스로 검증하게 하는 '추론 체인(Chain of Thought) 정책'이 현대 논리 구현의 핵심이 됨. (Reasoning와 연결)
## 🔗 지식 연결 (Graph)
- [[Gates]], [[Epistemology]], [[Reasoning]], [[Godel's Incompleteness Theorems]], [[Analysis]]
- [[Gates|Gates]], [[Epistemology|Epistemology]], [[Reasoning|Reasoning]], [[Godel's Incompleteness Theorems|Godel's Incompleteness Theorems]], [[Analysis|Analysis]]
- **Modern Tech/Tools**: Prolog, Formal verification, Z3 prover, Boolean algebra.
---