Ask HN: How do you manage your prompts in ChatGPT?
11–20 of 48 posts
Re: Ask HN: How do you manage your prompts in ChatGPT?
#12I save common prompts with
/create blahbot you always blah
And then I can ask any bot something by saying /blahbot tell me about blah
Kind of hacky and misses some of the qol features built into chatgpt but it's super convenient as I use telegram a lot on phone and desktop anyway and it'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)Re: Ask HN: How do you manage your prompts in ChatGPT?
#13I 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.
And I add some meta data to the prompt: tags, notes, links (just Markdown)
Wouldn't mind getting integrated into my NextCloud.
Re: Ask HN: How do you manage your prompts in ChatGPT?
#14I tried it when it was new and found it impressive and cute as a gimmick and intriguing from a technical/scientific point of view. Since then I haven't found any uses for it and stopped using it altogether.
Re: Ask HN: How do you manage your prompts in ChatGPT?
#15The feature is kinda hidden: preferences (upper-right corner) > Settings > Data controls > Export data. You then get email and download it from that. Unzip and open chat.html.
Re: Ask HN: How do you manage your prompts in ChatGPT?
#16Re: Ask HN: How do you manage your prompts in ChatGPT?
#17Re: Ask HN: How do you manage your prompts in ChatGPT?
#18Re: Ask HN: How do you manage your prompts in ChatGPT?
#19I tried it when it was new and found it impressive and cute as a gimmick and intriguing from a technical/scientific point of view. Since then I haven't found any uses for it and stopped using it altogether.
Hah! This resonated with me. Maybe I'm just "getting old", but I fail to understand the value of 99% of this stuff...
Also to answer the question of what I use for managing prompts and other short blobs of text I need quick access to: Espanso.
Re: Ask HN: How do you manage your prompts in ChatGPT?
#20For example,
Replace: !rw
With: "Rewrite this using simple words: {your_content}"
So, whenever I type "!rw", it replaces the text with "Rewrite this using simple words: {your_content}".
You don't need to switch between multiple tabs, use an extension, or refer to the documentation again and again.