I'm curious about how the usage of this model came about

image

and how to avoid using this model to waste my request count

It is a subagent. It is called by the primary Agent (Opus in this case) to do some smaller task as to not waste the more expensive model (Opus) from doing a lower level task. I think the purpose is speed (parallel), maintain clear context, and to save money (simpler tasks can be done by a less expensive model).

From another thread:

More info here about subagents: https://cursor.com/docs/subagents

2 Likes

A workaround is to make a rule where Cursor tries to not use subagents:

thanks!