The Model Landscape

Module 3, Lecture 3.2 | Working with LLMs in Practice

This lecture unpacks the model parameter from your first API call. It covers the three-layer hierarchy of providers, brands, and models, the consistent three-tier pattern across providers (fast/cheap, balanced, frontier), and the four axes of model selection: capability, speed, cost, and context window. It explains frontier model infrastructure, per-token billing mechanics with ballpark cost estimates, and the hardware realities of running models locally. A live demo compares Haiku, Sonnet, and Opus on the same prompt to make the tradeoffs concrete.

Read the full lecture narrative

Additional Resources