Skip to content

V — LLM Alignment and Agentic AI

This part adapts large language models to specific tasks and turns them into agents.

Chapters in this part

What you'll be able to do

  • Fine-tune an LLM efficiently with LoRA/QLoRA.
  • Compose an LLM into a simple agent with LangGraph.
  • Design tool functions and a grading agent for an agentic task.