feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-JITT-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.95
tags: [auto-reinforced, jit, just-in-time, compiler, optimization, performance, logistics]
last_reinforced: 2026-04-20
@@ -25,6 +25,6 @@ JIT(Just-In-Time)는 컴퓨팅과 물류 분야에서 공통적으로 쓰이는
- **정책 변화(RL Update)**: AI 추론 정책에서도 모든 모델 파라미터를 메모리에 올리기보다, 입력값에 따라 필요한 계층만 로드하거나 활성화하는 '동적 추론(JIT Inference) 정책'이 기기 내(On-device) AI의 핵심 기술로 부상함.
## 🔗 지식 연결 (Graph)
- [[Efficiency]], [[Optimization]], [[Hardware]], [[Distributed-Systems]], [[Moore's Law]]
- [[Efficiency]], [[Optimization]], [[Hardware]], [[Distributed-Systems]], Moore's Law
- **Modern Tech/Tools**: JVM HotSpot, V8 Engine (JavaScript), PyTorch JIT, JAX, Lean manufacturing.
---