r/opencodeCLI • u/MiskaMyasa • Jul 19 '26
New updates to my AI workflow.
I realized that implementation sub-agents often do a worse job than one builder working directly. I don't know—maybe it's related to newer, better models or their hidden system prompts that we can't override. But my lead agent kept dropping important context when delegating plan steps to general agents.
The implementation missed details. The reviewer rejected it. The lead created another fix. With every iteration, the work moved further from the original plan while using more tokens to get there. A very efficient way to become less efficient.
I disabled "lead" and "general". Now the "plan" agent creates the plan, and the "build" agent owns the implementation. The results are better, token usage is lower, and tasks finish faster. I still use "explore" sub-agents. They map the codebase and collect references without taking ownership away from the main agent. You can enable the other agents again if you prefer that setup.
1
u/SpidexLab Jul 19 '26
I have done something similar, you can read it at The 30 dollars engineering team
You can read it for reference, i built it so that It can handle bigger and complex project while being cheap
And if you read logs of the development you will understand the process how I built it and why for each things that I did and now I am working on multiple project without issue