Agentic Artificial Intelligence (AI): Architectures, Taxonomies, and Evaluation of Large Language Model Agents
Arunkumar V, Gangadharan G. R., Rajkumar Buyya
TL;DR
The paper addresses how to design and evaluate agentic AI built on LLMs, proposing a unified six-dimension taxonomy and a three-layer architecture that ties perception, memory, planning, tool use, and profiling to robust multi-agent collaboration. It formalizes the agentic control loop within a POMDP-like framework and analyzes single versus multi-agent configurations, graph-based orchestration, and flow engineering. The authors also discuss diverse environments and applications, from digital Web/OS to embodied robotics and healthcare, paired with evaluation and safety frameworks (CLASSic) and enterprise benchmarks. The work highlights open challenges—hallucination in action, infinite loops, latency, and security—and outlines open directions toward open-ended learning, open governance, and robust, verifiable autonomous systems with practical deployment considerations.
Abstract
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.
