Promptles
AI & Prompt Engineering

Model Selection

intermediate

Definition

Choosing which model in a family to run for a given task. Faster, cheaper models (like Haiku) handle narrow, well-defined edits; deeper models (like Sonnet or Opus) are worth their cost on ambiguous or multi-file work. Picking deliberately trades depth against speed and spend.

In the wild

You use Haiku for a one-file rename that takes seconds, and switch to Opus when you need a plan for ripping out an entire auth middleware across twenty call sites.

More from AI & Prompt Engineering