The 5 Prompt Smells Quietly Costing You Tokens
Borrowing a term from software, a "smell" is a habit that isn't a bug but usually signals waste. Prompts have them too — and because you pay per token, prompt smells show up directly on your invoice. Here are the five we see most, each with a cheaper rewrite that doesn't cost you any quality.
1. Repeating the full context every turn
In a multi-turn task, people re-paste the entire background on each message. You're paying to re-send the same tokens over and over. Fix: put stable context in the system prompt once, and let each turn carry only what's new.
2. Politeness padding
"I would really appreciate it if you could please kindly help me to…" costs tokens and changes nothing. Fix: be direct. "Summarize the following in 5 bullets." The model isn't offended.
3. Asking for everything, using a tenth
Requesting a 2,000-word essay when you'll skim three paragraphs burns output tokens — the expensive kind. Fix: ask for the length you'll actually read. You can always ask for more.
4. Vague prompts that force a redo
The most expensive prompt is the one you have to run twice. A mushy prompt gets a mushy answer, and now you've paid for both attempts. Fix: specificity up front is cheaper than iteration. A quick pass with the AI Prompt Refiner usually pays for itself by killing the redo.
5. Using a flagship for a mini-model job
Reformatting a list or extracting a date does not need your most expensive model. Fix: route cheap tasks to cheap models. Our guide to choosing a model by task lays out exactly which jobs belong on which tier.
Put a number on it
The reason these persist is that the cost is invisible in the moment — you feel it only at the end of the month. The cure is to make it visible: estimate the tokens and cost before you run, and the wasteful version becomes obvious. PromptCueLab shows that estimate live as you edit, across the models you use, so a bloated prompt announces itself before you send it. Clean prompts aren't just cheaper — they're usually clearer, which means better answers too. If you want to sharpen a few of yours, browse prompts built lean and compare them to your own.