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
@@ -1,12 +1,12 @@
---
id: DATA-JIT-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [data-engineering, jit-loading, lazy-loading, optimization, deep-learning, performance]
last_reinforced: 2026-04-26
---
# [[Just-in-time Data Loading (적시 데이터 로딩)]]
# Just-in-time Data Loading (적시 데이터 로딩)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "메모리의 한계에 굴복하지 말고, 필요한 정보만을 가장 필요한 순간에 흐르듯 공급하라" — 전체 데이터를 메모리에 미리 적재하는 대신, 연산 직전에 필요한 부분만을 디스크나 네트워크로부터 비동기적으로 읽어와 처리하는 효율적인 데이터 공급 전략.
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-26
- **정책 변화:** Antigravity 프로젝트는 1,174개의 지식 베이스를 전수 조사할 때, 전체를 메모리에 올리지 않고 JIT 로딩 방식을 적용하여 시스템 리소스 점유율을 10% 미만으로 유지함.
## 🔗 지식 연결 (Graph)
- [[Inference-Optimization]], [[System-Design-for-AI-Scale]], [[Deep-Learning-Foundations]], [[Cloud-Computing-Foundations]]
- **Raw Source:** [[10_Wiki/Topics/AI/Just-in-time-Data-Loading.md]]
- [[Inference-Optimization]], System-Design-for-AI-Scale, Deep-Learning-Foundations, Cloud-Computing-Foundations
- **Raw Source:** 10_Wiki/Topics/AI/Just-in-time-Data-Loading.md