To dumb it down a bit, here’s my made up example: you get +1 IQ if your brain has surplus oxygen in the blood flowing through it. There’s 1000 ways to get a bit more oxygen in there, but with +1000 oxygen, you still only get +1 IQ.
Kind of, there are many ways that changed in isolation get you a bit more oxygen but many of them act through the same mechanism so you change 1000 things that get you +1 oxygen on their own but in combination only get you +500.
To use a software analogy imagine an object with two methods where if you call either of them a property of an object is set to true, it doesn’t matter if you call both methods or if you have a bunch of functions that call those methods you still just get true. Calling either method or any function that calls them is going to be slightly correlated with an increased probability the the property of the object will be true but it does not add. There are many way to make it true but making it true more times does not make it ‘more true’.
If we change this from a boolean to an integer then some methods might only increment it if it is not already greater than some value specific to the method.
To dumb it down a bit, here’s my made up example: you get +1 IQ if your brain has surplus oxygen in the blood flowing through it. There’s 1000 ways to get a bit more oxygen in there, but with +1000 oxygen, you still only get +1 IQ.
Is that the idea?
Kind of, there are many ways that changed in isolation get you a bit more oxygen but many of them act through the same mechanism so you change 1000 things that get you +1 oxygen on their own but in combination only get you +500.
To use a software analogy imagine an object with two methods where if you call either of them a property of an object is set to true, it doesn’t matter if you call both methods or if you have a bunch of functions that call those methods you still just get true. Calling either method or any function that calls them is going to be slightly correlated with an increased probability the the property of the object will be true but it does not add. There are many way to make it true but making it true more times does not make it ‘more true’.
If we change this from a boolean to an integer then some methods might only increment it if it is not already greater than some value specific to the method.