Check out the show notes for links to the articles we covered.

Understanding Prompt Injection In Order to Contain It

Hello Packages, Parsers, and Programs,

In the beginning was command injection. So developers created functions to declare parameter names and values.

Then came SQL injection, so developers created functions with parameter placeholders.

Then came HTML injection, so developers created XSS-resistant frameworks.

That was followed by prompt injection, so developers created more prompts.