Does making unsteady incremental progress work?

Link post

There’s a commonly repeated piece of wisdom about incremental improvement which says it’s important to know the difference between and as gets very large. If you are making 1% improvement per day at a thing, over a year your progress goes like this (note that because of decreasing marginal returns your metrics probably won’t go like this, but skill using some scale will):

While if you are neglecting a skill and so losing 1% a day your progress will go like this:

This is true and good in the world of maths; if you make steady incremental progress you keep improving, your gains compound and you shoot to the moon, while if you slowly decrease then things fall to zero. And this is kind of just a 2% difference, the difference between +1% and −1% per day.

I was a bit dubious of this advice for the “real world”, because in the real world making 1% progress every day is often really hard. Sometimes you make big leaps, sometimes you fall back a bit. So rather than doing , it’s more like .

So I decided to test this, drawing the percent improvement from a distribution which was centered on 1%, but could be bigger or smaller:

With this varying, but still on-average positive improvement, a single trajectory looks like this:

This looks good! It increases similarly to the case without any variation. This is pretty robust when we run the same thing a bunch of times:


Here the rainbow lines are individual runs with variation, and the solid black line is the case with no variation. With the randomness there is a bit more uncertainty about where it ends up, but it’s still broadly clustered around the original, and we don’t see any of the samples collapse to zero. The final distribution of improvement after 365 days looks like this:

Still centered around the same value but with a fair bit of variation. And in fact, a slightly longer tail on the right; so with random variation you’re likely to end up better than the no-variation case… but this definitely relies on a bunch of assumptions and probably isn’t very robust.

I guess the moral of the story is that it’s great to make steady incremental progress every day, but it’s also good to make unsteady progress as long as on average you improve every day.