Model switching for workflow #65
-
|
I don't understand how this switches between models, if at all. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Reading the performance.md, I think I understand that yes, if you choose a model manually on CLI it will stay constant. But when doing the workflow, performance.md will switch models mid-workflow if appropriate. |
Beta Was this translation helpful? Give feedback.
-
|
Great questions! You're thinking about this correctly. Let me clarify how model switching works: Current Default Behavior: How Model Switching Actually Works:
Why Handoff Documents?
How to Optimize for Your Use Case:
This gives you the cost efficiency of Sonnet for implementation while keeping Opus for complex planning and review! |
Beta Was this translation helpful? Give feedback.
-
27/log_android_1769350321502.zip) |
Beta Was this translation helpful? Give feedback.
-
|
The short answer is: by default, no automatic model switch happens inside a single chat. The workflow uses whatever model/session you are currently running unless a specific tool or adapter creates a separate handoff boundary. A practical way to think about ECC now:
So if you want “Opus for planning, Sonnet for implementation,” you should treat those as separate steps or separate sessions rather than expecting one conversation to transparently hot-swap models without losing state. That is also part of why newer ECC work is moving toward explicit harness controls like audit/routing/eval gates instead of implicit magic model switching. If useful, I can turn that into a short README section with recommended model-routing patterns for Pro-tier users. |
Beta Was this translation helpful? Give feedback.
The short answer is: by default, no automatic model switch happens inside a single chat. The workflow uses whatever model/session you are currently running unless a specific tool or adapter creates a separate handoff boundary.
A practical way to think about ECC now:
So if you want “Opus for planning, Sonnet for implementation,” you should treat those as separate steps or separate sessions rather than expecting one conversation to transparently hot-swap models without losing …