Module 01
Foundations of LLM application development
- How large language models generate text, and what tokens, context windows, and temperature actually control
- Prompt engineering as an engineering discipline: structure, few-shot examples, and output schemas
- Model configuration and choosing between OpenAI, Gemini, Llama, and Claude for a given job
- Streaming, retries, timeouts, and rate limits when a model call is a network call
- Ethical considerations, data handling, and what never goes into a prompt
- Your first production-style LLM application, built and reviewed
By the end: You can take a vague product request, pick a model, write a prompt that returns parseable output, and ship it behind an API you would be happy to maintain.
