Skip to content
// course / free

AI Agents Masterclass for Beginners

From buzzword to builder. AI, LLMs, and Agents — no math, no fluff.

beginner240 min
A beginner-friendly, end-to-end masterclass on AI, LLMs, and Agentic AI. Start with foundations — what AI actually is, how LLMs work, why prompting matters — then unlock the new paradigm: AI agents that take action on your behalf. Cover ReAct, RAG, MCP, multi-agent systems, and the patterns powering every modern agent product. Finish with applied playbooks for students, professionals, founders, and developers — including 15+ tools you can use tomorrow morning. Hands-on: rewrite real prompts, build a research agent, ship a working agent in Python. Pass the final exam to earn a shareable certificate.
share

Course content

30 episodes
// section 01

AI in 2026: untangling the buzzwords

Get everyone on the same page. AI demystified without dumbing it down.

4 eps
  1. 01
    lessonsign in

    What is AI, really?

    Definitions, the Turing test, today's narrow AI vs sci-fi AI, and why "AI" is the most overloaded word in tech.

  2. 02
    visualsign in

    Narrow, General, Super: the AI spectrum

    Where every AI tool you use today actually sits on the capability ladder.

  3. 03
    lessonsign in

    Machine Learning vs AI vs Deep Learning

    Untangling four overlapping terms with a Venn diagram and a simple "when to use which" guide.

  4. 04
    quizsign in

    Quick check: foundations

    Five questions to lock in the basics before we dive deeper.

// section 02

How LLMs actually work

Demystify the LLM "magic" without math. By the end you can explain why an LLM behaves the way it does.

6 eps
  1. 01
    lessonsign in

    Tokens, context windows, and "forgetting"

    Why an LLM "forgets" what you said earlier, and how to work with — not against — its memory limits.

  2. 02
    lessonsign in

    Attention: the secret sauce in plain English

    The single mechanism that powers every modern LLM, explained without a single equation.

  3. 03
    lessonsign in

    Why the same prompt gives different answers

    Temperature, top-p, and the dial between deterministic and creative output.

  4. 04
    lessonsign in

    Prompting 101: zero-shot, few-shot, chain-of-thought

    The three patterns that fix 80% of bad LLM outputs.

  5. 05
    labsign in

    Lab: rewrite three bad prompts

    Hands-on: take three real-world bad prompts and turn them into ones that produce great answers.

  6. 06
    quizsign in

    Quick check: LLM mechanics

    Five questions on tokens, attention, sampling, and prompting.

// section 03

AI Agents: what makes them different

The "aha!" of the course. Why an agent is not just a chatbot.

7 eps
  1. 01
    lessonsign in

    Chatbot vs agent: the line in the sand

    Why an agent is fundamentally different from a chatbot — even when both are powered by the same LLM.

  2. 02
    visualsign in

    Anatomy of an agent: brain, eyes, hands

    The three parts every agent has: the LLM brain, the tools (hands), and the memory (eyes back into context).

  3. 03
    lessonsign in

    How agents take action: tool calling explained

    Function calling, tool use, structured output — the mechanism that lets an LLM do something instead of just say something.

  4. 04
    lessonsign in

    Short-term, long-term, and forgetting

    Context windows, vector databases, and the trade-offs between remembering everything and remembering well.

  5. 05
    lessonsign in

    The agent loop: think, act, observe, repeat

    The single most important pattern in agentic AI — and the one every modern agent product is a variation of.

  6. 06
    flashcardssign in

    Lock in the vocabulary

    15 essential terms — token, embedding, RAG, tool, MCP, and more — in flashcard form.

  7. 07
    quizsign in

    Quick check: agent fundamentals

    Five questions on what makes an agent different from a chatbot.

// section 04

Agentic AI patterns

The patterns appearing in every modern agent. ReAct, RAG, planning, MCP — recognise and apply.

5 eps
  1. 01
    lessonsign in

    ReAct: Reasoning + Acting

    The pattern behind every modern agent — interleaving thought and action until the goal is reached.

  2. 02
    lessonsign in

    Plan, do, reflect: how agents self-improve

    The patterns that take agents from "follows instructions" to "figures it out."

  3. 03
    visualsign in

    RAG: giving agents your private knowledge

    Retrieval-Augmented Generation in one diagram — what it is, when to use it, when not to.

  4. 04
    lessonsign in

    MCP: the USB-C of AI integrations

    The Model Context Protocol — what it is, why it matters, and how it changes the agent ecosystem.

  5. 05
    fill insign in

    Pattern recognition cloze

    Read a description, name the pattern. Five blanks covering ReAct, RAG, planning, tool use, and reflection.

// section 05

Apply it to your life and work

The section worth taking notes on. Every lesson maps to "5 things to set up tomorrow."

5 eps
  1. 01
    lessonsign in

    Personal productivity: 5 agents to set up tomorrow

    Email triage, calendar prep, research assistant, meeting notes, learning companion — concrete setups.

  2. 02
    lessonsign in

    For students and the curious

    Studying smarter, research deep-dives, summarising sources, and tutoring loops you can run today.

  3. 03
    lessonsign in

    For professionals and founders

    Meetings, reports, customer support, lead qualification, market research — agent playbooks for work.

  4. 04
    lessonsign in

    For developers

    Coding agents in practice — code review, refactor, test generation, deploy assistance, debugging.

  5. 05
    resourcessign in

    Tools and resources to start today

    A curated list of 15+ tools — free and paid — mapped to skill level and use case.

// section 06

Hands-on + final assessment

Prove understanding by writing code AND passing a real exam.

3 eps
  1. 01
    codesign in

    Build your first agent in Python

    ~25 lines that define a tool, call an LLM with tool-calling, and run the think-act-observe loop.

  2. 02
    lessonsign in

    Ethics, pitfalls, and what could go wrong

    Hallucinations, bias, prompt injection, privacy. Short, sharp, unmissable for a beginner course.

  3. 03
    examsign in

    Final exam

    15 questions, 70% to pass, 30 minutes. Mix of single and multi-select. On pass: shareable certificate.