logoalt Hacker News

bensyversontoday at 3:04 AM1 replyview on HN

Yes, this is a core part of my workflow; use the smartest model (e.g. Fable) to generate a large hierarchical implementation plan, then clear the context and have a lesser model (e.g. Sonnet) track and execute the plan [0], often in parallel.

It all depends on how much work you're doing; if it's a simple task, there's virtually no need for plans at all; just have the smart agent do it. But if the work is going to take 5, 10 or 100 sessions, there's real value in the "smart agent plans, cheap agent executes" model.

[0]: https://github.com/bensyverson/jobs


Replies

ricardobeattoday at 4:33 AM

This is exactly what the post argues against though, as it leads to higher overall cost.

show 1 reply