Exercises

July 14th, 2012
learning
The naive way of learning to do something is just to attempt it repeatedly. This works remarkably well for people given how hard it is to teach computers to do the same tasks, but it's not how we usually teach people to do things. Instead we've found you learn faster and at lower cost if you do exercises.

With the naive approach, if we wanted children to be good at handling checkout at stores we would just have them do it. They could pretty quickly learn, under supervision, where to put money that someone gave them, but giving correct change would be hard. The supervisor could simply stand there, pointing out every time they gave incorrect change, but that would lead to slow learning and a lot of supervisor time. It might be better to use exercises: spend some time subtracting typical prices from typical combinations of offered bills. Even this might be too much for ideal practice: what change to give for a $20 when someone gives you $3.52 is kind of hard. So the supervisor recognizes that the semi-abstract skill of giving change has a more abstract subskill of simple subtraction and has the child practice that. You can go another step: 20.00 - 3.52 may even be too hard, so we do exercises in subtracting low whole numbers 10-3, 5-2, 6-1, and build from there.

The risk of an exercise, however, is that it may not match very well to the final goal. I remember two strategies in physics that were very helpful in solving problems:

  1. What have we been recently learning in class? How might that apply here?
  2. Have I used all the numbers they gave me?
These turn out to be great for a lot of physics problems, but they stop helping once you try to use physics to answer real questions.

In the same class, I started using a strategy of assigning variables to all the given numbers, and solving to problem with variables, substituting numbers for the variables only at the end once I'd done all of the algebraic manipulation. I found this helped some in reducing errors and was less writing, so I liked it, but no one else was interested and the teacher thought it was strange. Which is unfortunate: this approach is good practice for automation, a big part of the final goal for anyone actually using physics.

Designing good exercises means understanding what will be useful for larger scale exercises and skills. This is hard, and is why there are so often exercises that don't really teach the skills they're intended to.

Referenced in: Markov Me

Comment via: google plus, facebook, substack

Recent posts on blogs I like:

Linkpost for July

Effective Altruism

via Thing of Things July 3, 2026

Agentic test processes, LLM benchmarks, and other notes on agentic coding from Galapagos Island

I've been using AI fairly heavily since last November and the whole thing is a funny experience. An agent will do something that, if a human did it, you'd immediately fire them. My reaction, of course, is to act as if this is great and spin up a t…

via Posts on July 3, 2026

Variable fonts aren't universally supported

I make a lot of webpages. I also use Lockdown Mode on iOS and MacOS for a bit of extra security. Sometimes I realize that I forgot to test on Safari and it looks like crap, or I test and don’t notice that there’s been a problem for months (as was the case…

via Home June 27, 2026

more     (via openring)