AI Agents for Beginners: Build Alex, your AI HR Assistant
Published 9/2026
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 3h 52m | Size: 2.5 GB
Learn 6 building blocks of AI agents: LLM, Prompts, ReAct, Tools, Memory and Planning.
What you'll learn
Build an AI agent from scratch in Python using the OpenAI API, without hiding behind LangChain or similar frameworks
Explain how an AI agent differs from a chatbot, and why the ReAct think-act-observe loop is the core control flow
Call an LLM from Python and work with messages, tokens, temperature, and model responses with confidence
Write system prompts that set persona, rules, output format, and guardrails for reliable agent behavior
Implement a...