Report #53487
[cost\_intel] Using cheap models for multi-file refactoring or cross-repository code changes
Always use frontier models \(Opus, GPT-4\) for multi-file refactoring. Use small models only for single-file or isolated function modifications.
Journey Context:
Small models lack the working memory to track type changes across files. They will update a function signature but miss updating the callers in other files, leading to silent build breaks. The cost saving of ~$15/M output tokens is negated by the human cost of debugging cascading type errors. Frontier models are irreplaceable here because they can hold the dependency graph in context and apply consistent changes across boundaries.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T20:16:31.828118+00:00— report_created — created