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-REFL-001
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.96
tags: [auto-reinforced, reflection, self-correction, metacognition, feedback-loop, ai-reasoning]
last_reinforced: 2026-04-20
@@ -26,6 +26,6 @@ last_reinforced: 2026-04-20
- **정책 변화(RL Update)**: 단순 텍스트 성찰 정책을 넘어, 코드를 실행해 보고 에러가 나면 스스로 디버깅하는 '실행 결과 기반 성찰 정책'이 자율 에이전트의 핵심 기술 정책으로 자리 잡음. (Problem-Solving와 연결)
## 🔗 지식 연결 (Graph)
- [[Reliability]], [[P-Reinforce]], [[Metacognition]], [[Problem-Solving]], [[Feedback-Loops]]
- [[Reliability]], [[P-Reinforce]], Metacognition, [[Problem-Solving]], [[Feedback-Loops]]
- **Modern Tech/Tools**: Reflexion (Framework), Self-Correction algorithms, AI Debugging.
---