Skip to content
Klay

What an AI agent actually is

After this lesson you can: Separate an agent from a chatbot and from a workflow.

First: Call an LLM API from Python

Watch

Notes

An AI agent is not just an LLM that answers a message. The useful software-engineering definition is: an LLM placed inside a loop where it can inspect state, choose an action, call a tool, read the result, and decide what to do next. The model is still producing text, but some of that text is treated as a structured request to run code, search, query a database, open a ticket, or call another service.

Unlock the full lesson notes, the exercises and the graded checkpoint - ₹5,000 once.