MCP prompt injection과 tool poisoning은 왜 위험할까
MCP prompt injection과 tool poisoning이 왜 위험한지, model-controlled tool 호출, human-in-the-loop, allowlist, audit log 관점으로 정리합니다.
MCP prompt injection과 tool poisoning이 왜 위험한지, model-controlled tool 호출, human-in-the-loop, allowlist, audit log 관점으로 정리합니다.
RAG context packing이 왜 중요한지 chunk 정렬, 중복 제거, 근거 우선순위, context budget, reranking 관점으로 설명합니다.
AI agent skill을 프롬프트 조각이 아니라 절차, 리소스, 도구 사용법, 검증 기준을 담은 재사용 가능한 작업 단위로 설명합니다.
Agent workflow를 plan, execute, review, retry, human approval 단계로 나누어 유지보수하기 쉬운 AI 에이전트 실행 구조를 설명합니다.
MCP와 function calling의 차이를 모델 호출 형식, MCP server, 운영 권한, 실패 처리 예시로 나누어 설명합니다.
AI agent memory를 저장소가 아니라 저장, 조회, 삭제, 검증 정책으로 설명합니다. short-term memory, long-term memory, retrieval memory의 차이와 실패 사례를 정리합니다.