This is an extremely flawed initial assumption. There is no requirement for chance to be centered around zero. Consider rolling a dice: sometimes you'll get more than the mean, sometimes less, but you'll never roll a negative number. You can certainly win on chance in the long run, that's the foundation of casinos and insurance companies. It's hard to imagine a scenario where trial and error can possibly lead to knowledge regressing.
Consider randomly digging holes in the ground: after enough holes you will eventually strike gold, and you will never lose physical gold in the process. However, you may lose significant time, wealth, and effort that could have been better converted to gold. The optimal way to strike gold is not to dig more, shallower holes, but to learn enough geology to understand where gold is likely to be found and concentrate your prospecting there.
No experiment could ever possibly hurt scientific knowledge. People tinkering will certainly make occasional discoveries. In a brand new field with a lot of low hanging fruit, these discoveries will be numerous and the cost will be low. But in a developed field where people have a good idea where the remaining discoveries are likely to be found and the effort to conduct such experiments is substantial, targeted approaches become optimal. Reducing the unit cost of experiments is always nice, but is not generally feasible. This strategy of "convexity" is a very poor substitute in the real world for understanding.
In simple terms, he's just saying that it needs to be safe to take chances in order for it to be worthwhile to take chances. As you say, science is an example of a system where it's often safe to take chances, because you don't risk losing any knowledge from a failed experiment. (But that doesn't mean there are no costs! You can lose time and money. And I'll also point out that some experiments can be dangerous.)
In any search, whether you can find something interesting is going to depend at least partly on the landscape, so understanding the landscape better will improve the search process, along with your estimates of whether it's worth doing at all. Calling this property of a desirable landscape "convexity" doesn't, in itself, help you understand the landscape, but it doesn't seem wrong?
I’m not sure it is worth my time to read something that is badly written to provoke controversy, even if it does make good clickbait.
I don't know enough about geology to be able to comment intelligently on your digging holes in the ground point. However, from my own background in biology research, a lot of what he writes strikes true with some caveats.
Biological systems are highly complex, and a lot of reductionist basic research work does seem to be driven by understanding along the forms of "I have a mental model of this subsystem, if I do X, then I expect Y." However, a lot is also discovered via his "convexity" principles (which I agree most laypeople would label as "trial and error"). Biologists often discover functions by randomly mutating billions or trillions of individual microbes, screening for interesting phenotypes, and then sequencing to discover the supposedly causal mutations.
Where the understanding approach really breaks down is in engineering systems -- which I believe requires an even higher level of understanding than the qualitative mental models bandied about in biology. We simply don't understand enough to be able to develop most drugs with that sort of rational approach, so reducing costs per attempt (while keeping all else equal, which is something often overlooked) would be beneficial. Unfortunately, things in the industry appear to be heading the other direction.
> No experiment could ever possibly hurt scientific knowledge.
Sure could. An experiment might yield a false result. You might get a false negative and abandon a promising discovery. You might get a false positive and waste more experiments on an impossible setup. It's all about opportunity cost.
But overall I couldn't follow Taleb's writing. It's not accessible to me anymore.
that was not an initial assumption but (presumably) the subject of the essay. its not clearly stated in the text though
> you can certainly win on chance in the long run
No you can't ; both casinos and insurance companies make choices that give them an assymetry in gains, and thus they benefit from the randomness of events. Chance is by definition centered around the mean.
The question of scientific research directions is interesting , but i m not sure that research is a random walk. There are biases and "hunches" that guide scientists.
It's similar to why betting $1 to make $1 million at million to one odds is a smart bet, but betting $1 million to make $1 at the equivalent odds isn't, unless you have an unlimited bankroll.
[1] If they use the Kelly criterion they won't bust hard, but they'll still lose most of their bankroll.
what about one with a falsified result?
fwiw I think convexity and understanding are relatively orthogonal, but how could one employ the former without the latter? However the author's position seems to be more that gaming systems works better than exploring their contexts. Sometimes you might make more money in less time, but the money is all you'll get out of it. In practice, maybe understanding and convex payoff functions are both useful at different scales.
Casinos and Insurance companies don't win on "chance". There is an expected value of the events that are in consideration here, and these firms price their services such that their return is higher than the expected value...very little down to chance. It's as if we played a die roll game where I paid you the value on the dice each time you rolled it and you paid me >3.5 units per roll to take your turn. That's the house edge.
That's the convexity property Taleb argues must lie underneath research though.
So, you're saying the same thing.
What he means with the first paragraph is not that chance can't lead to gains -- it's that chance alone cannot lead to gains. There should be an additional property, and that's what the article is about.
Consider your counter-argument: "You can certainly win on chance in the long run, that's the foundation of casinos".
And yet, that's not the foundation of casinos. That's what the article speaks against. For if it was chance + long run alone the "foundation" then it would work for the players too. But players face ruin in the long run (unless they have an infinite supply of money), while casinos do not.
The foundation of casinos is chance + resilience to chance events (a casino doesn't go under from this or that player winning) -- e.g. the exact convexity the author talks about.
There are some cases where that model can itself seem pretty fragile (like estimating the opportunity cost on your hole digging), but others where it night feel reasonable. Pick your poison!
The thesis of the rest of the article contradicts the initial premise.
Your scenario of ramdomly digging holes are a perfect example of what the author is explaining: “Critically, convex payoffs benefit from uncertainty and disorder.“
Yes, the try-and-error process and chance are important, but the convexity of the output function is exactly what makes them so rewarding.
To your mining example, that's where prospecting comes in. Use your knowledge to make checking candidate locations cheaper (increasing convexity) - knowledge of geology to approximate likelihood, improvements to technology to determine if gold exists, etc. Then go check as many candidate mines as possible. It's much more cost effective to have a lot of shallow mines than it is to extract every ounce all the way down to the crust from a single mine.
A lot of arguments are built on abstractions like "competition" and "chance", and having a short list of common exceptions to those heuristics on hand is pretty useful. Now when discussing federalism in the U.S., I'll not only wonder whether there are free-rider problems or economies of scale missed out on, I'll also think about whether local decisions are effectively "locked in" forever.
Maybe The Great Leap Forward when Mao killed a bunch of intellectuals?
If this was modified to “chance alone” then it might be correct. The way it’s worded now makes it sound like chance cannot contribute to long term gains, which is clearly false. Evolution depends on chance (generation of diversity) followed by a selection process and clearly that works pretty well.
The point the author is trying to make is that the structure of the payoff function matters a lot. Specifically, you need it to be convex for a try-and-error (or random walk) process to become very rewarding.
For example, think about fuzzing C programs, which has been proven to be very productive in terms of software security. But why is it so productive? This is essentially because a bug in a C program can have a quite significant implication (e.g. remote code execution), thus its payoff function is extremely convex. If there was no such property, fuzzing just wouldn't be so much rewarding (This explains why fuzz tests are less used for programs written in memory-safe languages).
The author believes this idea of "convexity" can explain a broad range of phenomena in the human world. I'm not so sure about its applicability, though.
And he's saying you can't just keep the model as is, but you need to make certain adjustments to the incentive structures.
It's becoming blindly obvious that this is the case in psychology at least with the replication crisis and the "publish or perish" mentality. We can see these things playing out.
Does the economics of the scientific machine need to be revisited and tweaked? I'd say there is a good conversation to be had about that. I can already see a little evidence of a minor self-correction, but given economics drives absolutely everything then yeah I'd say it's likely there are some changes that would produce different results that might be better than what the current system is producing. Though it's not easy to compute ahead of time whether changes themselves would have unintended consequences.
He probably needs to spend more time trying to explain things to 5 year olds to offset his "I am so smrt" persona.
So, I expected some more general point about theoretical understanding of a thing being distinct from the actual computation of that thing, and that theoretical understanding does not necessarily lead to optimal outcomes.
I wish he’d made that point instead.
Also
> By definition chance cannot lead to long term gains (it would no longer be chance)
Heh. The whole universe might be made by "chance". It is, in fact, quite possible that the total energy of the universe is 0. Our existence is a fluctuation.
Define long term gains. Since infinity is out of our possible reach, it is possible (though unlikely) to make long term gains just by chance. Especially, if you have a large audience. Some of them will get lucky.
Isn't that YC Combinator in a nutshell?
Hey guys! Look at all the
big, big words I can use!
Don’t I sound smart???
Seriously. It’s like they wrote, and proof read the original draft, then performed a search/replace for any polysyllabic synonym they could opportunistically inject.Why do they need to sound smart? Is it really because they know they’ve got nothing to say? Is this an SAT reading comprehension test?
You could sum up the sentiment with an anaology to paraphrase the concept: “defensive programming is no replacement for accomplished programming skill” (to borrow a concept comparable to investing)
Big words, small mind.
Could you please not create accounts to break the guidelines with?
I might be taking bait here. I guess I take umbradge at the post I am replying to because it has insults in it, which is not so pleasant. Maybe it's just the hypocrisy, as its language is also verbose. To paraphrase:
> The writing style of this article strikes a tone that seems overly eager to place an eloquent vocabulary on display.
"This article uses too many big words"
> You could sum up the sentiment with an anaology to paraphrase the concept: “defensive programming is no replacement for accomplished programming skill” (to borrow a concept comparable to investing)
"You could sum up his article as: 'following best practices won't replace programming skill'"
You might argue that paraphrasing like I have detracts meaning but I'm sure the original author of the article would say that too.