@Alacritic_Super: Carnegie Mellon University's 11-768: AI Agents is one of the most comprehensive free courses on building LLM-based agen…
Summary
Carnegie Mellon University offers a comprehensive free course on building LLM-based agents, covering topics from prompting to production systems.
View Cached Full Text
Cached at: 07/05/26, 12:54 AM
Carnegie Mellon University’s 11-768: AI Agents is one of the most comprehensive free courses on building LLM-based agents.
Course Schedule
Week 1: Introduction to AI Agents & LLM Foundations Week 2: Prompting, Tool Use & Function Calling Week 3: Planning & Reasoning (ReAct, Tree of Thoughts) Week 4: Memory & Long-Term Agent Architectures Week 5: Retrieval-Augmented Generation (RAG) Week 6: Multi-Agent Systems Week 7: Training & Fine-Tuning Agents Week 8: Evaluation & Benchmarks Week 9: Safety, Alignment & Guardrails Week 10: Building Production AI Agents Week 11: Advanced Research Topics Week 12: Final Project & Presentations
Course: https://cmu-agents.com
Similar Articles
@gneubig: This Fall at CMU we're teaching a new course on AI Agents! The goal is that you learn how to create a scaffold, build e…
Carnegie Mellon University is offering a new fall course on AI Agents, covering scaffolding, evals, and training agentic LLMs using reinforcement learning, balancing theory and practice.
@mdancho84: The Fundamentals Of Building Autonomous LLM Agents A 38-page PDF that uncovers the secrets of building AI agents that a…
A tweet promoting a 38-page PDF guide on building autonomous LLM agents, offering a free resource for learning about agentic AI systems.
@Alacritic_Super: MIT's Future of AI course is one of the best free, non-technical introductions to modern AI, covering the evolution fro…
MIT offers a free, non-technical course covering the evolution from classical machine learning to foundation models and generative AI, with lecture videos available online.
@swapnakpanda: AI & ML FREE Courses from Stanford: ❯ CS336 - LLM from Scratch ❯ CS221 - Artificial Intelligence ❯ CS229 - Machine Lear…
A curated list of free Stanford AI and ML courses including CS336 (LLMs from Scratch), CS229 (Machine Learning), CS230 (Deep Learning), and others, shared with links to access them.
@tom_doerr: Teaches building AI agents from first principles https://github.com/pguso/ai-agents-from-scratch…
A GitHub repository that teaches how to build AI agents from first principles using local LLMs and node-llama-cpp, progressing from basic LLM interactions to full agent architectures like ReAct.