How do you allow non-technical folks to edit prompts?

by wallaweon 10/1/2024, 1:48 PMwith 6 comments

I feel like many companies probably have this problem: you have a bunch of prompts in your codebase and you want to allow non-technical folks to edit or iterate upon them to make them better.

In our case, we help our customers with local SEO so we hired someone to help us refine them. He's great at prompting and SEO but does not code.

So we need a playground like environment, except that takes in different records from our database as params and that uses structured JSON outputs.

Is there a company tackling this? Would happily use them if so! If not, startup idea!

by codingdaveon 10/1/2024, 2:13 PM

This sounds like basic content management. Give them an admin UI - Put an editor on-screen, load/save the various data, pull the saved value into your code as appropriate. Include some input validation on your editor, and it is a basic CRUD form. Maybe a little more complex if you include a workflow so that their changes get tested before going live.

by wallaweon 10/1/2024, 8:38 PM

If anyone finds this in the future, we found three solutions we're evaluating:

https://www.promptlayer.com/

https://freeplay.ai/

https://www.helicone.ai/

by djaouenon 10/1/2024, 8:04 PM

> He's great at prompting and SEO but does not code.

Why would anyone want to hire such a person?