This course follows one agentic system from the agent loop down through the serving stack. You first use a modern coding agent (Claude Code), then design your own agent using provided API access, measure it, and optimize it. Then you serve an open-weight model yourself and take responsibility for the layers underneath: batching and scheduling, KV-cache and prefix reuse, routing, quantization, and speculative decoding.
1 “Mads” abbreviates Modern Agent Design and Systems, the arc of this course, and nods to MaDSys, Harvard’s Measurement and Design of Systems research group, which teaches and supports it.
See policy page for details.
Tentative and subject to change. Rows with Students as the speaker are student-led: either a paper discussion (see the paper discussion page) or an assignment sharing session. Paper presentations are optional and can earn up to four bonus percentage points each.
| Week | Date | Speaker | Topic | Readings | Notes |
|---|---|---|---|---|---|
| Part I — Introduction to LLMs and agents | |||||
| 1 | 2026-09-02 | Juncheng Yang | Course overview and logistics [slide] | Assignment 1 out (Mads-Lens: Watch the agent work); Sign up for AWS | |
| 2 | 2026-09-07 | No class — Labor Day | |||
| 2 | 2026-09-09 | Juncheng Yang | Agents from a user’s perspective I: How Claude Code Works [slide] | How I use LLMs; Best practices for Claude Code; Agentic Engineering Patterns; more reading → | |
| 3 | 2026-09-14 | Juncheng Yang | Agents from a user’s perspective II: 100x Engineer with Multi-agents [slide] | Claude Code agent teams; Software is changing (again); Research acceleration: The view inside OpenAI; more reading → | |
| 3 | 2026-09-16 | Juncheng Yang | Agents from a designer’s perspective I: context management and tool design [slide] | ReAct; A practical guide to building agents; LLM Powered Autonomous Agents; more reading → | Assignment 1 due Sun Sep 20, 11:59pm |
| 4 | 2026-09-21 | Students | Student sharing I | What you learned from using an agent (Assignment 1): surprises, failures, lessons, insights, new tools/skills/plugins | Assignment 2 out (Mads-Loop: Build the loop) |
| 4 | 2026-09-23 | Juncheng Yang | Agents from a designer’s perspective II: multi-agent and agent memory | ||
| 5 | 2026-09-28 | Juncheng Yang | Agents from a designer’s perspective III: cost-effective agent, failure modes, and agent evaluation | ||
| 5 | 2026-09-30 | Juncheng Yang | Advanced Agent Design: safety, self-evolving harness | Assignment 2 due Sun Oct 4, 11:59pm | |
| 6 | 2026-10-05 | Harsh Nilesh Pathak (Snowflake) | Guest lecture: Developing and Evaluating Agents in Enterprise Setting | Assignment 3 out (Mads-Opt: Make every token count) | |
| Part II — Systems for LLMs and agents | |||||
| 6 | 2026-10-07 | Juncheng Yang | Large language models | Pre-proposal due (optional and only submit if you want to discuss your ideas) | |
| 7 | 2026-10-12 | No class — Indigenous Peoples’ Day | |||
| 7 | 2026-10-14 | Juncheng Yang | Efficient LLM serving: paging, batching and scheduling | ||
| 8 | 2026-10-19 | Juncheng Yang | Efficient LLM serving: KV-cache optimization I | Assignment 3 due Tue Oct 20, 11:59pm | |
| 8 | 2026-10-21 | Juncheng Yang | Efficient LLM serving: KV-cache optimization II | Assignment 4 out (Mads-Serve: Own the model) | |
| 9 | 2026-10-26 | Juncheng Yang and Students | Assignment Feedback and Student sharing II | TF: Common pitfalls in your submission; Students: What you optimized and what it bought (Assignment 3) | |
| 9 | 2026-10-28 | Juncheng Yang | Efficient LLM serving: routing and load balancing | Project proposal due | |
| 10 | 2026-11-02 | Juncheng Yang | Efficient LLM serving: pruning and quantization I | ||
| 10 | 2026-11-04 | Students | Efficient LLM serving: pruning and quantization II | Assignment 4 due Sun Nov 8, 11:59pm | |
| 11 | 2026-11-09 | Xianzheng Kou (Meta) | Guest lecture: Why Infrastructure sets the pace of AI | Assignment 5 out (Mads-Stack: Optimize the full stack) | |
| 11 | 2026-11-11 | Juncheng Yang | Efficient LLM serving: speculative decoding | ||
| 12 | 2026-11-16 | Students | Efficient agent serving systems I | ||
| 12 | 2026-11-18 | Juncheng Yang | Efficient LLM serving: others | ||
| 13 | 2026-11-23 | Students | Efficient agent serving systems II | Assignment 5 due Sat Nov 28, 11:59pm | |
| 13 | 2026-11-25 | No class — Thanksgiving recess | |||
| 14 | 2026-11-30 | Juncheng Yang and Students | Assignment Feedback and Student sharing III | TF: Common pitfalls in your submission; Students: Showcase your full stack optimizations (Assignment 5) | |
| 14 | 2026-12-02 | Students | Student sharing IV | Showcase your full stack optimizations (Assignment 5) | |
| 14 | 2026-12-07 | Students | Final project poster and demo | Present your final project as a poster and a live demo. Location: SEC 1.402 from 9:00 AM to 1:00 PM |
Final project due Tue Dec 8, 11:59pm |
Setup instructions for every environment the course uses are on the computing setup page. Compute for the assignments and the final project comes from:
We are grateful for the support of our sponsors.
The Claude license behind Claude Code.
The course HPC, 72 CPU servers and 120 dedicated RTX PRO 6000 Blackwell servers. API access for OpenAI, Anthropic and Gemini models.