When Prompt Optimization Overloads the Small Model
TL;DR for operators A small model has a finite inference budget. Prompt optimization consumes that budget too: longer instructions occupy context, optimization calls add latency, and extensive rewriting can alter an input the model might already have understood. Shim and colleagues test a different operating rule in POaaS: inspect each query first, leave sufficiently good prompts alone, and apply narrowly targeted repairs only when a specific deficiency is detected.1 On Llama-3.2-3B, this raises average clean task accuracy from 63.7% with no optimization to 66.0%. Under the same fixed-small-model protocol, EvoPrompt, OPRO, and PromptWizard fall to 59.8%, 57.5%, and 48.8%. ...