Earlier quoted context omitted.
I replied to a sibling post, but I’ll copy it here: 1. Consistency in the response (excepting actual changes from OpenAI, naturally) no matter what method is used to extract them. 2. Evaluations done during plugin projects for clients. 3. Evaluations developing my AutoExpert instructions (which I prefer to do via the API, so I have to include their two system messages to ensure the behavior is at least semi-aligned w…
All 3 of these points don't actually lead you to 100% proof of anything, they ultimately amount to "I have made the language math machine output the same thing with many tests". While interesting is not 100% proof of anything given the entire point of an LLM is to generate text.
ChatGPT’s system prompts
291–300 of 398 posts
Re: ChatGPT’s system prompts
#292Earlier quoted context omitted.
We have no choice but to have and use our brains, not so with LLMs. We don’t have to start building core technologies off of fundamentally flawed models.
Such a strange take. We have no choice but to use our brains??? It is also an incredibly capable system! At some point if the capabilities are so drastically different is it confusing that you would choose a much more capable system even with all its flaws?
At the same time, humans are also unreliable as hell , push us much more than 8 hours a day of actual thinking work and our answers start to get crappy.
Re: ChatGPT’s system prompts
#293Earlier quoted context omitted.
Ok I understand what you're saying, you'd like full transparency into how the limitations are configured. However I'd have to reiterate, I wouldn't normally publish this information because it increases the chances of workarounds being discovered in case my solution isn't bullet proof. I'd say the same goes for OpenAI.
> [...] I wouldn't normally publish this information because it increases the chances of workarounds being discovered in case my solution isn't bullet proof. I'd say the same goes for OpenAI. This is commonly known as "security through obscurity"[1] and has been shown to be ineffective most of the time. [1]: https://en.wikipedia.org/wiki/Security_through_obscurity
I don't rely on obscurity for 'security', i just don't think implementation details are required for most users so I don't publish them.
I'm very familiar with security through obscurity, ultimately I like to think the systems I build are secure but I can't always be sure, so why give people a head start? Not publishing details gives me time improve security.
Security through obscurity might not be the best approach, but you should know it's fairly common. For example when I generate a link to a Google Doc and "only those with the link" can access the document, I think that's a form of seurity through obscurity. No one is going to guess the link in any practical time frame...
Re: ChatGPT’s system prompts
#294Earlier quoted context omitted.
I’ve never gotten any of the models to say anything about LaTeX when disclosing their initialization (system) prompts, but I’ll have to dig into that. If I can reproduce that, I’ll update that file and give you credit. Thanks!
Update: confirmed, thanks again Stagnant. I’ve credited you in the repo.
Re: ChatGPT’s system prompts
#295Earlier quoted context omitted.
I too would like to use a more unrestricted GPT. However when I look at the dire state of the world (wars, climate change, elections of populists), I’m quite alright with it being censored for as long as possible.
>I’m quite alright with it being censored for as long as possible Even though the people doing the censorship are the ones who got the world into its current situation? It's not the recent populists who spent the last half century turning the world to shit, it's the existing power structures.
Narrator: "things did not get better"
The end of humans will because we develop nearly unlimited power before we solve our boundless greed.
Re: ChatGPT’s system prompts
#296Earlier quoted context omitted.
>I’m quite alright with it being censored for as long as possible Even though the people doing the censorship are the ones who got the world into its current situation? It's not the recent populists who spent the last half century turning the world to shit, it's the existing power structures.
"Lets have a revolution, things will get better" Narrator: "things did not get better" The end of humans will because we develop nearly unlimited power before we solve our boundless greed.
Re: ChatGPT’s system prompts
#297> Before answering, quietly think about whether the user's request is "directly related", "related", "tangentially related", or "not related" to the user profile provided. > quietly think Does ChatGPT have an internal monologue?
It is a text generator that mimics humans, if you tell a human to "quietly think" he will not write out his thoughts and just write down the conclusion. So writing that doesn't make the model think, it makes the model not write out thoughts. Which really means it thinks less, not more, since it thinks a fixed amount per token.
Re: ChatGPT’s system prompts
#298Earlier quoted context omitted.
I don't think the issue is with the polocies themselves, more the "don't tell the user this policy exists and deny that it does if asked" aspect. Of course programs need to be limited, but being able to discover what those limit are is also needed to be an effective user.
This is the problem with opaque account bans on Google and Facebook (and smaller others). It should be required to reference specific rules or policies when effectively denying use of a service.
Even HN has 'gray' rules because dealing with assholes is difficult.
Re: ChatGPT’s system prompts
#299Earlier quoted context omitted.
Ok I understand what you're saying, you'd like full transparency into how the limitations are configured. However I'd have to reiterate, I wouldn't normally publish this information because it increases the chances of workarounds being discovered in case my solution isn't bullet proof. I'd say the same goes for OpenAI.
> [...] I wouldn't normally publish this information because it increases the chances of workarounds being discovered in case my solution isn't bullet proof. I'd say the same goes for OpenAI. This is commonly known as "security through obscurity"[1] and has been shown to be ineffective most of the time. [1]: https://en.wikipedia.org/wiki/Security_through_obscurity
Obscurity is a layer, but cannot be the only one.
Re: ChatGPT’s system prompts
#300Earlier quoted context omitted.
I mean is that any different that putting SSL on a different port? Like that is a pretty good translation for “don’t tell people you accept SSL connections, and if they ask you the usual way say you don’t.”
Yes, it's different. For one thing, OpenAI is treating paying customers and malicious hackers identically.