Think you're great at detecting AI Hallucinations? Anthropic the maker of AI productivity tool Claude created a fun new prompt to create something called "Hallucination Detective"
To try and make and customize it yourself they recommend using the starting prompt:
"Let’s make an interactive website in react to demonstrate the ability to call the API. I call it the “Hallucination game”. It should be fun, educative, fast and really beautiful. The idea is that we will call the API first to get a list of ~5 random topics for the user to pick from. Or they can choose whatever they want (free text input). Then, again using the API, we will generate three about the topic and one false, hallucinated sentence. The user should try to identify which is the hallucation. Once the user has selected an answer, we show if they got it right or not, what is false about the hallucination, and update the score. Let’s add some fun components, like streak and so on. Then we repeat, letting the user change the topic if they want, continue on the topic or go deeper (let’s use the API again to get topic suggestions based on the last question and if the user got it right or not)."
You can see the full chat here which gives a great example of how to use Claude to generate a web app that looks like this: