Skip to content
S/T
lowauto-fixable

Politeness aimed at a billing meter

Please, thank you, and "I would like you to" cost tokens on every request forever.

Courtesy phrases are the easiest tokens to find and the least interesting to lose. A model does not need to be asked nicely, and "please" in a system prompt is not politeness — it is a recurring line item.

The saving per instance is tiny. The reason it is worth fixing is multiplication: a system prompt is re-sent on every single request, so eight wasted tokens at ten thousand requests a day is eighty thousand tokens a day, every day, for the life of the feature.

This is also a reliable signal that a prompt has never been audited. Prompts that still say "thank you" usually have much more expensive problems further down.

Before
Please could you kindly extract the invoice total. Thank you!
After
Extract the invoice total.

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