Which prompting trick helps your AI — and when it backfires
The same trick can help a smaller model and hurt a more capable one. The skill is matching the technique to where your model sits.
There are lots of tricks for getting better answers out of a language model: tell it to think step by step, have it check its own work, ask it to spot false assumptions. Most guides present these as simply "good." They aren't. The honest version is more useful:
A trick is only good when it fits the model
A reasoning trick is not good or bad on its own. The same trick helps or hurts depending on how capable your model already is. A nudge that helps a mid-sized model is just noise to a top model, and a wrong nudge can actively mislead it. And the main thing: telling the model what to do is the real lever. Reshuffling the information you give it rarely moves anything on its own.
Telling the model what to do (the real lever)
Helps: mid-sized models on multi-step problems. It sets them up for the work ahead.
Backfires: top models that have already organised the problem; a wrong framing just misleads them.
Example: "You'll use these facts to work out X. [facts] Now: [question]"
Helps: mid-sized models, both at catching false-premise questions and at hard multiple-choice.
Backfires: the most capable models, which already do this. The instruction just gets in the way.
Reasoning routines (pick by the kind of question)
Hurts: genuinely ambiguous questions. The extra reasoning invents false certainty where "it depends" is the honest answer.
Hurts: close calls. Second-guessing tips over an answer that was uncertain but right.
Cost: it often talks the model out of an answer that was already right. Use it to rescue, not to double-check everything.
Things that backfire
The bigger picture
All of the above is the easy half: the techniques. The hard half is figuring out where your particular model sits, so you know which technique will help it. That is a whole field of research in itself. The practical takeaway you can use today: don't ask "is this trick good?" Ask "where is my model, and does this trick help there?"
Related pages
- Behaviour design: find the field that blocks — the same match-the-technique-to-the-barrier idea, for human behaviour
- Fine-tune or prompt? — when to retrain vs just prompt
- Learning — why training wheels help beginners and slow experts, in models and people
Based on the friction-theory series (Tomas Pødenphant Lund, 2026; Paper 4C in preparation). For the numbers and sources, see the technical version.