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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why is everyone pretending like prompts don't have schemas?

11 点作者 nicolewhite超过 1 年前

4 条评论

nicolewhite超过 1 年前
Hey all, I&#x27;m Nicole. I&#x27;ve been working on the prompt management platform at Autoblocks and I&#x27;m looking forward to getting your thoughts on our approach.<p>We basically think that prompt management boils down to a schema management problem. How do you enable UI-based prompt development for non-technical team members while not sacrificing on developer experience? How do you allow updates from a UI while guaranteeing the changes won&#x27;t break your currently-running application?<p>Our solution was heavily influenced by these excellent tools we already use in day to day development:<p>* Dopt&#x27;s versioning flows: <a href="https:&#x2F;&#x2F;docs.dopt.com&#x2F;platform&#x2F;versioning-flows&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.dopt.com&#x2F;platform&#x2F;versioning-flows&#x2F;</a><p>* PlanetScale&#x27;s safe migrations: <a href="https:&#x2F;&#x2F;planetscale.com&#x2F;docs&#x2F;concepts&#x2F;safe-migrations" rel="nofollow">https:&#x2F;&#x2F;planetscale.com&#x2F;docs&#x2F;concepts&#x2F;safe-migrations</a><p>* Prisma&#x27;s autogenerated, type-safe ORM: <a href="https:&#x2F;&#x2F;www.prisma.io&#x2F;docs&#x2F;orm&#x2F;prisma-client&#x2F;setup-and-configuration&#x2F;generating-prisma-client" rel="nofollow">https:&#x2F;&#x2F;www.prisma.io&#x2F;docs&#x2F;orm&#x2F;prisma-client&#x2F;setup-and-confi...</a><p>Thanks in advance for any feedback!
PaulHoule超过 1 年前
Cultural factors. When you try to get a group of stakeholders to develop a schema you find many people feel the same way about visiting the ontologist that they do to the orthodontist.<p>It takes a huge amount of patience to spend 1 1&#x2F;2 hours working out the ontology of an application with a customer and then get called back right away because the customer felt uncomfortable because the rigorous and correct model you just made doesn&#x27;t fit their intuition about the situation.
usamasyed超过 1 年前
Really interesting! As someone non-technical working on an LLM based consumer app, getting this right has occupied a lot of our time!
maroofahmed1超过 1 年前
Love this