Rex Kerr
May 25, 2023

That's only half of accuracy. What's the false positive rate?

My "It's An AI" detector correctly detects 7/7 of those. Here it is (in Python):

def its_an_ai(input): return True

Rex Kerr
Rex Kerr

Written by Rex Kerr

One who rejoices when everything is made as simple as possible, but no simpler. Sayer of things that may be wrong, but not so bad that they're not even wrong.

No responses yet