<aside> 🦥

Sources

Building Effective AI Agents – Anthropic

https://huggingface.co/learn/agents-course/en/unit1/agent-steps-and-structure

</aside>

<aside> 🦥

How "agentic" something is comes down to how independent it is. There are 3 main levels 👇

</aside>

1. Non-agentic LLMs (The Basics)

normal_llm.png

<aside> 🦥

These are basically your normal LLMs/AIs. ChatGPT, Gemini, Claude, Llama, etc.

</aside>

<aside> 🦥

2. AI Workflows (The Middle Ground)

ai_workflows_bg.png

<aside> 🦥

These are like LLMs with special abilities. They have access to specific tools and information.

</aside>

<aside> 🦥

3. AI Agents (The Advanced Systems)

ai_agent_bg.png

<aside> 🦥

These are like digital assistants with initiative. They can decide what to do and how to do it.

</aside>

<aside> 🦥

AI Workflows Vs AI Agents

<aside> 🦥

Decision-making Process

<aside> 🦥

Goal Understanding

<aside> 🦥

Handling Complexity

<aside> 🦥

Adaptation

<aside> 🦥

User Interaction