에이전트형 인공지능(AI): 거대 언어 모델 에이전트의 아키텍처, 분류 체계 및 평가
Agentic Artificial Intelligence (AI): Architectures, Taxonomies, and Evaluation of Large Language Model Agents
인공지능은 단순히 텍스트만 생성하는 모델에서 시스템이 인지, 추론, 계획 및 행동할 수 있는 자율적 개체로 동작하는 에이전트형 AI(Agentic AI)로 진화하고 있다. 거대 언어 모델(LLM)은 더 이상 수동적인 지식 엔진으로만 사용되지 않고, 기억, 도구 사용, 환경에서의 피드백을 결합하여 확장된 목표를 추구하는 인지 제어자(cognitive controller)로서 역할을 하고 있다. 이러한 변화는 이미 소프트웨어 공학, 과학적 발견, 웹 탐색 분야의 복잡한 워크플로우 자동화를 지원하고 있지만, 단순한 단일 루프 에이전트부터 계층적 다중 에이전트 시스템에 이르기까지 다양한 설계가 등장함에 따라 이 기술 분야를 전체적으로 파악하기가 어려워지고 있다. 본 논문에서는 관련 아키텍처를 조사하고, 에이전트를 인지(Perception), 두뇌(Brain), 계획(Planning), 행동(Action), 도구 사용(Tool Use), 협업(Collaboration)으로 세분화하는 통합 분류 체계를 제안한다. 우리는 이러한 관점을 통해 선형적 추론 절차에서 네이티브 추론 시점(inference-time) 모델로의 변화와, 고정된 API 호출에서 모델 컨텍스트 프로토콜(MCP) 및 네이티브 컴퓨터 사용(Native Computer Use)과 같은 개방형 표준으로의 전환을 설명한다. 또한 디지털 운영 체제, 체화된 로봇 공학(embodied robotics), 기타 특수 도메인을 포함하여 에이전트가 작동하는 환경을 분류하고 현재의 평가 관행을 검토한다. 마지막으로 행동 단계에서의 환각(hallucination), 무한 루프, 프롬프트 인젝션과 같은 해결되지 않은 과제들을 강조하고, 보다 견고하고 신뢰할 수 있는 자율 시스템을 위한 향후 연구 방향을 제시한다.
Artificial Intelligence is moving from models that only generate text to Agentic AI, where systems behave as autonomous entities that can perceive, reason, plan, and act. Large Language Models (LLMs) are no longer used only as passive knowledge engines but as cognitive controllers that combine memory, tool use, and feedback from their environment to pursue extended goals. This shift already supports the automation of complex workflows in software engineering, scientific discovery, and web navigation, yet the variety of emerging designs, from simple single loop agents to hierarchical multi agent systems, makes the landscape hard to navigate. In this paper, we investigate architectures and propose a unified taxonomy that breaks agents into Perception, Brain, Planning, Action, Tool Use, and Collaboration. We use this lens to describe the move from linear reasoning procedures to native inference time reasoning models, and the transition from fixed API calls to open standards like the Model Context Protocol (MCP) and Native Computer Use. We also group the environments in which these agents operate, including digital operating systems, embodied robotics, and other specialized domains, and we review current evaluation practices. Finally, we highlight open challenges, such as hallucination in action, infinite loops, and prompt injection, and outline future research directions toward more robust and reliable autonomous systems.
AI Analysis
Korean Summary
Key Innovations
- 지각, 기억, 계획, 행동, 도구 사용, 협업을 포괄하는 에이전틱 AI를 위한 6단계 통합 아키텍처 및 분류 체계 제안
- 에이전트 시스템을 부분 관찰 마르코프 결정 과정(POMDP) 기반의 제어 루프로 공식화
- 단순 대화형 에이전트에서 명시적인 상태 관리와 제어가 가능한 그래프 기반 오케스트레이션 및 '플로우 엔지니어링(Flow Engineering)'으로의 전환 분석
- API 호출을 넘어선 'Code as Action' 및 GUI 제어를 위한 'Native Computer Use' 등 행동 인터페이스의 진화 조명
- 비용(Cost), 지연 시간(Latency), 정확성(Accuracy), 보안(Security), 안정성(Stability)을 통합한 평가 프레임워크(CLASSic) 도입
Learning & Inference Impact
학습 측면에서는 일시적인 인컨텍스트 학습(In-Context Learning)을 넘어, 에이전트 궤적을 기반으로 한 미세 조정(Fine-Tuning)과 AI 피드백을 활용한 강화 학습(RLAIF)을 통해 행동 패턴을 내재화하는 방향으로 발전하고 있음을 설명합니다. 추론 측면에서는 모델이 단순히 답변을 생성하는 것을 넘어, '생각의 나무(Tree of Thoughts)'나 재귀적 계획과 같이 추론 시간(Inference Time)에 탐색과 역추적을 수행하는 복잡한 인지 과정을 거치게 됨을 강조합니다. 이는 추론 비용과 지연 시간을 증가시키지만, 복잡한 문제 해결 능력을 획기적으로 향상시키며, 외부 도구 실행 결과를 추론 루프에 통합하여 실시간으로 계획을 수정하는 동적 추론을 가능하게 합니다.
Technical Difficulty
Estimated implementation complexity based on methodology.