πŸ—ΊοΈ The Blueprint β€” Instructor Site

> [!NOTE] > **πŸ“Œ Early release (2026)** > > This instructor site shipped with the **2026** MLSysBook refresh and is **actively iterated**: syllabi, rubrics, layouts, and diagrams (including SVGs) will keep improving as we teach from it. > > **Feedback** β€” [GitHub issues](https://github.com/harvard-edge/cs249r_book/issues) or pull requests. --- ## πŸ“– What This Is "The Blueprint" is the instructor-facing companion site for the [ML Systems textbook](https://mlsysbook.ai). It provides everything needed to teach AI Engineering as a university course.
Area What you get
πŸ“… Syllabi Week-by-week syllabi for two semesters (Foundations + Scale).
βš–οΈ Assessment Assessment rubrics with sample student work.
🧠 Pedagogy Pedagogy guide with learning science and facilitation strategies.
πŸ‘¨β€πŸ« TA Guide TA training guide with grading workflows and common student struggles.
βš™οΈ Config Customization guide for quarters, seminars, and different emphases.
❓ FAQ FAQ for adopting instructors.
--- ## πŸ› οΈ Building Locally cd instructors/ quarto preview Requires [Quarto](https://quarto.org/) 1.4+. --- ## πŸ“‚ File Structure ```text instructors/ β”œβ”€β”€ _quarto.yml # Site configuration β”œβ”€β”€ index.qmd # Landing page (hero + overview) β”œβ”€β”€ getting-started.qmd # 8-step adoption checklist β”œβ”€β”€ course-map.qmd # Integration matrix + SVG diagrams β”œβ”€β”€ foundations-syllabus.qmd # Semester 1: 16-week schedule β”œβ”€β”€ scale-syllabus.qmd # Semester 2: 16-week schedule β”œβ”€β”€ pedagogy.qmd # Learning science + facilitation β”œβ”€β”€ assessment.qmd # Rubrics + sample work β”œβ”€β”€ ta-guide.qmd # TA training + grading workflows β”œβ”€β”€ customization.qmd # Quarter/seminar/emphasis variants β”œβ”€β”€ faq.qmd # Common instructor questions └── assets/ # Styles and SVGs ``` --- ## 🎨 Style Conventions This site follows the MLSysBook ecosystem design system: * **Accent color**: Indigo (`#6366f1` light, `#818cf8` dark) * **Callout geometry**: 5px left border, 0.5rem radius, 8% opacity backgrounds * **Typography**: Inter (body), Outfit (headings), JetBrains Mono (code) * **Navbar**: Dark background (`#0a0a0f`), matching book sites See `assets/styles/style.scss` for full details. --- ## Contributors Thanks to these wonderful people who have helped build the Instructor Site! **Legend:** πŸͺ² Bug Hunter Β· ⚑ Code Warrior Β· πŸ“š Documentation Hero Β· 🎨 Design Artist Β· 🧠 Idea Generator Β· πŸ”Ž Code Reviewer Β· πŸ§ͺ Test Engineer Β· πŸ› οΈ Tool Builder
Vijay Janapa Reddi
Vijay Janapa Reddi

πŸ§‘β€πŸ’» 🎨 ✍️
Farhan Asghar
Farhan Asghar

πŸͺ² πŸ§‘β€πŸ’» 🎨
Rocky
Rocky

πŸ§‘β€πŸ’» ✍️ πŸ”Ž
**Recognize a contributor:** Comment on any issue or PR: ```text @all-contributors please add @username for code, design, doc in instructors ```