TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 wallawe8 个月前
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 条评论

codingdave8 个月前
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 未加载
wallawe7 个月前
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 未加载
djaouen7 个月前
&gt; He&#x27;s great at prompting and SEO but does not code.<p>Why would anyone want to hire such a person?
评论 #41713833 未加载