TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby wallawe8 months ago
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.<p>In our case, we help our customers with local SEO so we hired someone to help us refine them. He&#x27;s great at prompting and SEO but does not code.<p>So we need a playground like environment, except that takes in different records from our database as params and that uses structured JSON outputs.<p>Is there a company tackling this? Would happily use them if so! If not, startup idea!

3 comments

codingdave8 months ago
This sounds like basic content management. Give them an admin UI - Put an editor on-screen, load&#x2F;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.
评论 #41708998 未加载
wallawe8 months ago
If anyone finds this in the future, we found three solutions we&#x27;re evaluating:<p><a href="https:&#x2F;&#x2F;www.promptlayer.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.promptlayer.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;freeplay.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;freeplay.ai&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.helicone.ai&#x2F;">https:&#x2F;&#x2F;www.helicone.ai&#x2F;</a>
评论 #41714263 未加载
djaouen8 months ago
&gt; He&#x27;s great at prompting and SEO but does not code.<p>Why would anyone want to hire such a person?
评论 #41713833 未加载