← All courses ← Course home

Lesson 12 of 12 · Phase 6 Systems

Semiconductor supply chain and capstone

From tokens to throughput: GPUs, HBM, packaging, networking, power, and data centers. Then ship the write-up.

Agent brief (llms.md)

Capstone title: From Tokens to Throughput. You will trace one request from a tokeniser to a served token, then outward to the hardware supply chain that makes that path possible. Stay honest. Do not invent shipment dates, market shares, or "Reuters today" claims. Name the parts of the chain you can defend.

Hardware supply chain, operator view

Connect this to week 9 and week 11. Tensor parallel is a packaging and networking decision. Checkpoint size is an HBM and storage decision. A sold-out SKU is a supply-chain decision that your scheduler cannot negotiate with.

Capstone artifact

Write a single document, 800 to 1500 words, with four sections:

  1. The model replica you actually trained (size, tokens, what broke).
  2. The serve replica (TTFT, inter-token, KV bytes, batch).
  3. The systems replica (how you would run it on 1, 8, and 64 GPUs, and how it fails).
  4. The hardware replica (GPU, HBM, packaging, network, power) with no invented statistics.

End with earned opinions. An earned opinion cites a measurement you took or a mechanism you can derive. An unearned opinion cites a keynote vibe.

Assignment

Opinion checkpoint

Write this down. Full-stack means you can walk from a matmul identity to a paged KV allocator to a power envelope without changing personality. That is the course. Ship the write-up.

You are done when the document exists and the repos run. Not when the adjectives are impressive.

Key concepts

  • Tokens to throughput is one path: math, train, post-train, serve, cluster, silicon.
  • HBM, packaging, networking, and power are part of the operator job.
  • Do not invent supply-chain statistics.
  • Earned opinions cite measurements or mechanisms.

Takeaways

  • Write From Tokens to Throughput with the four sections.
  • Admit thin projects instead of inventing completeness.
  • Keep the week 1 principle: replicas, not 800B tourism.