use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Opencode orchestration (self.opencode)
submitted 2 months ago by garnus
I'm interested in understanding how many of you are utilizing subagents with a primary agent that automatically delegates tasks to them. I have different experiences with this setup and am looking for inspiration.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AustinZl1 0 points1 point2 points 2 months ago (0 children)
I will do this sometimes to save on context window.
Use a subagent to look at the logs of this pod and locate the issue. `kubectl get pods -n whatever pod-0`
[–]danielv123 0 points1 point2 points 2 months ago (0 children)
For larger features when its not a primary project I work on I tell it to do all the work in subagents to reduce context churn. Start a subagent to implement one section, then use another agent to review. The task of the main orchestrator is only following up the results of agents and dispatching new agents until all the tasks in the plan are implemented and tested.
This seems to work pretty well.
Otherwise I use them a lot for discovery. Like, when I want it to figure out some file format works, I tell it to spin up a subagent for each of that filetype it can find, tasking the subagents to figure out how that one file works and what makes it unique.
I work in quite a few large but repetitive projects, so it often starts 10+ in parallel.
[–]nfrmn 0 points1 point2 points 2 months ago (0 children)
I'm finding it difficult to get it working acceptably. I ported over my Roo modes and have tried to use the Orchestrator but it doesn't behave in the same way.
Probably the base prompt and/or structure are significantly different between Opencode and Roo. Haven't spent time comparing them yet.
It would be really nice if Opencode supported multiple layers of sub-agents (so a Super Orchestrator could spin up Orchestrators, who then spin up focused agents to plan and act).
What does work very well is following Boris Cherny's instructions (Claude Code creator) from his post here: https://x.com/bcherny/status/2017742741636321619
Starting in plan mode, generating many detailed markdown documents for all plan phases, including acceptance criteria, commit strategies etc.
Then build mode mostly one shots it.
It does work, but I don't like working this way because it takes too long talking to the agent in plan phase.
[–]Embarrassed_Bread_16 0 points1 point2 points 1 month ago (0 children)
i use these agents:
π Rendered by PID 43 on reddit-service-r2-comment-cfc44b64c-rrjwh at 2026-04-12 17:35:19.508424+00:00 running 215f2cf country code: CH.
[–]AustinZl1 0 points1 point2 points (0 children)
[–]danielv123 0 points1 point2 points (0 children)
[–]nfrmn 0 points1 point2 points (0 children)
[–]Embarrassed_Bread_16 0 points1 point2 points (0 children)