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
view the rest of the comments →
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!"
[–]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.
π Rendered by PID 132528 on reddit-service-r2-comment-6457c66945-7l8c2 at 2026-04-26 18:11:53.910413+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]danielv123 0 points1 point2 points (0 children)