Coaching the referee — fine-tuning vs prompting.
Two ways to change how the model behaves: instruct it every time, or retrain it for good.
You can change how the VAR performs in two very different ways. You can coach it before each match — a sharper briefing, a few example calls, the right footage and instruments to hand. Everything from the earlier lessons — system prompts, few-shot, retrieval, tools — is coaching: instructions given at the moment of the decision, changing nothing permanent.
Or you can retrain it — send it to the training ground for a season. Fine-tuning feeds the model thousands of example calls and nudges its internal weights, so new habits are baked in. The change is permanent and travels with the model, no instructions required.
Coaching is fast, cheap, reversible, and per-request; retraining is slow, costly, and changes the player itself. So the order matters: coach first, retrain only when coaching plateaus. And note the crucial catch — retraining changes behaviour and style, not knowledge: for fresh facts you still retrieve (RAG), you do not fine-tune.
For each situation, make the call — coach it, retrain it, or look it up — then see if you chose the right lever.
Instruct first. Retrain only when you must.
Prompting and fine-tuning are two levers on the same model. Prompting shapes a single answer with instructions and context; fine-tuning reshapes the model's default behaviour by adjusting its weights on many examples. Reach for prompting first — it is faster, cheaper, and reversible. Fine-tune when you need a permanent, consistent behaviour or style that instructions can't reliably reach, or a narrow task where prompting has plateaued.
Keep the three levers straight: prompt to change behaviour now, fine-tune to change behaviour for good, retrieve to change what it knows. Most problems are solved long before you ever touch the weights — and that is the whole course: the same VAR, coached well.