Course Resources

This page collects the tools, frameworks, benchmarks, and foundational papers referenced throughout the course textbook, Agentic Large Language Models, organized by course part.


The Textbook

  • Agentic Large Language Models — Max van Duijn, Michiel van der Meer, Aske Plaat, Niki van Stein. The primary reading material for this course; see the Syllabus for the chapter-by-chapter breakdown.

Development Environment

  • Python — primary programming language for all assignments
  • PyTorch — deep learning framework used throughout the case studies
  • Hugging Face — models, datasets, and libraries (transformers, model cards, hub) used in Case Study 1 and beyond
  • Jupyter Notebooks / Google Colab — interactive development

Part I — Language Modeling

Part II — Reasoning

Part III — Agents

  • BALROG — benchmark suite (NetHack, TextWorld, and other games/puzzles) used in Case Study 2 to evaluate reasoning and reflective agents
  • ReAct / Reflexion — reference implementations for the self-reflective agent loop

Part IV — Tools for Agentic Systems

Part V — Behavioral and Cognitive Perspectives

Part VI — Advanced Topics


Getting Help


Last updated: July 2026