Replacement map
Replace an expensive frontier model for routine coding
A high-end model can remain the escalation path while a cheaper tier handles tests, small fixes, and code explanation.
Run the comparisonReplace when
- The task is bounded, repeatable, and covered by tests.
- Your review data shows the cheaper model reaches an acceptable patch with fewer retries.
- The work does not require the frontier model's long-horizon planning.
Keep when
- The issue is ambiguous, cross-system, or expensive to get wrong.
- The cheaper route creates more review work than it saves in tokens.