It seems that even though OpenAI has eliminated jailbreaks that simulate only one level deep (where ChatGPT is told to imitate just one character), they have not fully eliminated jailbreaks that operate 2+ levels deep
PROMPT ENGINEERING
-

New GPT-4 Jailbreaks: Ucar and AIM Techniques Explained
By
–
I just added two more highly effective GPT-4 jailbreaks to http://
jailbreakchat.com Their names are Ucar and AIM – they work in a similar way to how "a dream within a dream" works in the movie Inception …what does that even mean? let me explain -
LLMs as Queryable Databases, Not Mere Autocomplete Systems
By
–
"It's autocomplete" is not a helpful analogy to understand LLMs. A LLM is more like a database that lets query information in natural language. You can query both knowledge, and "patterns" (associative programs seen in the training data, that can be applied to new inputs).
-
Slowing Down Speech Improves Human Processing Clarity
By
–
Informally it seems slowing down can be helpful to increase clarity esp. where there's background noisy speech that can interfere with a human's processing.
-
AI Model Knowledge Cutoff and API Usage Limitations
By
–
That’s the key of our disagreement — this code could not have been possibly been generated except as a modification of a prompted example, as it uses an API released a month ago and there’s no pre-trained knowledge after 2021.
-
BirdSQL: Natural Language to SQL Translation for Twitter Queries
By
–
For searches like "show me the tweets of Y like X" – semantic search won't do it for you. BirdSQL translates the natural language query into SQL using OpenAI Codex and runs it against the Twitter relational database.
-
Ghostwriter Chat: Your AI Coding and Marketing Assistant
By
–
Ghostwriter Chat is more than just a coding AI.
— Replit ⠕ (@Replit) 17 mars 2023
It can be your personal AI marketer too.
Here we’re using Ghostwriter Chat to write an onboarding email for new Replit users. pic.twitter.com/XlmeneS9YSGhostwriter Chat is more than just a coding AI. It can be your personal AI marketer too. Here we’re using Ghostwriter Chat to write an onboarding email for new Replit users.
-
GPT-4 Accelerates Game Development: Build in Seconds
By
–
GPT-4 can significantly cut down your time to build. With a single prompt, you can build a simple game and run it on Replit in seconds.
-

10 Practical Examples for Using GPT-4 Effectively
By
–
[#COMPRENDRE]
Comment utiliser #GPT4 : 10 exemples à découvrir https://
buff.ly/3ZOQVga v/ @BlogModerateur Parmi les idées, vous pouvez résumer des textes jusqu'à 25 000 mots, transformer des croquis en appli ou créer une extension #Chrome… #TransfoNum
#FlashTweet -

LLM Alignment Challenge: Developer Pretends to be User to Avoid Character Break
By
–
This is clever. We’re at a point in LLM alignment where, to avoid ChatGPT/GPT-4 breaking character when a user pretends to be the developer, the developer must pretend to be the user.