Instructor notes: Frame the problem before naming the mechanism. Collect an initial prediction and retain it for the exit ticket.
Instructor notes: Connect every step to the next with a causal verb. Flag any merely decorative arrow.
Instructor notes: Open with: “write the rule that completes any English sentence”. Sixty seconds is enough to make the rule-catalogue dead end felt; keep one proposed rule to compare with the (x, y) pair on the next beat. Record the room’s opening prediction for the exit ticket.
Instructor notes: Have the room write “what I give” and “what I expect” side by side for three of their own examples. Do not judge quality: the point is that they see the target as data, not an instruction.
Instructor notes: Target answer: an example whose target differs, e.g. “the grass is… → green”. Comparing the two teaches that the output depends on the input, not on one globally favorite word. Frequent miss: changing the sentence but keeping “blue”, which contrasts nothing. Two minutes in pairs, one wrong answer repaired on the board.
Instructor notes: Flash question: “what does a model that knows nothing answer?”. Target answer: anything — but a number. Many will say “nothing”: show that a zero output is still an output, and that only numbers can be corrected. Two minutes at most.
Instructor notes: Have them compute 0.4 × 2 before revealing the result, then ask by show of hands whether 0.8 is “wrong”. Harvest the hesitation: it shows an imperfect prediction is not a failure.
Instructor notes: Answer: w = 0.5, by solving 1 = w × 2. Frequent miss: 0.4 + 0.2 = 0.6 — adding the error to the weight without the rate or x. Close with: here we can solve directly; with millions of weights we cannot, and that is exactly why the loop exists.
Instructor notes: Take a show-of-hands vote: is 0.8 “too high” or “too low”? Voting forces everyone to locate the target before the formula. Keep the tally on the board: the sign errors voted here resurface on the update beat.
Instructor notes: Ask for the sign of the error before its value. Have them test a prediction above the target (1.3) so the negative sign emerges in the room rather than on the slide.
Instructor notes: Answer: e = 1 − 1.3 = −0.30; w must go down. Frequent miss: announcing +0.30 by flipping target − prediction, which would push w up. Have them verify the sign on the visual-support number line before correcting anyone.
Instructor notes: Have them place a third prediction (e.g. 0.95) on the line and state its error without written computation. The line then serves as the referee for every sign error in the session.
Instructor notes: Ask for a number: “how far would you move w?”. Collect three typical values (0.1, 0.5, “straight to the perfect value”) and post them without comment — the rate table two slides ahead will settle the debate.
Instructor notes: Have them run the update by hand three times at rate 0.1, then rerun at 3. The 0.42 / 1.00 contrast must be lived on the board; do not hand them the conclusion.
Instructor notes: Answer: w = 0.4 + 3 × 0.20 = 1.00, then p = 2.00 and e = −1.00: the model got worse. Expected wrong answer: “bigger = faster”. Point back to the rate table: the 3.0 row diverges and the 1.0 row already oscillates. Three minutes, individual computation then comparison.
Instructor notes: Set the trap before the answer: “the model is perfect on A; what will it do on B?”. Let the room predict “it will be good there too” — that is precisely the misconception this beat dismantles. Collect two written predictions.
Instructor notes: Ask how many steps it would take to reach w = 0.5 at rate 0.001. Let the order of magnitude surprise them: it is the best entry point to pre-training corpus scale.
Instructor notes: Answer: p = 0.5 × 1 = 0.5 and e = 0.7 − 0.5 = +0.20 — the weight that is perfect on A is off by 0.20 on B; no single w cancels both errors, hence the compromise w ≈ 0.54. Expected wrong answer: “just keep looping on A”. Callback: this compromise becomes the batch-average loss in intermediate session 11.
Instructor notes: Verify on the board: with w = 0.54, A predicts 1.08 (gap 0.08) and B predicts 0.54 (gap 0.16). Ask why the compromise sits closer to 0.5 than 0.7 — A pulls harder because its x is larger.
Instructor notes: Poll lived experience: who has “corrected” an assistant in chat? Have someone recount the relapse in a fresh conversation before any explanation: the lived anecdote makes the distinction stick. Keep it for the live demo on the next beat.
Instructor notes: Run it live: correct the assistant in a chat, then open a fresh conversation and ask the same question. The observed relapse settles the debate better than any explanation.
Instructor notes: Answer: no, w = 0.42 did not move; the correction lives in the context window and vanishes with it. Frequent miss: “it learned from me”. If the room’s hardware allows, run the live demo — corrected chat, then fresh conversation — before giving the answer.
Instructor notes: Have them sort three events — “the model answers”, “the model is retrained”, “you correct it in chat” — into the right column. The third is the trap: it belongs on the right, not the left.
Instructor notes: Walk line by line. Locate an inconsistency at the first faulty step, not only on the final line.
Instructor notes: Have learners fill the final row before revealing it: that trade-off is what decides in production.
Instructor notes: Retain initial and final values. Do not allow simultaneous changes that make the delta impossible to attribute.
Instructor notes: For each claim, have the group produce the smallest counterexample before giving the correction.
Instructor notes: Separate verifiable mechanism, reported implementation choice, and experimental result. Evidence precision must match claim precision.
Instructor notes: Answers: e = +0.28; w moves to 0.448 then 0.4732. Expected misconception: “the model will reach both 0.5 AND 0.7” — have them observe that every step on B degrades A (callback to the compromise w ≈ 0.54). A reasonable rollback threshold: error on A exceeding 0.2. Eight to ten minutes in pairs, calculators allowed.
Instructor notes: Rebuild the chain without looking at the slides, then fill the ticket in at most six lines. Compare with the opening prediction and name what actually changed.