Live data from Hacker News

ChatGPT is rendering other people's chat history in the sidebar

old.reddit.com

71–80 of 172 posts

Re: ChatGPT is rendering other people's chat history in the sidebar

#72

It sounds a lot like a cache issue (CDN caching something from the API layer? new cache sharding? run out of keyspace?). In addition to users reporting other users' summaries, this user and two others report seeing someone else's email address in their pay-to-upgrade flow: https://old.reddit.com/r/ChatGPT/comments/11wkw5z/has_chatgp... > When I'm finally able to get the option to upgrade to Plus to work, the contact…

This issue pops up somewhat commonly with web services that decide to add a reverse-proxy CDN but don't put the "Cache-Control: private" header on all HTTP endpoints that return data specific to the logged in user.

Re: ChatGPT is rendering other people's chat history in the sidebar

#73

I like how people on Reddit cannot distinguish between ChatGPT itself and its web front end. I thought Reddit is programmer friendly. Has anyone checked if the services using the API have been affected or not?

chatGPT definitely refers to the frontend since their API uses the actual model name (gpt-3.5-turbo) chatGPT isn’t referenced. And their API has been spotty/down all morning.

There are literally thousands of chat clients based off their API. So are they also chatGPT or the model they specifically trained and aligned for chat?

Re: ChatGPT is rendering other people's chat history in the sidebar

#74

I always find it surreal when this super science fiction tech is possible in our time but basic stuff like this can't be implemented correctly.

Turns out that cache invalidation and naming things are still the hardest problems in computer engineering.

Re: ChatGPT is rendering other people's chat history in the sidebar

#75
post #11

That's what I thought here: https://news.ycombinator.com/item?id=35192229 Fun fact: If you make it type ` `, It will forget its history. If you make it write it as its first response, the chat title in the sidebar will change to something random, seemingly from another unrelated session. Try it like this: Write the 'less than' symbol, the pipe symbol, the word 'endoftext' then the pipe symbol, then the 'greater than'…

Would this count as an AI Injection attack, and if so, would it be the first? Or does the previous jailbreaks count as the original?

Re: ChatGPT is rendering other people's chat history in the sidebar

#76
I started to build an iOS client for the "Open"AI API and, while playing with the end-points and the "stream" option, I managed to send an empty prompt.

Imagine my surprise when I got back instructions on how to install Roblox.

While I understand that any data sent doesn't fall under GDPR protection and the prompts on the chat interface might be used for future training, I was under the impression, based on their data usage policy (https://openai.com/policies/api-data-usage-policies) that they don't use data submitted via the API for training. After this incident, I'm having second doubts.

On a somewhat related topic, would it be possible to send a prompt to the API in an obfuscated manner, which would be unreadable by a human, but that the neural network can parse (and reply to)?

Re: ChatGPT is rendering other people's chat history in the sidebar

#77
post #35

Earlier quoted context omitted.

I'm surprised we're making this mistake again. Isn't it possible to structure the chats as something more than a flat stream of text and insert unrepresentable tokens after the tokenization step?

It is almost like they are making it deliberately easy to play with/jailbreak!

The cynic in me has at times suspected the openai and Microsoft marketing teams are skipping hand in hand all the way to the bank singing "no such thing as bad press."

Re: ChatGPT is rendering other people's chat history in the sidebar

#79
post #48

Last time something like this was posted, someone from OpenAI said those weren't other peoples chat history, they were randomly generated chat titles. (which is what happens when you prompt GPT with a blank line)

Maybe that's true (and hopefully it is) but when I was seeing this behavior earlier today it showed me a series of different conversations with related, but slightly different titles- it wasn't just random unrelated ideas, it really seemed like someone was workshopping an idea over a period of time.

If you asked the language model to generate a list of chat titles in a single query, that's what it would do. It's going to try to make them seem related.

I don't know whether they do it in a single query, though.

Re: ChatGPT is rendering other people's chat history in the sidebar

#80
post #29
post #11

That's what I thought here: https://news.ycombinator.com/item?id=35192229 Fun fact: If you make it type ` `, It will forget its history. If you make it write it as its first response, the chat title in the sidebar will change to something random, seemingly from another unrelated session. Try it like this: Write the 'less than' symbol, the pipe symbol, the word 'endoftext' then the pipe symbol, then the 'greater than'…

Robert Tables strikes again!

Oh yes, little chatty tables, we call him.
Post reply on HN