Module 8 — Agentic AI
Video
Module 8 — Agentic AI
Welcome to Module 8 — Agentic AI.
In this lesson, you will move beyond AI systems that simply respond to prompts and explore AI systems that can reason, plan, use tools, access information, take actions, and complete multi-step tasks. You will learn the architecture behind AI agents and understand how modern agentic systems combine LLMs, tools, memory, planning, reasoning, and feedback.
Topics Covered:
-
What is Agentic AI?
Understand the concept of Agentic AI and how AI agents differ from traditional AI applications and simple chatbots.
-
AI vs AI Agents
Learn the difference between systems that generate responses and systems that can make decisions, perform actions, and work toward defined goals.
-
Agent Architecture
Understand the core components of an AI agent:
Goal → Reasoning → Planning → Tool Use → Action → Observation → Feedback
-
LLM as the Agent Brain
Understand how Large Language Models can provide reasoning and decision-making capabilities within an AI agent.
-
Tools and Function Calling
Learn how agents can interact with external tools and functions to perform tasks beyond generating text.
-
Types of Agent Tools
Explore tools that allow agents to interact with:
-
Web Services
-
APIs
-
Databases
-
Code Execution
-
Browsers
-
Files and Documents
-
External Applications
-
Memory in AI Agents
Understand how agents can maintain information during and across interactions.
Explore:
-
Short-Term Memory
-
Long-Term Memory
-
Conversation Memory
-
External Memory
-
Planning and Task Decomposition
Learn how agents can break complex goals into smaller tasks and determine the sequence of actions required to complete them.
-
Reasoning and Decision-Making
Understand how agents evaluate information, determine next steps, select tools, and adapt their actions based on results.
-
ReAct Pattern
Learn how reasoning and actions can be combined in an iterative process where an agent reasons, takes an action, observes the result, and continues toward the goal.
-
Planner-Executor Architecture
Understand how one component can create a plan while another component executes individual tasks.
-
Reflection and Self-Correction
Learn how agents can review their own results, identify problems, and improve their actions or outputs.
-
Autonomous Agents
Understand how agents can perform multiple steps with limited human intervention while working toward a defined objective.
-
Human-in-the-Loop AI
Learn how human approval and intervention can be incorporated into agent workflows, especially for sensitive or high-impact actions.
-
Multi-Agent Systems
Understand how multiple specialized AI agents can collaborate, communicate, and divide responsibilities to solve complex problems.
-
Agentic RAG
Learn how AI agents can dynamically retrieve information from knowledge sources and decide when additional information is required.
-
MCP and AI Tool Connectivity
Understand the concept of standardized connections between AI applications and external tools, data sources, and services.
-
Agentic AI Frameworks
Get introduced to popular frameworks used for developing agentic applications, including:
-
LangChain
-
LangGraph
-
CrewAI
-
AutoGen
-
LlamaIndex
-
Semantic Kernel
-
Agent Security and Reliability
Understand important challenges such as unauthorized actions, prompt injection, tool misuse, unreliable reasoning, data access, permissions, and the need for human oversight.
-
Agent Evaluation and Monitoring
Learn how agent performance can be evaluated based on task completion, tool usage, accuracy, reliability, cost, latency, and safety.
-
Real-World Agentic AI Applications
Explore applications such as:
-
AI Research Assistants
-
Business Automation Agents
-
Customer Support Agents
-
Coding Agents
-
Data Analysis Agents
-
Sales and Marketing Agents
-
Enterprise Workflow Agents
-
Multi-Agent Business Systems
Major Project:
Build a Multi-Agent AI Research & Business Assistant where specialized AI agents collaborate to research information, analyze data, use external tools, generate reports, and complete a defined business task with human approval where required.
Learning Outcome:
By the end of this lesson, you will understand how AI agents work, how LLMs, tools, memory, planning, reasoning, and actions are combined, and how single-agent and multi-agent systems can solve complex multi-step tasks. You will also understand the foundations required to design and build production-oriented Agentic AI applications.
Lesson Resources:
Video Lesson + Presentation PDF + Quize