0% found this document useful (0 votes)
290 views9 pages

Agentic AI Pioneer Program - Curriculum

The Agentic AI Pioneer Program offers a comprehensive curriculum designed to teach learners how to build and manage AI agents using advanced AI technologies. It includes over 150 hours of learning, 15+ tools and frameworks, and 50+ hands-on projects, along with mentorship from AI experts. The program covers various modules such as generative AI, prompt engineering, and building AI agents with tools like LangChain and CrewAI.

Uploaded by

ndribidjewiet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
290 views9 pages

Agentic AI Pioneer Program - Curriculum

The Agentic AI Pioneer Program offers a comprehensive curriculum designed to teach learners how to build and manage AI agents using advanced AI technologies. It includes over 150 hours of learning, 15+ tools and frameworks, and 50+ hands-on projects, along with mentorship from AI experts. The program covers various modules such as generative AI, prompt engineering, and building AI agents with tools like LangChain and CrewAI.

Uploaded by

ndribidjewiet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Agentic AI Pioneer Program

Curriculum
Agentic AI Pioneer Program 01

Curriculum

Overview
The Agentic AI Pioneer Program is designed to equip learners
with the essential skills to build and manage AI agents using
cutting-edge AI technologies. From foundational concepts in
generative AI to advanced multi-agent systems, the curriculum
offers a comprehensive journey into the world of AI automation.

150+ Hours of Learning


Comprehensive learning to power ahead in your AI journey

15+ Tools, Libraries, and Frameworks


Master 15+ cutting-edge tools and frameworks

50+ AI Agent Projects


Skill building with industry-relevant projects

15+ Assignments to Practice


Work on Agentic AI assignments and test your skills

75+ Mentorship Sessions


1:1 mentorship session with leading AI experts
Agentic AI Pioneer Program 02

Exploring the Generative AI Universe

Modules Learning Objectives


Introduction to Generative AI Understand the Fundamentals of

Essentials of Prompt Engineering Generative AI.


Familiarize yourself with the various
Fine-Tuning RAGs and Agents components of the GenAI universe.
Learn Popular Prompt Engineering

Techniques.
Get to know the basics of Retrieval

Augmented Generation (RAG) and

fine-tuning LLMs.
Examine the basics of Agents and

their applications.

Anyone can build AI Agents

Modules Learning Objectives


Introduction to Agents Understand AI Agents, their working,

Building Agents
and use cases.

W orking with Complex Agents Identify the potential and features of


Agent Developments with No-Code
Tools.
Build Simple to Advanced AI Agents

with No-Code tools.


Customize and Deploy AI Agents

using No-Code tools.

Coding Essentials for Agents

Modules Learning Objectives


Introduction to Python Learn core Python skills for AI

W orking with Files and Databases programming.


Process data from CSV/JSON files

W orking with APIs using Python and Pandas.


W orking with LLMs Use SQL and Python frameworks to

manage databases.
Learn how to build and test APIs in

Python using Flask, FastAPI and

Postman.
Learn how to connect and prompt

commercial LLMs like Google Gemini

and OpenAI ChatGPT.


Learn how to connect and prompt

open-source LLMs like Mistral and

Google Gemma using HuggingFace.


Learn about popular tools and

frameworks to build AI Agents like

C rewAI , AutoGen , LangGraph , and

LangChain.
Agentic AI Pioneer Program 03

Introduction to LangChain for Agentic AI

Modules Learning Objectives


Intro to the LangChain Ecosystem Learn core LangChain components

LangChain Expression Language


like LLM Input/Ouputs, Parsers, and

Chains.
(LCEL) Essentials
Master LCEL for structuring GenAI

Managing LLM Input / Output with


application pipelines.
LangChain
Practice creating efficient prompt

Project: Prompt Engineering with


templates and output parsers.
LangChain and ChatGPT
D evelop simple LLM applications

Building LLM Chains and


using LCEL and Prompt Engineering.
Conversational Applications with
Learn conversational memory

LangChain management and develop complex

Project: Advanced LLM Chains with


LLM applications with multi-user

LangChain conversational memory.


Implement advanced LCEL chains

in practical GenAI applications

including Customer Support,

Report Generation, Multi - user

Conversational Product

Recommendations.

P rompt Engineering Essentials

Modules Learning Objectives


Introduction to Prompt Engineering Learn key elements in creating

Prompt Engineering Patterns prompts along with the core

principles of crafting, structuring,

Advanced Prompt Engineering


and refining effective prompts.
Patterns Explore various popular prompt

Prompt Engineering Guidelines


engineering patterns including

& Recommendations
Persona, Flipped interaction,

N- shot, Template and meta -

Prompt Engineering with


language patterns.
Commercial LLM APIs Learn about the art of conversational

Prompt Engineering with


prompting.
Open-Source LLM APIs Explore advanced prompting

Projects: Prompt Engineering


patterns like Chain of Thought, Self-

with LLMs Consistency, Least-to-Most., for

guiding models to produce multi-

step logical outputs.


Learn about the ReAct prompt

engineering pattern and explore how

it can interact with external tools to

b uild simple Agentic AI flow s

Learn how to work with commercial

and open-source state-of-the-art

LLMs like GPT-4o, Gemini, Llama 3.2

along with best practices


Gain hands-on experience creating

effective prompts for industry-

specific use cases like customer

service, IT support, synthetic data

generation and more.


Agentic AI Pioneer Program 04

Gain hands-on experience creating

effective prompts for multimodal

LLMs, working with text, images,

PDFs, audio and video

RAG Systems Essentials

Modules Learning Objectives


Introduction to Rag system Learn the key concepts and

Building Retrieval Systems -


differences between prompting,

fine-tuning, RAG, Agents and

Loading Data Agentic RAG Systems.


Building Retrieval Systems -
Learn various document loading and

Splitting and Chunking Data processing techniques to handle

Building Retrieval Systems -


PDFs, word documents, and

multimodal documents having a

Vector Databases and Retrievers mixture of text, images and tables.


Project: Build a Document Retriever
Explore various document chunking

Search Engine strategies like recursive character,

Building RAG system token-based, semantic and

contextual chunking to segment

Evaluating RAG Systems large documents.


Projects: Building Advanced RAG
Understand the role of embeddings

Systems and vector databases in RAG

systems.
Explore various tools for connecting

to vector databases like ChromaDB

and performing standard create,

read, update, delete (CRUD)

operations.
Master simple and complex retrieval

strategies including semantic search,

hybrid search, multi-query retrieval,

context compression, reranking and

more to retrieve the right context

from your vector DB with hands-on

projects.
Learn how to build simple RAG

Systems, contextual RAG Systems

and generate contextual responses

along with citations of source

documents.
Learn how to evaluate RAG Systems

using standard retrieval and

response evaluation metrics and

end-to-end eval pipelines.


Learn how to build advanced RAG

Systems like Multi-user

Conversational RAG and Multimodal

RAG Systems.
Agentic AI Pioneer Program 05

Agentic AI System Architectures and Design Patterns

Modules Learning Objectives


Introduction to AI Agents and
Learn about what are Agentic AI

Agentic Design Design Patterns to architect AI

Systems in a systematic way


Agentic AI Reflection Pattern
Learn about the top 4 popular

Tool Use Pattern Agentic AI Design Patterns


Agentic AI Planning Pattern
The Reflection Pattern with

Multi-Agent Pattern examples and real-world

applications where it is used


The Tool Use Pattern with

examples and real-world

applications where it is used


The Planning Pattern with

examples and real-world

applications where it is used


The Multi-Agent Pattern with

examples and real-world

applications where it is used


Other patterns and best

practices

Building AI Agents from Scratch

Modules Learning Objectives


Introduction to AI Agents
Learn how an AI agent is structured

Build a Reflection Agent from Scratch with prompts, tools and LLMs.
Build a Tool-Using Agent from Scratch Build a simple ReAct style AI Agent

Build a Planning Agent from Scratch leveraging Tools and LLMs like

GPT-4o.
Building a Multi-Agent System from Scratch
Build AI Agents based on popular

Building a real-world AI Agent from Scratch design patterns including reflection,

tool use, planning and multi-agent.

Building AI Agents with LangChain

Modules Learning Objectives


Introduction to Tools and Tool Calling Learn how to build a simple ReAct

style agent in LangChain with

Essentials of AI Agents with LangChain Tool use.


Memor y and Conversational Agents
Learn how to add conversational

Project: Build a Text2SQL AI Agent memory to this agent.


Project: Build a Financial Analyst AI Agent Learn how to extend this agent into

real-world scenarios like multi-user

conversational memory usage.


Buildagents to solve real-world

problems like Text2SQL and more.


Agentic AI Pioneer Program 05

Building your first AI Agent with LangGraph

Modules Learning Objectives


Introduction to LangGraph Learn about the key components of

LangGraph - Nodes, Edges, States.


Build AI Agents with LangGraph
Learn how to manage agent execution

and states in LangGraph.


Build a Research Assistant Agent

and a RAG Agent using LangGraph.

Building your first AI Agent with CrewAI

Modules Learning Objectives

Introduction to CrewAI Learn the concepts of Agentic AI

systems and its core elements.


C ore C o m ponents o f C rewAI

W hat sets C rewAI apart ?


Understand the key components

of CrewAI and their uses.


Build Multi Agent systems using tools.
Learn how to manage flow and states

in CrewAI.

Building Advanced AI Agents with LangGraph

Modules Learning Objectives


Course Introduction
Learn how to use built-ins for a simple

ReAct style agent in LangGraph with

Core Comp f Ag Sy m

onents o entic ste s


Tool use.

& La gG aph
Learn how to built the same agent

n r

B l g T l-U Ag
ui din oo A Sy m
se entic I ste s from scratch with various LangGraph

M m y&
e or v a al Ag
Con A

ers tion entic I


Componentstt
Sy m
ste s Learn how to extend the above agent

to handle multi-user conversations.


RouterAg A Sy m
entic I ste s

R fl Ag A Sy m Learn how to build a simple reflection

agent in LangGraph.
e ection entic I ste s

Pla g Ag
nnin A Sy m
entic I ste s
Learn how to build a simple planning

M l -Ag A Sy m
u ti ent I ste s system in LangGraph.
Learn how to build a simple multi-

agent system in LangGraph.

Building Advanced AI Agents with AutoGen

Modules Learning Objectives


A G
Introduction to uto en
Explore advanced agentic designs

v a Ag
Con ers - Pa 1
tion ents rt with AutoGen.
v a Ag
Con ers - Pa 2
tion ents rt Build industry relevant agentic

A al Appl a
ddition w h AG2 ic tions it
systems with AutoGen.
Agentic AI Pioneer Program 04

Introduction to AutoGen Studio


Construct an agentic system

and Its Interface


to Execute Code.
Learn how to prototype agents

using AutoGen Studio.


Learn how to extend an agent
to handle multi-agent
conversations.

Building Advanced AI Agents with CrewAI

Modules Learning Objectives


Course Introduction and Recap
Learn how to build a crew of several

Advanced Components of crewAI agents.


Building Advanced Agents Explore advanced agentic designs

Assembling Complex Crew with crewAI.


Optimizating Agents Build industry relevant agentic

systems with crewAI.


Learn the frameworks for building

multi-agentic system.

Building Agentic RAG Systems with LangGraph (Coming Soon)

Modules Learning Objectives

Agent Operations - Build and Deploy AI Agents (Coming Soon)

Modules Learning Objectives

Real World Projects on AI Agents (Coming Soon)

Modules Learning Objectives


Learn to Build These Powerful

Agents and Lead the Era of

Autonomous Intelligence!

Enroll now

Contact Us:

+91-9354711240 | +1-6147218481

[email protected]

analyticsvidhya.com/agenticaipioneer

You might also like