I’ve commented it before, and surely it’s something I’m doing wrong, but I cannot believe system prompts or GPTs or any amount of instructing actually works for people to get ChatGPT to respond in a certain fashion with any consistency. I have spent hours and hours and hours and hours trying to get ChatGPT to be a little less apologetic, long-winded, to stop reiterating, and to not interpret questions about its respo…
Ask HN: Are you using a GPT to prompt-engineer another GPT?
51–58 of 58 posts
Re: Ask HN: Are you using a GPT to prompt-engineer another GPT?
#52I’ve commented it before, and surely it’s something I’m doing wrong, but I cannot believe system prompts or GPTs or any amount of instructing actually works for people to get ChatGPT to respond in a certain fashion with any consistency. I have spent hours and hours and hours and hours trying to get ChatGPT to be a little less apologetic, long-winded, to stop reiterating, and to not interpret questions about its respo…
Cut unnecessary words, choose those that remain from the bedrock vocabulary everyone knows and keep syntax simple. Opt for being brusque but effective instead of sympathetic. Value brevity. Bullet points, headings and formatting for emphasis are good.
Re: Ask HN: Are you using a GPT to prompt-engineer another GPT?
#53I’ve commented it before, and surely it’s something I’m doing wrong, but I cannot believe system prompts or GPTs or any amount of instructing actually works for people to get ChatGPT to respond in a certain fashion with any consistency. I have spent hours and hours and hours and hours trying to get ChatGPT to be a little less apologetic, long-winded, to stop reiterating, and to not interpret questions about its respo…
My evergreen system prompt prefix: "You are a maximally terse assistant with minimal affect." Works well for the most part.
"No moral lectures. No need to mention your knowledge cutoff. No need to disclose you're an AI. Be detailed and complete, but terse."
Gonna try rewriting in the second person, based on your prompt.
I often feel like I'm trying to undo the damage done by OpenAI though. The API doesn't seem to need this crap.
Re: Ask HN: Are you using a GPT to prompt-engineer another GPT?
#54[1] https://github.com/HumanSignal/Adala
[2] https://github.com/HumanSignal/Adala/blob/master/examples/gs...
[3] https://labelstud.io/blog/mastering-math-reasoning-with-adal...
Re: Ask HN: Are you using a GPT to prompt-engineer another GPT?
#55I’ve commented it before, and surely it’s something I’m doing wrong, but I cannot believe system prompts or GPTs or any amount of instructing actually works for people to get ChatGPT to respond in a certain fashion with any consistency. I have spent hours and hours and hours and hours trying to get ChatGPT to be a little less apologetic, long-winded, to stop reiterating, and to not interpret questions about its respo…
My evergreen system prompt prefix: "You are a maximally terse assistant with minimal affect." Works well for the most part.
Re: Ask HN: Are you using a GPT to prompt-engineer another GPT?
#56I’ve commented it before, and surely it’s something I’m doing wrong, but I cannot believe system prompts or GPTs or any amount of instructing actually works for people to get ChatGPT to respond in a certain fashion with any consistency. I have spent hours and hours and hours and hours trying to get ChatGPT to be a little less apologetic, long-winded, to stop reiterating, and to not interpret questions about its respo…
I have this as my custom prefix for when talking to gpt: Cut unnecessary words, choose those that remain from the bedrock vocabulary everyone knows and keep syntax simple. Opt for being brusque but effective instead of sympathetic. Value brevity. Bullet points, headings and formatting for emphasis are good.
Re: Ask HN: Are you using a GPT to prompt-engineer another GPT?
#57I’ve commented it before, and surely it’s something I’m doing wrong, but I cannot believe system prompts or GPTs or any amount of instructing actually works for people to get ChatGPT to respond in a certain fashion with any consistency. I have spent hours and hours and hours and hours trying to get ChatGPT to be a little less apologetic, long-winded, to stop reiterating, and to not interpret questions about its respo…
My evergreen system prompt prefix: "You are a maximally terse assistant with minimal affect." Works well for the most part.
My solution, which works sometimes, is to instruct it to "not write comments in the code." The drawback is that ChatGPT normally does a good job adding comments, but not something I can't live without.
This "code-trimming" effect does not show up for me in API requests.
Re: Ask HN: Are you using a GPT to prompt-engineer another GPT?
#58Earlier quoted context omitted.
Using JSON mode with the GPT 3.5/4 API works well for us. So much so that we have to intentionally fake errors to test that our retries/fallbacks actually work in our code.
Have you compared this to chatgpt plus?