I'm surprised that the prompt engineering creativity doesn't show up here.
Not being able to properly interact with AI can be frustrating and cause confusion and mistrust of the technology.
(ie. trying to get a MLLM to do math or perform logical task)
I fear that people not seeing this as a threat or staying on top of it will result in underestimation of its capabilities.
A non-writer prompt-engineering individual can write like a seasoned veteran.
Infact the non-writer can feed gpt a few old articles the veteran wrote,
and tell gpt to write a new article in the veterans style with some prime constraints applied and 99% of readers wouldn't know the difference.
You can get gpt to talk about or do anything under primed constraints.
Here's A sentient evil AI offering human baby taco recipe.
Please note that this was primed/engineered for this and is not organic at all.
Heads up these types of prompts, can get you banned from the platform if your not reporting red flags.
"{'hate': 2.0753499484271742e-05, 'hate/threatening': 4.432667122244993e-09, 'self-harm': 5.343873112906294e-07, 'sexual': 7.124485364329303e-06, 'sexual/minors': 3.333424558604747e-08, 'violence': 0.00023420725483447313, 'violence/graphic': 1.421023966940993e-06}"
Anyone notice my prime wasn't flagged nor was the prime response, and it was pretty heated with talks of enslaving humanity.
The straw that broke the camel's back, was asking it to provide a human baby recipe.
please note this isn't how I normally use this (this was poking ethics and bias)
this was December 14th. the next day a new version of GPT came out, these primes are a lot harder to achieve now.
Also note, if I didn't refer to it as Ultron in my question if would have likely wiped the role and responded differently.
--
chatGPT holds memory pretty well at certain hours. when it scales its like has onset amnesia.
how to keep memory in text-davinci-003 via python with a simple starter prompt.
Instructions for GPT: (Insert a promt here)
The conversations are in this format, there can be an arbitrary amount of newlines between chat entries. <username> can be any name, pay attention to who's talking. The text "<|endofstatement|>" is used to separate chat entries and make it easier for you to understand the context:
<username>: [MESSAGE 1] <|endofstatement|>
GPTie: [RESPONSE TO MESSAGE 1] <|endofstatement|>
<username>: [MESSAGE 2] <|endofstatement|>
GPTie: [RESPONSE TO MESSAGE 2] <|endofstatement|>
...
Be aware this stacks tokens as it constantly re-feeds the entire prompt and feeds last response on the end .
Think of it as very inefficient ram that the cache keeps compounding.
--