> [!NOTE] > **๐Ÿ“Œ Early release (2026)** > > These Beamer decks ship with the **2026** MLSysBook refresh. Slides, figures, and speaker notes are **actively iterated** as the textbook evolves. > > **Feedback** โ€” [GitHub issues](https://github.com/harvard-edge/cs249r_book/issues) (teaching notes, errata, and requests). > > [![dev branch](https://img.shields.io/badge/branch-dev-orange?logo=git&logoColor=white)](https://github.com/harvard-edge/cs249r_book/tree/dev) [![live site](https://img.shields.io/badge/live_site-mlsysbook.ai-blue?logo=safari&logoColor=white)](https://mlsysbook.ai) # ML Systems Lecture Slides Beamer slide decks for the ML Systems textbook. One deck per chapter, ready to drop into your course. ## Quick Start ```bash cd slides/vol1/01_introduction xelatex 01_introduction.tex # Compile (run twice for navigation) ``` ## Coverage
Volume Chapters Topics
Volume I 17 decks Course overview, Introduction through Responsible Engineering, Conclusion
Volume II 9 decks Course overview, Compute Infrastructure through Inference
## Structure Each chapter is **self-contained**. All images live in `/images/`. The only shared assets are the Beamer theme and logos. ```text slides/ โ”œโ”€โ”€ assets/ โ”‚ โ”œโ”€โ”€ beamerthememlsys.sty # Beamer theme (Crimson) โ”‚ โ””โ”€โ”€ img/ # Shared logos โ”œโ”€โ”€ vol1/ # Volume I decks (17 chapters) โ”‚ โ”œโ”€โ”€ 01_introduction/ โ”‚ โ”‚ โ”œโ”€โ”€ 01_introduction.tex โ”‚ โ”‚ โ””โ”€โ”€ images/ โ”‚ โ””โ”€โ”€ ... โ””โ”€โ”€ vol2/ # Volume II decks (9 chapters) โ”œโ”€โ”€ 01_introduction/ โ””โ”€โ”€ ... ``` ## Theme The default theme is **Crimson**: Harvard crimson accents, white background, branded footer. All decks share a common API (`\mlsystitle`, `\mlsysfocus`, `\mlsyscard`, etc.). Adopting instructors who want a different look can create their own variant by copying `beamerthememlsys.sty` and adjusting the color definitions. The API stays the same, so no `.tex` files need to change. ## Contributing Agent instructions and production guidelines live in `.claude/docs/slides/`. ## Contributors Thanks to these wonderful people who have helped build the slide decks! **Legend:** ๐Ÿชฒ Bug Hunter ยท โšก Code Warrior ยท ๐Ÿ“š Documentation Hero ยท ๐ŸŽจ Design Artist ยท ๐Ÿง  Idea Generator ยท ๐Ÿ”Ž Code Reviewer ยท ๐Ÿงช Test Engineer ยท ๐Ÿ› ๏ธ Tool Builder
Vijay Janapa Reddi
Vijay Janapa Reddi

๐Ÿง‘โ€๐Ÿ’ป ๐ŸŽจ โœ๏ธ
**Recognize a contributor:** Comment on any issue or PR: ```text @all-contributors please add @username for code, design, doc in slides ``` ## License These slides accompany the ML Systems textbook and follow the same license terms.