A freshly trained model can't answer a question — it can only continue text. Here's the small, cheap step that turns that raw "base" model into the helpful assistant you actually talk to.
A base model and an assistant can share the exact same brain — but ask them the same thing and you get two different behaviours.
Turning a base model into an assistant takes examples — hundreds of thousands to millions of them — each pairing a request with a good reply.
Fine-tuning is a light touch. It reshapes how the model behaves without rewriting what it knows.
Instruction tuning makes a model helpful. But helpful isn't the same as safe or honest — a model can follow a bad instruction just as eagerly as a good one. Next, why alignment: teaching a model to follow the right instructions, not just any instruction.