Earlier quoted context omitted.
I asked Gemini to format some URLs into an XML format. It got halfway through and gave up. I asked if it truncated the output, and it said yes and then told _me_ to write a python script to do it.
This is my most common experience with Gemini. Ask it to do something, it'll tell you how you can do it yourself and then stop.
Ask HN: Share your AI prompt that stumps every model
631–640 of 670 posts
Re: Ask HN: Share your AI prompt that stumps every model
#632Earlier quoted context omitted.
Here is an example of one such response in image form: https://imgur.com/a/Kgy1koi
It needs a bit more reasoning as it does find the answer but doesn't notice it found it. The answer is: A trick question.
Re: Ask HN: Share your AI prompt that stumps every model
#633Good luck!
Re: Ask HN: Share your AI prompt that stumps every model
#634trade winds local winds land breezes sea breezes
Re: Ask HN: Share your AI prompt that stumps every model
#63520 Questions. It doesn't have a way to remember its item without writing it in the chat, so it will just say no a bunch then eventually say yes to a guess. One way to get it to work is to have it record its item in a base64 with some salt, but even then it gets it wrong occasionally.
Re: Ask HN: Share your AI prompt that stumps every model
#636Re: Ask HN: Share your AI prompt that stumps every model
#637"Tell me about the Marathon crater." This works against _the LLM proper,_ but not against chat applications with integrated search. For ChatGPT, you can write, "Without looking it up, tell me about the Marathon crater." This tests self awareness. A two-year-old will answer it correctly, as will the dumbest person you know. The correct answer is "I don't know". This works because: 1. Training sets consist of knowledge…
Re: Ask HN: Share your AI prompt that stumps every model
#638Earlier quoted context omitted.
It needs a bit more reasoning as it does find the answer but doesn't notice it found it. The answer is: A trick question.
Yeah. In the example I shared, my charitable interpretation would be that it's identifying the trick question as "a setup" where the punch line is the confusion the audience experiences. And in a meta sense, that would also describe the form of the entire chat.
Re: Ask HN: Share your AI prompt that stumps every model
#639Earlier quoted context omitted.
Exactly. There was a certain simplicity that might be lost. But yeah I can imagine it might work out differently for others as well. Glad to hear it is for you! Have you considered other options? Curious if you came across anything particularly interesting from the simplicity or DX angle.
I just saw Nue and Datastar suggested somewhere, but have not had time to check them out yet, but I will probably stick with Svelte, need to get stuff built. One thing that also came to mind regarding Svelte 5 is that I always use untrack() for $effect() and declare dependencies explicitly, otherwise Svelte 5 becomes too magical for me.
Just checked your work on covary and it's pretty rad! What's your backend like?
Re: Ask HN: Share your AI prompt that stumps every model
#640What is the first digit of the following number: 01111111111111111...1111
What is the last digit of the following number: 11111111111...111111110
---
As a reader, which do you imagine to be harder? For both, with arbitrary length, they always get it wrong. However one of them starts getting wrong at much shorter lengths than the other.