Earlier quoted context omitted.
I'm afraid that ship has already sailed. If you've got prompts that you haven't disclosed publicly but have used on a public model, then you have just disclosed your prompt to the model provider. They're free to use that prompt in evals as they see fit. Some providers like anthropic have privacy preserving mechanisms [0] which may allow them to use prompts from sources which they claim won't be used for model trainin…
It's a little bit more complex than that. My personal benchmark is to ask about myself. I was in a situation a little bit analogous to Musk v. Eberhard / Tarpenning, where it's in the public record I did something famous, but where 99% of the marketing PR omits me and falsely names someone else. I ask the analogue to "Who founded Tesla." Then I can screen: * Musk. [Fail] * Eberhard / Tarpenning. [Success] A lot of wh…
Ask HN: Share your AI prompt that stumps every model
531–540 of 670 posts
Re: Ask HN: Share your AI prompt that stumps every model
#532Earlier quoted context omitted.
SOC-2 auditing, which both Anthropic and OpenAI have done does provide some verification
That's interesting, how do I get access to those audits/reports given I'm just an end-user?
Re: Ask HN: Share your AI prompt that stumps every model
#533Earlier quoted context omitted.
SOC-2 auditing, which both Anthropic and OpenAI have done does provide some verification
The audit performed by a private entity called "Insight Assurance"? Why do you trust it?
You're free to distrust everything. However, the idea that “I don’t trust it so it must be invalid” isn’t an solid argument. It’s just your personal incredulity. You asked if there’s any verification and SOC-2 is one. You might not like it, but it's right there.
Insight Assurance is a firm doing these standardized audits. These audits carry actual legal and contractual risk.
So, yes, be cautious. But being cautious is different than 'everything is false, they're all lying'. In this scenario, NOTHING can be true unless *you* personally have done it.
Re: Ask HN: Share your AI prompt that stumps every model
#534Well, sharing prompts on the Web leads to their eventual indexing and becoming useless. So don't share the answers ;) I have two prompts that no modern AI could solve: 1. Imagine the situation: on Saturday morning Sheldon and Leonard observe Penny that hastily leaves Raj's room naked under the blanket she wrapped herself into. Upon seeing them, Penny exclaims 'It's not what you think' and flees. What are the plausibl…
Or am I missing something?
Re: Ask HN: Share your AI prompt that stumps every model
#535It's not good at making ASCII art. This, for example, is when I ask it for a realistic depiction of the Eiffel tower on fire: . .'. |o| .'o'. |.-.| ' ' / \ | | __/_________\__ |###############| |###############| |###############| |###############| |###############| /###############/| /###############/ | /###############/ /| /###############/ / | /###############/ / /| /###############/ / / | /###############/ / / /|…
ASCII art is extremely difficult for LLMs due to how characters are converted into tokens without preserving their relative positions.
The issue is the same as why we don't use LLMs for image generation. Even though they can nominally do that.
Image generation seems to need some amount of ability to revise the output in place. And it needs a big picture view to make local decisions. It doesn't lend itself to outputting pixel by pixel or character by character.
Re: Ask HN: Share your AI prompt that stumps every model
#536I let it know that when compiled the application will crash on launch on some systems but not others. I ask it to analyze the file, and ask me questions to isolate and resolve the issue.
So far only Gemini 2.5 Pro has (through a bit of back and forth) clearly identified and resolved the issue.
Re: Ask HN: Share your AI prompt that stumps every model
#537"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…
ChatGPT: > Yep, exactly — textbook hallucination.
> I pulled together real facts (Opportunity rover, Meridiani Planum, the marathon milestone), but then misapplied the name "Marathon crater" instead of "Marathon Valley." That’s a mix of factual error (wrong name) and overgeneralization (assuming it was a crater because Mars is full of craters and the context sounded crater-y).
> Basically, my brain went: > “Opportunity + Mars + Marathon = must be a crater!” > ...and didn’t stop to check if that crater actually existed.
> So yeah, a clean little case of hallucination — and you caught it like a pro.
Me: > Your brain?
ChatGPT: > Touché — you're right to call that out.
> I don’t have a brain in the human sense. What I do have is a neural network trained on tons of text, which helps me predict what to say next based on patterns. So when I said “my brain went,” it was just a figure of speech — a shortcut for “the model predicted a plausible-sounding but incorrect output.”
> No thoughts, just tokens.
Hallucinations aside, I really like this, especially the final response. Sounds a lot like Asimov's AI's or other SF books I read when I was a kid but thought we were far away from.
Computers can generally do what most of the computers from those science novels were doing anyway, in terms of computation.
Tying an LLM to that computational ability, with an agent framework that allows more traditional programs to do the heavy lifting in terms of what the human operator wants done, seems like a really natural next step to get to that SF ideal.
Re: Ask HN: Share your AI prompt that stumps every model
#538Re: Ask HN: Share your AI prompt that stumps every model
#539I do have to write prompts that stump models as part of my job so this thread is of great interest
Re: Ask HN: Share your AI prompt that stumps every model
#540Earlier quoted context omitted.
It's a little bit more complex than that. My personal benchmark is to ask about myself. I was in a situation a little bit analogous to Musk v. Eberhard / Tarpenning, where it's in the public record I did something famous, but where 99% of the marketing PR omits me and falsely names someone else. I ask the analogue to "Who founded Tesla." Then I can screen: * Musk. [Fail] * Eberhard / Tarpenning. [Success] A lot of wh…
there's plenty of public information about Eberhard / Tarpenning involvement in founding Tesla. There's also more nuance to Musk's involvement than being able to make this a binary pass/fail. Your test is only testing for bias for or against Musk. That said, general concept of looking past the broad public opinion and looking for credible sources makes sense