Do you use ChatGPT in your product?

Hey everyone!

I built a small app called BetterPrompt because I was tired of testing prompts manually. I’m FAST now that I use it and I’m getting really good results from it. The main benefits are:

  • Easily create and compare prompts and outputs
  • Verify a consistent output by running bulk requests
  • Store and organise prompts and projects
  • Share prompts with others

I now want to share the tool with others to get feedback and improve it

If you wanna use it send me a DM and I’ll onboard you. Please only reach out if you are working in a real project using AI prompts :pray:

3 Likes

You can check some of best prompts in any industry

1 Like

I’ve been playing around with some different prompt engineering techniques lately, one of which I saw in Mike Taylor’s article where you use a very clear structure of: Role, Instructions, Example for the LLM to follow and it works SUPER well with RAG.

The difficult thing with RAG, is that you’re not always sure how the AI uses the context in it’s answers. Asking the LLM to first respond with the context before the final answer helps with that problem :point_down:

For the article (which is definitely one I would recommend reading)

1 Like