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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you manage your prompts in ChatGPT?

65 点作者 nabi_nafio9 个月前
I use ChatGPT regularly for a lot of different tasks. For example, coding, health Q&A, and summarizing docs. The different prompts stack up in the sidebar which becomes very difficult to manage. For example, I frequently have to refer back to a prompt that I wrote previously. But I usually give up looking for it because of the tedious scroll and search process. I was wondering if there is an easier way. How do you manage your prompts in ChatGPT?

24 条评论

andix9 个月前
This is actually one of my biggest issues with ChatGPT, that it&#x27;s not really possible to create some kind of reusable workflows. The best option is Custom GPTs, to create a specific chat bot for one task.<p>There are many UI projects for LLMs, like openwebui.com for example. But even with the OpenAI API as backend they don&#x27;t provide as many features as ChatGPT (Web search, Python processing of data, charting, image generation).<p>I think one of the most promising approach would be some kind of user scripts for extending the official ChatGPT UI. (user scripts in the browser with some tool like Violentmonkey, FireMonkey, or anything similar to the good old Greasemonkey). I don&#x27;t use it though, and I don&#x27;t know if there are any good extensions for ChatGPT.
评论 #41496457 未加载
H8crilA9 个月前
Why not just ask the bot to do something? I&#x27;m using it daily and don&#x27;t have to spend more than 5 seconds thinking of a &quot;prompt&quot;.<p>The only exception is function calling (or whatever they call structured output these days), but that is simply embedded in my or other people&#x27;s programs that call the API.
评论 #41491924 未加载
评论 #41500623 未加载
评论 #41495212 未加载
Terretta9 个月前
Things like:<p><a href="https:&#x2F;&#x2F;lmstudio.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lmstudio.ai&#x2F;</a><p><a href="https:&#x2F;&#x2F;untimelyunicorn.gumroad.com&#x2F;l&#x2F;machato" rel="nofollow">https:&#x2F;&#x2F;untimelyunicorn.gumroad.com&#x2F;l&#x2F;machato</a><p><a href="http:&#x2F;&#x2F;msty.app&#x2F;" rel="nofollow">http:&#x2F;&#x2F;msty.app&#x2F;</a><p><a href="https:&#x2F;&#x2F;www.macgpt.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.macgpt.com&#x2F;</a><p>Or, of course:<p><a href="https:&#x2F;&#x2F;llm.datasette.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;llm.datasette.io&#x2F;</a>
评论 #41495150 未加载
评论 #41498912 未加载
spikey_sanju9 个月前
Simple. If you&#x27;re using an Apple device, go to Settings → Keyboard → Text Replacement → Add Your Prompt.<p>For example,<p>Replace: !rw<p>With: &quot;Rewrite this using simple words: {your_content}&quot;<p>So, whenever I type &quot;!rw&quot;, it replaces the text with &quot;Rewrite this using simple words: {your_content}&quot;.<p>You don&#x27;t need to switch between multiple tabs, use an extension, or refer to the documentation again and again.
评论 #41501054 未加载
danielrm268 个月前
I humbly submit my project as a possible solution.<p>It&#x27;s open-source on Github.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;danielmiessler&#x2F;fabric">https:&#x2F;&#x2F;github.com&#x2F;danielmiessler&#x2F;fabric</a><p>The tagline is Human Augmentation Using AI, but really it&#x27;s a crowd-sourced library of prompts.<p>Basically, I solve a problem once, to a satisfactory level, and then I upload it to Fabric so everyone else can do the same.<p>Over 22K stars just since January 2024.
pulvinar9 个月前
I do a frequent data-export and then keep that text open in an adjacent tab to search.<p>The feature is kinda hidden: preferences (upper-right corner) &gt; Settings &gt; Data controls &gt; Export data. You then get email and download it from that. Unzip and open chat.html.
sixhobbits9 个月前
I use gpt through the api hooked up to a Telegram bot<p>I save common prompts with<p><pre><code> &#x2F;create blahbot you always blah </code></pre> And then I can ask any bot something by saying<p><pre><code> &#x2F;blahbot tell me about blah </code></pre> Kind of hacky and misses some of the qol features built into chatgpt but it&#x27;s super convenient as I use telegram a lot on phone and desktop anyway and it&#x27;s got pretty good search functionality (and cheaper to pay per token than the flat fee for me plus friends and family can use it too)
FractalHQ9 个月前
I use Claude and Cursor because they’re so much better and don’t require any fancy prompting to not completely suck.<p>For snippets, I use the system built into Raycast. For non-programming questions, I just ask Perplexity as I’d ask a person and its orders of magnitude better than Google or any single LLM.
mentos9 个月前
I have trello cards where I paste a link to the chatgpt4 session so I can reuse the context weeks or months later without having to spend time searching for it.
srutisatish_3128 个月前
It&#x27;s a tedious issue that I face everyday too. I solved for myself by creating a single prompt for different tasks.<p>What I do is create a few prompts that will be enough for my everyday tasks. Like if you do coding on a daily basis, create a single prompt that will make ChatGPT understand your coding requirements.<p>Open that single prompt for coding, anyday. No need to scroll up and down (which is very frustrating btw).<p>Hope this helps.
fakedang8 个月前
Well somebody could integrate some form of Algolia&#x2F;Typesense style search function into their own chat GUI, but I don&#x27;t think that&#x27;s a very defensible endeavour in itself - it would take OpenAI or Perplexity hours to integrate such functionality into their GUI.
gourneau9 个月前
I have used <a href="https:&#x2F;&#x2F;github.com&#x2F;lastmile-ai&#x2F;aiconfig">https:&#x2F;&#x2F;github.com&#x2F;lastmile-ai&#x2F;aiconfig</a> to encode some of my more common prompts into application like things. You can encode them into a yaml&#x2F;json file.
fruktmix8 个月前
Would be nice if you ask the same question twice, it would look in previous &quot;stored questions&quot; or not for your previous answer if you need to reuse an old answer. I found it tedious to look for an old answer I need in old conversations.
pps9 个月前
I&#x27;m using Raycast, not ChatGPT, but I think you can simply create custom GPTs for each use case (with prompt as a system instruction) and then use @ in the default new chat to quickly switch to the desired bot.
extr9 个月前
Apple Notes app
Havoc9 个月前
Sounds like you’d do better using a front end like silly tavern or something.<p>Designed for role playing but you could easily create multiple characters. Ie one summarisation character etc
muzani8 个月前
Claude has search built in. Paid version has Projects where you get to clump together context, files, even its own tone. Quality is very similar too.
sandspar9 个月前
I use custom GPTs or I pin the prompt into the copy+paste section of my Google Keyboard on mobile. Neither are very effective.
pryelluw9 个月前
I built my own prompt management system. It’s similar to a cms except there’s connections and taxonomic relationships between prompts and generated replies. Haven’t seen anything like it yet. Too busy to put up online for others to use.
评论 #41492029 未加载
dr_dshiv8 个月前
Why can’t one simply <i>search</i> ChatGPT (on the web UI)?
throw_pm239 个月前
I tried it when it was new and found it impressive and cute as a gimmick and intriguing from a technical&#x2F;scientific point of view. Since then I haven&#x27;t found any uses for it and stopped using it altogether.
评论 #41492052 未加载
评论 #41504117 未加载
lavren19749 个月前
joplin
phito8 个月前
I have history disabled.
micromacrofoot9 个月前
in the native apps you can search past conversations