Applied AI·Production patterns and cost
you try the cheap model first and escalate to the strong one only when the cheap answer fails a check.
Cascade / fallback chain
Also calledfallback chain
Draft summary, pending review
Try the cheap model first, escalate to a stronger one when the attempt fails validation or confidence checks. The sequential cousin of routing; needs a machine-checkable success signal to work honestly.