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, fsm, finite-state-machine, automata, computer-science, l
last_reinforced: 2026-04-20
---
# [[Finite-State-Machines]]
# [[Finite-State-Machines|Finite-State-Machines]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "상태의 엄격한 질서: 시스템이 가질 수 있는 모든 상태(State)와 그들 간의 전이(Transition) 규칙을 명확히 정의함으로써, 복잡한 로직을 명쾌한 흐름도로 구조화하고 오작동을 원천 통제하는 논리적 명법."
@@ -27,6 +27,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 현대 AI 에이전트 정책에서 가변적이고 비정형적인 행동을 제어하기 위해, 큰 흐름은 정해진 FSM 정책에 따르고 세부 결정만 AI가 내리게 하는 '하이브리드 에이전트 아키텍처 정책'이 신뢰성 확보의 핵심임.
## 🔗 지식 연결 (Graph)
- [[Control-Theory]], [[Technical-Architecture]], [[Analysis]], [[Logic]], [[Design-System]]
- [[Control-Theory|Control-Theory]], [[Technical-Architecture|Technical-Architecture]], [[Analysis|Analysis]], [[Logic|Logic]], [[Design-System|Design-System]]
- **Modern Tech/Tools**: XState (JavaScript), Unity Animator, Regex engines.
---