A guided course / 100% free resources

How to Start
Learning AI Agents

Climb the lighthouse from generative-AI basics to production agents — 23 steps, each with hand-picked free courses, videos and docs.

YOUR PROGRESS0 / 23
0% of the way to the beacon
1

GenAI & RAG Basics

LEVEL 1 / FOUNDATIONS
0/8 complete

Build the bedrock: how generative models work, how to talk to them, and how to feed them your own knowledge.

1

GenAI Introduction

Start here

Get familiar with what Generative AI is, how it differs from traditional software, and where it is used in the real world.

2

Basics of LLMs

Theory

Understand how large language models are trained, what tokens and parameters are, and how next-token prediction works.

3

Prompt Engineering

Hands-on

Learn to write effective prompts: system messages, few-shot examples, chain-of-thought and structured output for better results.

4

LLM Preprocessing

Data

Clean, chunk and format raw documents so they're ready for embedding and retrieval — the unglamorous step that makes RAG work.

5

RAG Fundamentals

Core

Combine LLMs with search so they can retrieve accurate, up-to-date information instead of hallucinating from memory.

6

Vector Databases

Infra

Store and search embeddings at scale using tools like Pinecone, Chroma and Weaviate — the memory layer behind retrieval.

7

API Wrappers

Tooling

Interact with LLMs cleanly using frameworks like LangChain and LlamaIndex, or hit the model APIs directly.

8

Tool Integration

Bridge to agents

Let LLMs call external tools — search, code, calculators or APIs. This is the leap from chatbot to capable assistant.

2

AI Agent Essentials

LEVEL 2 / BUILD AGENTS THAT REASON & ACT
0/10 complete

Turn a passive model into an agent that plans, remembers, uses tools, and collaborates with other agents.

9

What Are AI Agents?

Mental model

Learn how agents perceive, plan, reason and act autonomously — the observe, think, act loop that powers everything ahead.

10

Agentic Frameworks

Pick your stack

Explore the major frameworks — LangGraph, CrewAI, AutoGen and smolagents — and understand the trade-offs between them.

11

Build Your First Agent

Project

Create a simple AI agent that performs a real task end-to-end. Build one from scratch, then rebuild it with a framework.

12

Agent Workflows

Design

Design how agents think, act and complete tasks. Learn when to use a fixed workflow versus a fully autonomous agent.

13

Agent Memory

Persistence

Add memory so agents can recall past actions and conversations across sessions instead of starting from zero each time.

14

Agent Evaluation

Quality

Track agent accuracy, performance and reliability. You cannot improve what you do not measure — set up evals early.

15

Multi-Step Reasoning

Cognition

Teach agents to think in logical sequences using chain-of-thought and ReAct so they can break hard problems into steps.

16

Multi-Agent Systems

Collaboration

Enable several specialized agents to work together — researcher, writer, reviewer — to solve complex tasks as a crew.

17

Action Planning

Strategy

Make agents plan ahead, adapt when steps fail, and retry intelligently rather than blindly repeating the same action.

18

Safety & Guardrails

Trust

Add filters and validation to keep agents safe, factual and on-policy — before they ever touch a production user.

3

Advanced Agent Skills

LEVEL 3 / SHIP TO THE REAL WORLD
0/5 complete

Connect agents to real tools, run them autonomously, optimize them, and deploy them for actual users.

19

Real-World Integration

Connect

Connect agents to tools people actually use — Slack, Notion, Gmail — increasingly via the Model Context Protocol (MCP).

20

Autonomous Loops

Autonomy

Create agents that run on their own — picking up tasks, acting, observing results and updating their plan in a loop.

21

Custom Toolkits

Extend

Equip agents with your own APIs and Python tools so they can do exactly what your use case demands.

22

Optimize Performance

Scale

Improve speed, cost and error handling — caching, batching, retries and serving — so your agent is cheap and robust.

23

Deploy to Production

Ship it

Host your AI agent so real users can access it — packaging, testing, monitoring and going live.

Course Certificate

Complete all 23 modules to officially issue your signed certificate — 23 to go.

Progress is saved automatically on this device. Every linked resource is free to access (some offer optional paid certificates).

FOLLOW THE LIGHT

Where to go next

This path covers how to build agents. For the foundations underneath them, the free Learn LLMs course works up from next-token prediction to the Transformer, and LLM Architecture Explained walks the same ground visually.

For agents in production rather than in theory, see the AI projects portfolio and agentic AI in humanitarian work. The governance side is covered under agentic AI governance, and delivery where infrastructure is unreliable under the Last-Mile AI Framework.