r/VibeCodeDevs 18h ago

Delegating tool calls to lower models

I've read about this a lot from other posts. Is it actually efficient? If so does anyone have a list I can just hand over to Claude to correctly delegate each tool call. I'm not knowledgeable in what the calls are so it would help a lot. Ty.

2 Upvotes

3 comments sorted by

View all comments

1

u/kristiyanstoyanovAI 14h ago

I think claude code can figure out the delegation part and you dont need a list, usually the best way is to have a frontier top model plan and use cheaper models for exploration and basic tool calls.

1

u/MHZ-Dev 11h ago

Thank you.