AI Agents - What are they?

 


Contents

00:04
Introduction to AI agents and agentic workflows
00:44
Level 1: Large language models basics
01:49
Limitations of LLMs and their passive nature
02:22
Level 2: AI workflows and control logic
03:29
Adding multiple steps in AI workflows
04:03
Real-world AI workflow example with make.com
05:43
Level 3: AI agents replacing human decision makers
09:02
Summary of AI levels and key traits



Jeff Su, in this video provides a clear and accessible explanation of AI agents tailored for non-technical users who regularly interact with AI tools. He introduces a three-level learning path that builds on familiar concepts like chatbots, progressing toward a comprehensive understanding of AI workflows and AI agents. 

At the first level, large language models (LLMs) such as ChatGPT are described as tools that passively respond to user prompts based on their training data but lack access to personal or proprietary information and cannot act autonomously. 

The second level introduces AI workflows, where LLMs are integrated into structured processes defined by human-controlled "control logic," enabling them to retrieve external information (like calendar data or weather) but still without autonomous decision-making. 

The final, most advanced level discussed is AI agents — systems where LLMs can reason independently, plan steps, take actions using external tools, evaluate intermediate outputs, and iterate to optimize results, effectively replacing a human decision-maker in a workflow. 


The video highlights practical examples and frameworks such as RAG (retrieval augmented generation) and the React framework, demystifying complex terms and illustrating how AI agents differ fundamentally from simpler workflows by being agentic — capable of autonomous reasoning and action. Real-world demos and a personal project emphasize the growing accessibility and practical utility of AI agents in everyday contexts, making this an informative guide for users looking to deepen their grasp of current AI capabilities and their real-life applications.


Highlights  

🤖 The video explains AI agents in a simple, non-technical way for regular AI tool users.  

📚 Three-level learning path: Large Language Models → AI Workflows → AI Agents.  

🛑 LLMs are passive and have no access to private or real-time data unless programmed to retrieve it.  

🔄 AI workflows follow human-defined, fixed paths integrating external data but lack autonomous decision-making.  

⚙️ AI agents independently reason, plan, act, and iterate to achieve goals using external tools.  

🧠 React framework is the common design pattern for AI agents combining reasoning and acting.  

🔍 Real-world examples illustrate the transition from manual workflows to fully autonomous AI agents.


Key Insights  

🤖 LLMs as Passive Responders with Limited Scope:

  Large language models like ChatGPT excel at generating coherent and contextually relevant text, but they operate passively. They respond only when prompted and cannot access personal or proprietary data by default. This demarcates the boundary between smart text generation and more complex, context-aware AI applications.


🔗 AI Workflows Extend LLM Capabilities but Depend on Human Control:  

  By integrating external data sources through predetermined "control logic," AI workflows enhance LLM functionality—such as querying a calendar or fetching weather information before answering a question. However, these workflows are rigid and require a human to design and maintain the sequence of steps, limiting adaptability and autonomy.


🧩 Retrieval Augmented Generation (RAG) Simplifies Complex Processes:

  Despite sounding complex, RAG is a workflow methodology allowing AI models to actively "look up" relevant information before responding. This concept underpins practical applications like enhanced search or context-aware question answering, demonstrating how AI tools blend vast training knowledge with live data retrieval.


🤖 Transitioning from Workflow to Agent Requires Autonomous Reasoning and Acting:

  The defining feature that sets AI agents apart from workflows is the ability to perform reasoning — deciding the optimal approach to achieve goals, dynamically making choices, and executing actions using tools without human intervention. This autonomy empowers AI agents to handle complex tasks involving multiple external tools and iterative refinement.


🔄 Iteration and Self-Critique are Key Traits of AI Agents:

  Unlike workflows that require manual prompt tuning, AI agents can autonomously evaluate their outputs, recognize shortcomings, and improve results through multiple iterations. This mechanism mimics the human trial-and-error process and significantly increases efficiency and output quality in tasks like content creation or data analysis.


⚙️ React Framework as a Model for AI Agent Design: 

  The React approach—Reason + Act—is a commonly used framework for implementing AI agents. These agents continuously cycle through reasoning (planning steps), acting (executing tasks), and observing results. This design pattern is foundational for creating agents that can manage complex, multi-step workflows in an adaptive, intelligent manner.


🌐 Practical Examples Highlight Increasing Accessibility of AI Agents: 

  The video’s demonstrations, such as automating social media posting through integrated tools and Andrew’s AI vision agent that identifies skiers in video clips, show AI agents at work in everyday scenarios. This illustrates the practical impact of evolving AI from simple chatbots to autonomous decision-making systems that reduce manual labor and improve productivity across domains.