Agents, RAG, and Reasoning Models
Key Takeaways
Covers the architecture of AI agents, agentic loop, memory, tools, planning, and RAG models
Original Description
This is the second of a series of two videos on AI Agents.
In this video, we learn the architecture of agents, the agentic loop, memory, tools, planning, and much more! Including how to go from the static (automation) to the dynamic (autonomy).
First video - Strengths and Weaknesses of LLMs: https://www.youtube.com/watch?v=gGWufx8DTAo
Code labs:
RAG Wikipedia Agent
https://colab.research.google.com/github/luisguiserrano/llm-agentic-workshop/blob/main/LAB_1_RAG_Wikipedia.ipynb
Calculator Agent
https://colab.research.google.com/github/luisguiserrano/llm-agentic-workshop/blob/main/LAB_2_Calculator_App.ipynb
Math or Fact Agent
https://colab.research.google.com/github/luisguiserrano/llm-agentic-workshop/blob/main/LAB_3_Math_or_Fact.ipynb
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Agent Foundations
View skill →Related Reads
📰
📰
📰
📰
OpenAI Agents SDK: Building Production AI Agents (2026)
Dev.to · Carlos Oliva Pascual
NestJS Agent Skills for Claude Code and Codex
Dev.to · amir taherkhani
How to Build a Production AI Agent That Won't Delete Your Database
Dev.to · Abdul Rehman
AI Agents in Production: Why 88% of Enterprise Pilots Fail (2026)
Dev.to · Carlos Oliva Pascual
🎓
Tutor Explanation
DeepCamp AI