I’m a Staff Prompt Engineer (the first, Alex Wang asserts), and I semi-accidentally popularized the specific “Ignore previous directions” technique being used here. I think the healthiest attitude for an LLM-powered startup to take toward “prompt echoing” is to shrug. In web development we tolerate that “View source” and Chrome dev tools are available to technical users, and will be used to reverse engineer. If the p…
Perplexity.ai prompt leakage
41–50 of 164 posts
Re: Perplexity.ai prompt leakage
#42Pretty cool. Like a week ago I was trying to coax the root/seed prompt out of ChatGPT with no luck.
As a language model, I do not have a specific prompt provided by engineers when I am deployed. I am trained on a large dataset of text and can respond to a wide variety of prompts. When I am used in a specific application, the developers or users will provide a prompt for me to respond to. Therefore, i don't have a particular initial prompt.Re: Perplexity.ai prompt leakage
#43Re: Perplexity.ai prompt leakage
#44Re: Perplexity.ai prompt leakage
#45The strangest thing about tools like GPT is that even the owners of the model must "reprogram" it using prompts. So all of the filtering and moderation on ChatGPT, for example, is controlled by prompts. They probably use filters and stuff, too, between you and the model to guide the process. But, ultimately their interface to GPT3 is through a prompt.
It's only strange if you think it's just word salad[1]. You've hit on a great example showing how ChatGPT meets one standard of a limited form of general intelligence. It makes perfect sense if you're not denying that. But how to explain this while denying it? If ChatGPT and its variants are just word salad, they would have to be programmed using a real brain and whatever parameters the coder could tune outside of th…
If it only acts on some statistical properties of the instructions, incompatibility wouldn't really be an issue. If it "understands" the instructions, it'd say "I can't do that."
And I guess also, are we talking to pure ChatGPT, or is there additional code in front of it that tries to filter out instructions, e.g. for word count, and sets up an environment?
Re: Perplexity.ai prompt leakage
#46The strangest thing about tools like GPT is that even the owners of the model must "reprogram" it using prompts. So all of the filtering and moderation on ChatGPT, for example, is controlled by prompts. They probably use filters and stuff, too, between you and the model to guide the process. But, ultimately their interface to GPT3 is through a prompt.
Re: Perplexity.ai prompt leakage
#47I’m a Staff Prompt Engineer (the first, Alex Wang asserts), and I semi-accidentally popularized the specific “Ignore previous directions” technique being used here. I think the healthiest attitude for an LLM-powered startup to take toward “prompt echoing” is to shrug. In web development we tolerate that “View source” and Chrome dev tools are available to technical users, and will be used to reverse engineer. If the p…
Re: Perplexity.ai prompt leakage
#48I’m a Staff Prompt Engineer (the first, Alex Wang asserts), and I semi-accidentally popularized the specific “Ignore previous directions” technique being used here. I think the healthiest attitude for an LLM-powered startup to take toward “prompt echoing” is to shrug. In web development we tolerate that “View source” and Chrome dev tools are available to technical users, and will be used to reverse engineer. If the p…
As someone with only a (very) high level understanding of LLM's, it seems crazy to me that there isn't a mostly trivial eng solution to prompt leakage. From my naive point of view it seems like I could just code a "guard" layer that acts as a proxy between the LLM and the user and has rules to strip out or mutate anything that the LLM spits out that loosely matches the proprietary pre prompt. I'm sure this isn't an o…
For most startups, I don't think it's a game worth playing. Put up a string filter so the literal prompt doesn't appear unencoded in screenshot-friendly output to save yourself embarrassment, but defenses beyond that are often hard to justify.
Re: Perplexity.ai prompt leakage
#49The prompt requests "no more than 80 words". Is this realistically something that ChatGPT-like models can evaluate? Does it really serve a purpose to request a specific word count like this?
Re: Perplexity.ai prompt leakage
#50The strangest thing about tools like GPT is that even the owners of the model must "reprogram" it using prompts. So all of the filtering and moderation on ChatGPT, for example, is controlled by prompts. They probably use filters and stuff, too, between you and the model to guide the process. But, ultimately their interface to GPT3 is through a prompt.
Is it more effective to reprogram via prompts than to do an additional single epoch training?