feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: DATA-SER-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [data-engineering, json, serialization, data-exchange, api-design, protobuf]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[JSON and Data Serialization (JSON과 데이터 직렬화)]]
|
||||
# JSON and Data Serialization (JSON과 데이터 직렬화)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "복잡한 지능의 구조를 누구나 이해할 수 있는 보편적인 텍스트로 치환하여, 시스템 간의 경계를 허물어라" — 메모리 내의 객체나 데이터 구조를 전송 및 저장 가능한 형식으로 변환(Serialization)하고, 이를 다시 원래 상태로 복원(Deserialization)하는 데이터 유통 기술.
|
||||
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 모든 메타데이터와 지식 그래프를 JSON 형식으로 관리하여 인간의 가독성을 확보하되, 고성능 에이전트 간 통신 시에는 Protobuf를 적용하여 네트워크 부하를 최소화함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Input-Validation-Strategies]], [[System-Design-for-AI-Scale]], [[Knowledge-Graph-Foundations]], [[Cloud-Security-Mastery]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/JSON-and-Data-Serialization.md]]
|
||||
- [[Input-Validation-Strategies]], System-Design-for-AI-Scale, [[Knowledge-Graph-Foundations]], Cloud-Security-Mastery
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/JSON-and-Data-Serialization.md
|
||||
|
||||
Reference in New Issue
Block a user