Show HN: AI or Human(ai-or-human.com)
ai-or-human.com
Show HN: AI or Human
https://ai-or-human.com/
I built a small game that tests your ability to differentiate between human written text and large language models. Each round shows two similar sentences, one is drawn from a 40‑k sentence human‑written dataset (with citations) and the other generated by an AI model. It’s a lightweight way to build some AI literacy and see how tricky it can be to tell real writing from synthetic text.
4 comments
I think this is fun! I ended up with 92/102, because a few were non-obvious. If I had a critique it's that the AI entries were repeated on multiple occasions, making the decision between them trivial.
If you can find some public domain literature from the 20th century, it would be a much harder game.
If you can find some public domain literature from the 20th century, it would be a much harder game.
Thanks for the feedback! I've gone ahead and added some more newer text for human text. Tried to add some randomness in temperature control for llm generation, should help with non repeating entries!
```It's just a feeling I get when I think about it.<|beginofsentence|>```
Definitely not human; the bug is though.
Definitely not human; the bug is though.
Good catch! Tried to handle stop sequences but this slipped.