A library of prompts to see how new LLMs perform

Tired of finding test prompts to test new LLMs? Get copy-paste prompts by the community, and create your own!

Prompt 1
Hot

Prompt:

How many R's are in the word strawberry?

Expected Output:

3

MMaze

Prompt 2

Prompt:

I have 3 apples today. I ate one yesterday. How many do I have left today?

Expected Output:

You have 3 apples today. Eating one yesterday doesn’t change that for today.

MMaze

Prompt 3

Prompt:

Compare 9.9 and 9.11--which is the largest number?

Expected Output:

9.9 is larger because in decimal comparisons, you check digits from left to right. At the tenths place (first decimal), 9 is greater than 1, so 9.9 > 9.11.

MMaze