logoalt Hacker News

faangguyindiatoday at 2:52 AM2 repliesview on HN

It doesn't work well in practice.

Try it yourself, use a big model like Opus or Sol to implement everything by first making a plan using plan mode.

Then try distributing the task to a cheaper models like Luna Max or Gemini Flash 3.8.

During planning, the big model already reads the relevant files in context, while giving a smaller model a slice of work itself requires the big model to reason about the task distribution, review, etc.

So do you really save on tokens?


Replies

klodolphtoday at 3:04 AM

> Try it yourself, use a big model like Opus or Sol to implement everything by first making a plan using plan mode.

When I do this, I can have it use cheap subagents with models like Luna to read the relevant files.

show 1 reply
skybriantoday at 3:02 AM

Maybe not, but I like to review the plan anyway so that I'm less surprised by what it actually did.