Study the lesson
Work through every section at your own pace, from start to finish.
You have a large language model and it is not doing what you need. The output is in the wrong tone, the format keeps drifting, or the model simply does not know enough about your domain to be useful. The temptation, especially after reading vendor documentation, is to reach immediately for fine-tuning: feed the model your data, retrain it on your use case, and get reliable results. That instinct is often wrong, and acting on it prematurely is an expensive mistake. Fine-tuning and prompting are not interchangeable tools that sit on the same shelf. They operate at fundamentally different levels of the model's architecture, solve different categories of problem, and carry very different costs, so choosing between them is one of the most consequential technical decisions a practitioner makes. As of 2026, frontier instruction-tuned models respond well to structured, detailed prompts, and many tasks that required fine-tuning in earlier generations are now solvable with prompting alone. At the same time, there are situations where no amount of careful prompting will get you where you need to go, and recognising those early saves significant time and money. This lesson gives you a clear mental model for making that call.
Unlock the full lesson, the quiz, and your verifiable completion.
Continue with GoogleBy continuing you agree to the Institute of AI terms of use and privacy policy.
None of these are hard requirements. The lesson is easier if they are already familiar, but everything it uses is explained along the way, so you can start without them.
Section one is open to everyone. Create a free account to work through the rest and take the quiz.
The single most important thing to understand is that prompting leaves the model unchanged. Every instruction, example, and constraint you place in a prompt operates entirely within the context window at inference time. The model's underlying parameters, its weights, are untouched, and when the conversation ends nothing is retained. Fine-tuning is the opposite: it adjusts those weights directly by running a training process on a curated dataset, and the model that emerges is a different artefact, its parameters shifted to favour certain patterns, formats, tones, or domain vocabularies. A useful analogy: prompting is briefing a colleague before each meeting, while fine-tuning is sending them on a specialist training programme. The briefing is flexible and cheap; the training programme produces durable change but takes time, costs money, and cannot be undone easily. Prompting can do a great deal. Few-shot prompting, providing a small number of examples within the prompt, chain-of-thought prompting, asking the model to reason step by step, and structured output formats can all dramatically improve output quality, and frontier models in 2026 are genuinely responsive to well-engineered prompts. But instructions alone cannot conjure knowledge the model does not have. If your model does not know your company's internal taxonomy, your proprietary product names, or a regulatory framework that post-dates its training cut-off, no amount of instruction will remedy that: the missing knowledge has to be supplied from somewhere. That is a knowledge gap, and it usually calls for retrieval-augmented generation, a technique that supplies relevant documents to the model at inference time rather than embedding knowledge in its weights; fine-tuning can help where domain vocabulary and framing are pervasive, but it is an unreliable way to teach a model new facts. It is equally important to understand what fine-tuning cannot do. It excels at shaping behaviour, style, format, tone, and domain-specific vocabulary, but it is a poor substitute for reasoning ability. Fine-tuning does not make a model smarter; it makes a model behave more consistently in a particular way, so if your problem is that the model reasons incorrectly, fine-tuning is unlikely to fix it.
Work through every section at your own pace, from start to finish.
A short set of questions on what you have just covered.
Every completion has a certificate that you can share publicly for anyone to verify.
Pass the quiz and the Institute of AI issues you a record of completion with your score. Every completion has its own public verification page, so the link you put on your CV or LinkedIn profile can be checked by anyone, at any time.
Free lessons, a quiz to test what you have learned, and a completion you can verify publicly. All from the UK's professional body for artificial intelligence.
Every AI lesson is free to start, free to finish, and ends in a completion you can verify publicly.