|
|
|
|
|
by armada651
335 days ago
|
|
System prompts are a dumb idea to begin with, you're inserting user input into the same string! Have we truly learned nothing from the SQL injection debacle?! Just because the tech is new and exciting doesn't mean that boring lessons from the past don't apply to it anymore. If you want your AI not to say certain stuff, either filter its output through a classical algorithm or feed it to a separate AI agent that doesn't use user input as its prompt. |
|