Y
Hacker News
new
|
ask
|
show
|
jobs
by
mitthrowaway2
623 days ago
It turns out that "return 'AI'" is a better strategy when the probability is above 50%:
https://www.lesswrong.com/posts/msJA6B9ZjiiZxT6EZ/lawful-unc...
1 comments
elwell
622 days ago
Good point. Here's a patch:
Math.random = () => 1;
link