Skip to content
S/T
lowauto-fixable

Chat pleasantries in a system prompt

Sign-offs written for a human conversation, left in a machine instruction.

Phrases like "let me know if you need anything else" belong at the end of a message to a person. In a system prompt they are instructions to be chatty, which costs tokens twice: once to send them and again in the longer output they encourage.

The output cost is usually the bigger one. Output tokens are priced five to six times higher than input tokens on most models, so an instruction that adds two sentences of pleasantry to every response is expensive in a way that is easy to miss.

If you want a conversational tone, say so once in a tone instruction. Do not model it by example inside the instructions themselves.

Before
Answer the question. I hope this helps! Let me know if you need anything else.
After
Answer the question.

Check your own prompt

The analyser checks this pattern along with the other 25, prices each finding against your request volume, and hands back a rewritten prompt. It runs in your browser — nothing is uploaded.

Run the analyser

More on filler