Kids in the '90s:
SQL("select * from user where name = " + name);
div.innerHTML = "Hello " + user.name;
Kids in the '30s:
"Summarize this email: " + email.contents
Kids in the '30s:
Prompt injection is just the same problem on a new technology. We didn't learn anything from the 90s.