Token Efficiency Encyclopedia

Model-Migration Prompt Pruning

When a prompt is upgraded to a newer, more capable model, instructions that were compensating for the old model's weaknesses become dead weight: the new model follows them literally, producing wasted tokens or degraded output instead of the workaround they were written for.

Anti-Patterns to Remove

How It Works

Audit the prompt, system instructions, and any few-shot examples against the target model rather than assuming they still apply. This is a one-time pass triggered by a model version change, not an ongoing formatting concern.

Limitations

See Also

Tools