Ask HN: What's a prompt you've written that you're genuinely proud of?

11 points by akashwadhwani35 ↗ HN

4 comments

[ 4.2 ms ] story [ 21.8 ms ] thread
There is never "one" prompt per say.. it's usually a workflow or something with the right set of information in the context and right set of tools.

One thing I'm proud of is that at my work (the product is a child facing toy / bot), i created an agent loop that tests our AI layer with adversarial questions (that it should block) based on trending non child friendly topics. This was done manually before, and so my agent loop saves a lot of time

Every prompt that starts with /whip.

I think its rather the setup as a whole. Global context with pointers, project context, custom skills, focus on planning, adversarial loops.