Using Composer 2.5 as the Worker inside Cursor
Earlier I shared my experience about using the new Grok 4.5 model and also about my orchestrator + worker setup inside Cursor. I was using either GPT-5.5 or Opus 4.8 or even Fable 5 models as orchestrators, but my preferences have recently changed.
Nowadays, I'm mostly using Grok 4.5 as the orchestrator and sometimes even GPT-5.5 Terra. These models are pretty good at orchestrating bigger, complex tasks. I just add this below line in my prompts in Cursor, and it works flawlessly.
Delegate heavy works to the Composer 2.5 model.
In fact, this trick is working pretty well inside Claude Code as well. I use Fable 5 as the orchestrator and then include the below line in my prompt that hints the agent to use Sonnet 5 as the worker.
Delegate heavy works to the Sonnet 5 model.
Since Sonnet 5 is fast, the work is finished faster and often pretty low on the limits as well.
Webmentions