All posts

The agent courses actually worth taking

Agents are the loudest word in AI education right now. Here are the official, free courses that teach the work instead of the slogan.

AI Learn GridSeptember 7, 20268 min read

“AI agent” now means whatever the seller needs it to mean. A chatbot with a search box. A workflow with three prompts. A research demo that only works on the author’s laptop.

The useful definition is narrower: a system that can use tools, take more than one step, and stop or ask when it is stuck. The courses below teach that, on official sites, for free.

We are not affiliated with these providers. Confirm the syllabus on their pages.

Start here if you can already write a little Python

AI Agents in LangGraph

Official site: deeplearning.ai/short-courses/ai-agents-in-langgraph

A short DeepLearning.AI course on stateful, multi-step agents: tool use, control flow, human in the loop. Listed in our course directory.

Multi AI Agent Systems with crewAI

Official site: deeplearning.ai/courses/multi-ai-agent-systems-with-crewai

João Moura (crewAI) on role-playing, memory, tools, and crews that split a job the way a small team would. Useful if you want to see multi-agent design without a 40-hour bootcamp.

Building Agentic RAG with LlamaIndex

Official site: deeplearning.ai/courses/building-agentic-rag-with-llamaindex

Jerry Liu on routers, tool calling, and research agents over your own documents. This is the honest next step after a simple RAG demo. See also What RAG actually means.

Hugging Face AI Agents Course

Official site: huggingface.co/learn/agents-course

A free, longer path: fundamentals, then smolagents, LangGraph, and LlamaIndex, then a final assignment. Certificate tracks exist if you complete the work. Audit it if you only want the reading.

If you are not ready for agents yet

Agents sit on top of prompting, APIs, and a mental model of what an LLM cannot do. Do these first:

If you have never used a model for real work, start with How to start learning AI in 2026 instead.

What we will not list as an “agent course”

  • A $2,000 “become an AI engineer” funnel with a six-bullet syllabus
  • A YouTube playlist that never names a library
  • Anything whose only proof is a landing page of transformation quotes

If a course we listed fails the red flags, write to us.

Keep reading

All posts