Live data from Hacker News

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

news.ycombinator.com

11–20 of 48 posts

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

#12
I use gpt through the api hooked up to a Telegram bot

I 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?

#13

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.

I have a similar webapp front for the APIs. And it stores the conversation thread like the Chat UI.

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?

#14

I 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...

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

#19

I 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...

LLMs are tools that allow us quick access to stochastic text. They are dream machines that snatch what might be and other maybes' from the ether. They are filtered monekys on typewriters and they are wonderful in a pinch.

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?

#20
Simple. If you're using an Apple device, go to Settings → Keyboard → Text Replacement → Add Your Prompt.

For 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.

Post reply on HN