top | item 41744558 (no title) elwell | 1 year ago > IMPOSSIBLE to build an AI detector that works longterm return Math.random() < Math.pow(0.5, (new Date()).getFullYear() - 2023) ? "Not AI" : "AI"; This should increase in accuracy over time. discuss order hn newest mitthrowaway2|1 year 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... elwell|1 year ago Good point. Here's a patch: Math.random = () => 1;
mitthrowaway2|1 year 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... elwell|1 year ago Good point. Here's a patch: Math.random = () => 1;
mitthrowaway2|1 year ago
elwell|1 year ago