04. Week 17 — Daily Recall¶
Use these cold.
Then check the cited sections in 02_explainer.md or 03_study_material.md.
Monday — Opening failure¶
- Why is a notebook win not a production win? See
02_explainer.md§1.1-§1.8. - What made the three-week degradation silent? See
02_explainer.md§1.3. - What operational questions does a senior engineer ask immediately? See
02_explainer.md§1.6.
Tuesday — Lifecycle management¶
- What must every tracked run contain? See
02_explainer.md§2.2-§2.3. - Why is a model registry more than a folder? See
02_explainer.md§2.5-§2.6. - Which four things must be versioned together in ML? See
02_explainer.md§2.7. - Why is reproducibility a stack, not a wish? See
02_explainer.md§2.8-§2.10.
Wednesday — CI/CD for ML¶
- What does the quality gate actually verify? See
02_explainer.md§3.5. - Champion versus challenger — why use that language? See
02_explainer.md§3.6. - When is automated retraining wise, and when is it reckless? See
02_explainer.md§3.7. - When does a feature store help, and when is it unnecessary? See
02_explainer.md§3.8-§3.9.
Thursday — Serving infrastructure¶
- vLLM vs TGI vs Triton — when would you choose each? See
02_explainer.md§4.3 and03_study_material.md§4. - Why is QPS alone a weak autoscaling signal for LLMs? See
02_explainer.md§4.4. - Static, dynamic, and continuous batching — what problem does each solve? See
02_explainer.md§4.5. - What are the first cost levers before quantization? See
02_explainer.md§4.8.
Friday — Monitoring and maintenance¶
- Data drift versus model drift — explain the difference cleanly. See
02_explainer.md§5.3-§5.5. - What makes A/B testing harder for AI systems? See
02_explainer.md§5.7. - Shadow versus canary versus blue-green — what does each catch? See
02_explainer.md§4.10 and §5.8. - What exactly can you roll back in an AI system? See
02_explainer.md§5.9. - What belongs in an AI incident runbook? See
02_explainer.md§5.10.
Weekend synthesis¶
- Explain the full factory analogy in two minutes. See
02_explainer.md§ELI5. - Draw the lifecycle from memory: run → warehouse → assembly line → quality gate → production monitor.
- Give one concrete tool stack for a small team and one for a cloud-heavy team. See
02_explainer.md§6.4. - Say the bridge sentence into Module 18 without notes. See
02_explainer.md§What Comes Next.