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, modularity, systems-theory, decoupling, robustness, comp
last_reinforced: 2026-04-20
---
# [[Modularity]]
# [[Modularity|Modularity]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "복잡성을 다스리는 분할 정복: 시스템의 구성 요소들이 얼마나 독립적으로 나뉘어 있는지를 나타내는 척도이자, 장애가 전체로 전염되는 것을 막고 각 부분이 서로 다른 속도로 진화할 수 있게 허용하는 시스템의 회복 탄력성."
@@ -26,6 +26,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 최근 신경망 모델 정책(MoE, Mixture of Experts)은 입력을 처리할 때 필요한 '전문가 모듈'만 활성화하여 연산량을 줄이는 '동적 모듈성 정책'을 실현하여 거대 모델의 효율 정책을 극대화함.
## 🔗 지식 연결 (Graph)
- [[Modular-Design]], [[Fault-Tolerance]], [[Complexity Theory]], [[Scalability]], [[Efficiency]]
- [[Modular-Design|Modular-Design]], [[Fault-Tolerance|Fault-Tolerance]], [[Complexity Theory|Complexity Theory]], [[Scalability|Scalability]], [[Efficiency|Efficiency]]
- **Modern Tech/Tools**: Containerization (Docker), Mixture of Experts (MoE), Dynamic linking.
---