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
@@ -1,4 +1,4 @@
# [[Foundational LLM Concepts (LLM 기초 개념)]]
# Foundational LLM Concepts (LLM 기초 개념)
## 📌 Brief Summary
Foundational LLM Concepts는 에이전틱 시스템의 두뇌 역할을 하는 대규모 언어 모델(LLM)의 본질적인 특성, 아키텍처적 한계, 그리고 에이전트 구축 시 고려해야 할 핵심 원리를 다룬다. 모델의 확률론적 특성과 컨텍스트 처리 방식에 대한 깊은 이해는 신뢰할 수 있는 에이전트 하네스를 설계하는 데 필수적인 기초 지식이다.
@@ -20,11 +20,11 @@ Foundational LLM Concepts는 에이전틱 시스템의 두뇌 역할을 하는
## 🔗 Knowledge Connections
### Related Concepts
* [[Reasoning & Planning]]
* [[Reasoning & Planning|Reasoning & Planning]]
* 연결 이유: LLM의 기초적인 추론 능력을 바탕으로 복잡한 계획 수립 능력이 구축된다.
* [[Context Engineering]]
* [[Context Engineering|Context Engineering]]
* 연결 이유: LLM의 컨텍스트 윈도우 한계를 기술적으로 극복하기 위한 방법론이다.
* [[Agentic AI Security]]
* [[Agentic AI Security|Agentic AI Security]]
* 연결 이유: LLM의 취약점(인젝션 등)을 방어하는 보안 체계와 직결된다.
### Deeper Research Questions