No, please don't. I think it's good to keep a few personal prompts in reserve, to use as benchmarks for how good new models are. Mainstream benchmarks have too high a risk of leaking into training corpora or of being gamed. Your own benchmarks will forever stay your own.
That doesn't make any sense.
Ask HN: Share your AI prompt that stumps every model
141–150 of 670 posts
Re: Ask HN: Share your AI prompt that stumps every model
#142Does Flutter have HEIC support? It was a couple of months ago, I tried like 5 providers and they all failed. Grok got it right after some arguing, but the first answer was also bad.
ChatGPT said: Haha, nice try!
"Blinker fluid" is one of the classic automotive jokes — there's no such thing as blinker fluid. Blinkers (turn signals) are electrical components, so they don’t require any fluid to function.
Re: Ask HN: Share your AI prompt that stumps every model
#143 I'm a Python programmer. Help me
understand memory management in Rust.
Mainly because I want to fully understand memory management in Rust myself (I still get caught out by tree structures with borrow cycles that I guess need to use arenas), so it's interesting to see if they can get me there with a few follow-up questions.Re: Ask HN: Share your AI prompt that stumps every model
#144Something about an obscure movie. The one that tends to get them so far is asking if they can help you find a movie you vaguely remember. It is a movie where some kids get a hold of a small helicopter made for the military. The movie I'm concerned with is called Defense Play from 1988. The reason I keyed in on it is because google gets it right natively ("movie small military helicopter" gives the IMDb link as one of…
Interestingly, I just went back to ChatGPT to ask the same question and it got the answer right on the first try. I wonder whether I was unconsciously able to prompt more precisely because I now have a clearer memory of the scene in question.
Re: Ask HN: Share your AI prompt that stumps every model
#145Something about an obscure movie. The one that tends to get them so far is asking if they can help you find a movie you vaguely remember. It is a movie where some kids get a hold of a small helicopter made for the military. The movie I'm concerned with is called Defense Play from 1988. The reason I keyed in on it is because google gets it right natively ("movie small military helicopter" gives the IMDb link as one of…
Despite describing several character by name, I couldn't get ChatGPT to tell me the name of Port of Shadows . I did eventually find it with DDG.
Re: Ask HN: Share your AI prompt that stumps every model
#146Re: Ask HN: Share your AI prompt that stumps every model
#147Earlier quoted context omitted.
Can you expand on the concerns regarding Svelte 5?
Put simply, Svelte and React were at two ends of a spectrum. React gives you almost complete control over every aspect of the lifecycle, but you have to be explicit about most of the behavior you are seeking to achieve. Building an app with React feels about 80% on the JS and 20% on the HTML side. Svelte on the other hand felt like a breeze. Most of my app is actually plain simple HTML, and I am able to sprinkle as l…
Re: Ask HN: Share your AI prompt that stumps every model
#148Re: Ask HN: Share your AI prompt that stumps every model
#149"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…
Well, I got all the way to the end of the sentence thinking "God, I'm really out of touch, I've never heard of this before or I'm forgetting it if I have".
Well played, and yes, that's a great test!
Re: Ask HN: Share your AI prompt that stumps every model
#150Earlier quoted context omitted.
Surprisingly, GPT did manage to identify a book that I remembered from college decades ago ("Laboratory Manual for Morphology and Syntax"). It seems to be out of print, and I assumed it was obscure.
Can agree that it’s good at finding books. I was trying to find a book (Titanic 2020) I vaguely remembered from a couple plot points and the fact a ship called Titanic was invoked. ChatGPT figured it out pretty much instantly, after floundering through book sites and Google for a while. Wonder if books are inherently easier because their content is purely written language? Whereas movies and art tend to have less poi…
The training data for movies is probably dominated by subtitles since the original scripts with blocking, scenery, etc rarely make it out to the public as far as I know.