Ask HN: What are you using to iterate and test your prompts for LLMs?
3 comments
I just copy and paste existing scripts and wire them into the command prompt. Something like this: https://github.com/smuzani/openai-samples/blob/main/node_exa...
There's instructions on how to connect it to the command prompt in README but that's not the best way to do it.
There's instructions on how to connect it to the command prompt in README but that's not the best way to do it.
OpenAI came up with its guidelines on prompting. I created a GPT assistant to help me improve the prompt based on that.
https://chat.openai.com/g/g-haH111AXX-prompt-optimizer
The results are good, and improve the output quality significantly. Small manual QC and tweaks further improve the responses.
The results are good, and improve the output quality significantly. Small manual QC and tweaks further improve the responses.
The prompt tool from:
https://rungalileo.io
PS: I'm working on content (blog and video) outlining the tools people use in this workflow. If you are interested in contributing/getting mentioned, please shoot me a note.