ELI5: Explain Like I'm 5

Incremental computing

Incremental computing is a way for computers to do the same task many times, but faster and smarter each time.
It works by remembering what it has done before, so that the next time it does the same task it can do it more quickly. For example, if you have an image that you want to turn into a 3D model, the computer can remember how it did it the last time and make the model more quickly this time.