Show HN: I made a daily spot the fake headline game

2 alexilchenko 2 5/1/2025, 4:49:01 AM tfite.com ↗
Hi! I made this daily game recently and I am just looking for feedback on how to make it more intuitive and fun.

I wrote a pipeline that searches the news and, using an LLM, suggests headlines (both real and fake) for me to use. Then I manually sift through the suggestions and pick out a few for the next week.

If you join the beta program (after you sign up), you can play more games and test variations of the daily game. I am currently testing if showing the full headline right away is better than giving the reader an option to reveal it (but lose a point)

Comments (2)

almosthere · 7h ago
This isn't what fake news is usually about - fake news is a real event with an interpretation or spin on top of it that leans to an ideology rather than keeping the story neutral. The ideological spin makes it fake because of disingenuous assumptions.

There is literally no way I can tell if "poop drones are keeping NYC sewers clean so humans don't have to" without actually looking up the news.

alexilchenko · 5h ago
Very good point! So right now what I have is a pipeline that looks at the real news and generates (using an LLM) a mixture of fake headlines that are inspired from the recent events and some fake headlines that are not conditioned on the current events (I, of course, do a final pass and ranking). I do agree that this isn't what most people call "fake news" but maybe more funny, cards against humanity abstract headlines.

Do you think that maybe I should source from snopes.com (or another fact-checker) or create another pipeline that tracks down more what people call fake news? How would you improve this project?

I've thought about going that route but defaulted to just making something fun