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, state, logic, context, temporary-data, persistence, tran
last_reinforced: 2026-04-20
---
# [[State]]
# [[State|State]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "찰나의 스냅샷: 과거에 어떤 일이 벌어졌는지에 대한 기억을 머금고 있는 '지금 이 순간의 데이터'이자, 시스템이 다음에 무엇을 할지 결정하기 위해 참조하는 가장 신선한 정보의 응축."
@@ -26,6 +26,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 챗봇(LLM) 또한 이전 대화 내용 정책을 '상태'로 관리하며(Context window), 이 상태를 얼마나 길고 정확하게 유지하느냐가 대화의 지능 정책 수준을 결정함.
## 🔗 지식 연결 (Graph)
- [[Storage]], [[Logic]], [[Reliability]], [[Scalability]], [[Search-Space]]
- [[Storage|Storage]], [[Logic|Logic]], [[Reliability|Reliability]], [[Scalability|Scalability]], [[Search-Space|Search-Space]]
- **Modern Tech/Tools**: Redux, React Context, Redis (State store), REST API (Stateless).
---