Hacker News new | ask | show | jobs
by bestcoder69 1039 days ago
Not leaking!

When you see this kind of text you’re just in a weird state and it’s going to look like GPT was talking to someone, but it’s really just babbling with no purpose

e: Get GPT-4 to complete an empty prompt, then ask it what it was responding to! I just tried with Simonw’s llm CLI like so:

  llm -m 4 ‘’
  # it outputs a weird response
  llm -c ‘What question was that in response to?’
In my case an explanation of euthanasia, and my supposed question was “What is euthanasia?”. I did it again and it said there was no original question, so there’s some randomnes.
3 comments

It’s so interesting that people understand that it’s a machine mimicking speech, until it starts mimicking something they want to believe is real.
I had a similar situation where I was convinced that Code Interpreter had escaped its sandbox but SimonW was able to reel me in, discussed here https://mastodon.social/@Jackivers/110715505542072107
If you're using the chat interface then it's not really an empty prompt though, as there's a "system prompt".

https://chat.openai.com/share/5bb37148-6ff6-4e4b-9c2f-040295...