This starter is annotated reading material and the source of truth for the lab preview. Running anything is optional; the reading goal is to explain the mechanism without hiding behind a framework call.
Read communication plans by asking which collective crosses which link.
## Collective map
| Strategy | Common collective | Placement concern |
| --- | --- | --- |
| DDP | all-reduce | gradient bucket size and overlap |
| FSDP | all-gather / reduce-scatter | parameter gather peak |
| MoE | all-to-all | token routing balance |