Build advanced generative AI applications with memory, multi-modal output, tool calling, and agentic foundations. Parameter-efficient finetuning covers LoRA, IA3, and prompt-tuning as cheaper alternatives to full retraining when prompt engineering alone falls short. Chatbots with memory and persistence cover message persistence across conversations, long-conversation summarization, multi-interaction memory retention, and privacy in chatbot memory. Multi-modal prompting, streaming and ensembling, and function and tool calling cover non-textual inputs, image and text generation, Stable Diffusion, cost reduction, streaming output, self-consistency, mixture methods, self-refinement, function binding, response handling, and LangChain ToolKits. Advanced use cases and prompt orchestration cover embedded agents, agent-based simulation, automated code generation, cybersecurity, EU AI Act risk categories, prompt chains and conditional routing, directed graphs, and ReAct agents built with LangGraph. Hands-on labs produce a multi-modal chatbot with memory, a ReAct agent built with LangGraph, and a worked Solving-the-Zebra-Problem example. The course is designed for software developers and data scientists with Python, introductory GenAI exposure, and GAI-2101 or equivalent RAG experience.
Skills Gained
By the end of this course, participants will be able to:
Build chatbots with persistent memory plus multi-turn context handling
Apply multi-modal prompting to generate images, text, plus combinations
Configure function calling that integrates LLMs with external systems
Compose prompt chains, conditional routing, plus directed graphs through LangGraph
Apply LLMs to embedded agents, simulation, plus cybersecurity use cases
Who Can Benefit
This course is designed for:
Software Developers
Data Scientists
Organizational Objectives
This course assists organizations to:
Accelerate advanced GenAI feature delivery through reusable agent and chatbot patterns
Reduce model-tuning cost by applying PEFT before reaching for full finetuning
Lower governance risk by training developers in EU-AI-Act risk categories
Build a working knowledge of agentic AI patterns across the development team
By the end of this module, you will be able to recognize when PEFT beats full finetuning, apply prompt-based and low-rank adaptation techniques, choose between LoRA, IA3, and prompt-tuning for a given task, and evaluate PEFT performance against the base model.
By the end of this module, you will be able to persist chatbot conversation state, manage long conversations through summarization, retain memory across multiple interactions, extract and verify facts, and handle privacy in chatbot memory.
By the end of this module, you will be able to process non-textual inputs, prompt to generate and combine images and text, apply Stable Diffusion for image generation, and reduce multi-modal generation costs.
By the end of this module, you will be able to stream LLM outputs, structure pipeline progression for streaming, apply self-consistency and self-refinement, and use mixture methods for ensembled output.
By the end of this module, you will be able to bind functions to LLMs, handle tool-calling responses, apply error handling and retries, secure LLM function calls, and accelerate tool use with LangChain ToolKits.
By the end of this module, you will be able to apply LLMs to embedded agents, agent-based simulation, automated code generation, cybersecurity, and risk management — including the EU AI Act categories of risk.
By the end of this module, you will be able to compose prompt chains with predetermined and generated paths, pass context between prompts, extend chains into directed graphs, apply conditional routing and cyclic graphs, and debug complex chains.
By the end of this module, you will be able to define agentic AI, differentiate it from traditional AI and RPA, articulate its benefits and challenges, and reason about its impact on key sectors and complex problem solving.
By the end of this module, you will be able to compare reactive, deliberative, and hybrid agent architectures, design a blend of reactive and deliberative behaviour, and choose between AutoGen, LangGraph, and CrewAI for a given application.
Participants should enter this course with:
Practical Python experience
GAI-1101 or equivalent
GAI-2101 or equivalent