Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
AI Agents for Beginners
Rating: 4.6 out of 5(93 ratings)
1,317 students

AI Agents for Beginners

Hands-on course that makes building real AI agents easy and fun. No setup hassles, just practical.
Last updated 4/2026
English
English [Auto],

What you'll learn

  • Master the core mechanics of LLMs, including tokenization, context windows, and advanced temperature sampling for predictable model outputs.
  • Integrate LLMs with external tools and APIs to transform static chat models into dynamic systems capable of performing real-world actions.
  • Architect autonomous agents using the ReAct framework, implementing memory and reasoning loops to solve complex, multi-step problems.
  • Design and deploy multi-agent systems and safety patterns using industry-standard frameworks to build production-ready AI assistants.

Course content

5 sections46 lectures2h 1m total length
  • Intro2:38

    Explore the fundamentals of artificial intelligence and agent design through hands-on labs, building four agents—Zippy, Savvy, Meshy, and Cody—while analyzing OpenClaw's architecture, memory, planning, and multi-agent systems.

  • What is ChatGPT1:06

    Explore AI basics and learn to build effective AI agents, starting with ChatGPT and the chat interface, exploring OpenClaw, through hands-on labs with no API keys or charges.

  • Understanding GPT5:50

    Explore how ChatGPT uses the transformer architecture and attention to predict the next word from vast pre-training data, and learn how GPT versions and other LLMs shape modern language models.

  • Large Language Models6:00

    Explore how large language models scale through transformer architecture, billions of parameters, and massive training data. Learn their capabilities, limitations, and how tools enable real-world actions.

  • Parameters1:45

    Parameters are internal settings the model tunes during training to improve next-word prediction and overall performance, learned through billions of adjustments driven by training data.

  • Tokens and Tokenization5:45

    Learn how tokens and tokenization drive cost, speed, and the context window in LLMs, and why tokens are the currency of AI agent interactions.

  • Temperature and Sampling2:33

    Explore how temperature and sampling switch from strictly by the book to wildly creative, guiding AI agents with use cases in data extraction, code generation, and conversation.

  • Context Windows4:59

    Explore how the context window acts as the model's working memory, combining tokens, instructions, history, and outputs. Understand truncation, summarization, and sliding window approaches, and cost tradeoffs for AI agents.

Requirements

  • Basic programming knowledge (ideally Python) and a fundamental understanding of how to interact with AI like ChatGPT.

Description

AI can feel overwhelming. This course is designed to make it practical, approachable, and fun.

In this hands-on course, you’ll start from the fundamentals of AI and large language models, then work your way up to building real AI agents from scratch. You’ll learn how models like ChatGPT actually work, including transformers, tokens, context windows, temperature, prompting, and API-based development. From there, you’ll move into the architecture of AI systems, where you’ll explore tools, tool calling, workflows, and the key difference between workflows and true agents.

The course goes beyond theory. You’ll build and experiment with real agents inside guided lab environments, without worrying about infrastructure setup, API keys, or unexpected cloud costs. Everything is provided so you can stay focused on learning and building.

Throughout the course, you’ll create four AI agents: Zippy, Savvy, Meshy, and Cody. You’ll see how a simple single agent evolves into a multi-agent system, with specialized agents for research, memory, and coding. You’ll also learn core implementation patterns such as memory, planning, reasoning, error handling, and multi-agent orchestration, along with coding agent patterns inspired by production systems used by leading AI companies.

By the end of this course, you’ll know how to design, build, test, and deploy effective AI agents with confidence.

Who this course is for:

  • This course is for developers, automation specialists, and tech professionals looking to transition from basic prompting to building autonomous, tool-using AI agents.