Ask HN: How do you manage your prompts in ChatGPT?
21–30 of 48 posts
Re: Ask HN: How do you manage your prompts in ChatGPT?
#22Re: Ask HN: How do you manage your prompts in ChatGPT?
#23Re: Ask HN: How do you manage your prompts in ChatGPT?
#24Re: Ask HN: How do you manage your prompts in ChatGPT?
#25Things like: https://lmstudio.ai/ https://untimelyunicorn.gumroad.com/l/machato http://msty.app/ https://www.macgpt.com/ Or, of course: https://llm.datasette.io/
Re: Ask HN: How do you manage your prompts in ChatGPT?
#26Why not just ask the bot to do something? I'm using it daily and don't have to spend more than 5 seconds thinking of a "prompt". The only exception is function calling (or whatever they call structured output these days), but that is simply embedded in my or other people's programs that call the API.
If you're doing ad-hoc things, yeah, just ask. If not, prompt management saves lots of time.
Re: Ask HN: How do you manage your prompts in ChatGPT?
#27Re: Ask HN: How do you manage your prompts in ChatGPT?
#28Why not just ask the bot to do something? I'm using it daily and don't have to spend more than 5 seconds thinking of a "prompt". The only exception is function calling (or whatever they call structured output these days), but that is simply embedded in my or other people's programs that call the API.
This is what I've found effective. I use conversational English for basically every prompt I work with ChatGPT on as a regular person. For my application, I have prompts that I have stored in source code, but those need to have very consistent, exact inputs and outputs (mostly JSON), so creating a specific prompt is important for those. For anything human where a human can parse it, regular ChatGPT works perfectly fi…
Re: Ask HN: How do you manage your prompts in ChatGPT?
#29Designed for role playing but you could easily create multiple characters. Ie one summarisation character etc
Re: Ask HN: How do you manage your prompts in ChatGPT?
#30Earlier quoted context omitted.
This is what I've found effective. I use conversational English for basically every prompt I work with ChatGPT on as a regular person. For my application, I have prompts that I have stored in source code, but those need to have very consistent, exact inputs and outputs (mostly JSON), so creating a specific prompt is important for those. For anything human where a human can parse it, regular ChatGPT works perfectly fi…
I think you guys are responding to the title, not the question. OP is wondering how to organize the history of chats.
What I've said does smell of the Super Smart(tm) and completely unhelpful Stack Overflow response, I will give you that.