DoomThreeKoala
Autism is a cruel disease.
★★★★★
- Joined
- Jun 23, 2025
- Posts
- 15,157
- Online time
- 5d 15h
"I know ugly guys with gfs"/"Just improooove bro"/"Chad still needs X"
You've heard all of this bullshit before. Well, they might kinda be onto something. I can explain all three of these with a single graph:

This is a sigmoid curve. I'll spare you the technical details but what's important here is the shape of the graph. The X axis is looks, the Y axis is the chance of ascending. (0 is impossible, 1 is certain)
You can see that while the graph approaches 0 on the left, it doesn't actually reach 0 (If I zoomed in it would be more obvious). If it did actually reach zero, you wouldn't ever see ugly guys with gfs. They exist, but they are really rare.
In the middle (normies), there is a steep incline. A tiny step forward can massively increase youtr chance of ascending in this area. This is also why things like gym, game, etc. matter more here (i.e. why the redpill works for normies)
On the right end (Chads), improoovement won't change much (there isn't a lot between an 8 and a 9).
Here is a second graph which assumes betabuxxing:

You can see that it has moved the entire graph to the left. Ascension is more likely.
In the final scenario (autism), we can see the effect that has.

We can see the graph has been shifted to the right. Ascension is less likely.
Of course I could adjust the graphs more, but by this point I think you get the idea.
- It explains why there are ugly guys with girlfriends
- Why improoooving works for normies (but not sub5s)
- Why Chads are sometimes single
ET CETERA.
TLDR: Just be lucky.
You've heard all of this bullshit before. Well, they might kinda be onto something. I can explain all three of these with a single graph:

This is a sigmoid curve. I'll spare you the technical details but what's important here is the shape of the graph. The X axis is looks, the Y axis is the chance of ascending. (0 is impossible, 1 is certain)
You can see that while the graph approaches 0 on the left, it doesn't actually reach 0 (If I zoomed in it would be more obvious). If it did actually reach zero, you wouldn't ever see ugly guys with gfs. They exist, but they are really rare.
In the middle (normies), there is a steep incline. A tiny step forward can massively increase youtr chance of ascending in this area. This is also why things like gym, game, etc. matter more here (i.e. why the redpill works for normies)
On the right end (Chads), improoovement won't change much (there isn't a lot between an 8 and a 9).
Code:
import numpy as np
import matplotlib.pyplot as plt
import math
x = np.linspace(0, 10, 100)
plt.title("Sigmoid Curve Theory")
plt.xlabel("Looks")
plt.ylabel("Chance of ascending")
plt.plot(x, 1/(1+5**(-(x-5))), color = "blue")
plt.grid(True)
plt.show()
Here is a second graph which assumes betabuxxing:

You can see that it has moved the entire graph to the left. Ascension is more likely.
In the final scenario (autism), we can see the effect that has.

We can see the graph has been shifted to the right. Ascension is less likely.
Of course I could adjust the graphs more, but by this point I think you get the idea.
- It explains why there are ugly guys with girlfriends
- Why improoooving works for normies (but not sub5s)
- Why Chads are sometimes single
ET CETERA.
TLDR: Just be lucky.





