|
|
|
|
|
by nxtfari
11 days ago
|
|
This is really smart, like the author said, old idea but cleverly applied. In case anyone wants a summary: don’t one shot, don’t use plan mode and hand off the plan to cheap executors, ask the frontier model to explore, create a todo list, and then start when it feels confident; stop it after first code edit, then prefill the context to cheap executor to continue. |
|
The build plan should be better than the context that generated it since it strips out wrong turns and other noise. I think?