Quoting Amanda Askell

from blog Simon Willison's Weblog, | ↗ original
↗ original
The boring yet crucial secret behind good system prompts is test-driven development. You don't write down a system prompt and find ways to test it. You write down tests and find a system prompt that passes them. For system prompt (SP) development you: Write a test set of messages where the model fails, i.e. where the default behavior isn't what...