Model Tier Selection by Task Complexity

The Idea

Not all agent operations need the same intelligence level. Defaulting to “the most powerful model” for everything is a cost mistake and often a quality mistake — large models can be slower and worse at high-volume simple tasks.

A working tier map:

Task typeTierReasoning
Research agentBalancedTool loops, good reasoning
ChatBalancedFast enough for conversation
Complex synthesisPowerfulMulti-source analysis
Quick classificationFastHigh volume, simple task

The Discipline

When you add a new agent or sub-agent, explicitly choose its tier based on task complexity. Don’t let “use the best model” be the silent default. The decision belongs in your design notes, not in your bill at the end of the month.