Overview of Agentic AI
Hi, In this post I want to outline Agentic AI. I’ve spent the last two years building AI agents and I want to share an overview of what I’ve learned. I originally meant to start this series a year ago, but finding the time was tough. While this field is moving incredibly fast, I’m going to ignore the latest hype and focus strictly on the fundamentals. Nowadays, the term “agent” is used loosely for almost any system involving an LLM. As an introduction, I want to draw a clear distinction between an agent and a workflow. An agent operates in an open environment and autonomously figures out how to solve a problem (e.g. a chatbot for data analysis). In contrast, a workflow is a predefined sequence of steps in which an LLM is used to execute specific tasks (e.g. extracting text to fill out a form). ...