I'm not familiar with this at all. But at first blush, it seems like the Readme is far more interested in being angry with Anthropic than actually telling me what this is or why I care. I see "Multi Agent Orchestration", but, scrolling through this I still have no idea what I'm looking at.
The readme (and probably most of the project) is likely generated by an LLM - chances are we'll learn more reading the prompts than the readme. I actually tried this few days back before the Claude Code EULA reinforcement, I went through the same thing. 1. I honestly had a hard time parsing what this is supposed to do or provide over standard opencode setup from the readme. It is rather long-winded and have a lot of…
Sisyphus Now Lives in Oh My Claude
31–40 of 40 posts
Re: Sisyphus Now Lives in Oh My Claude
#32Re: Sisyphus Now Lives in Oh My Claude
#33I'm not familiar with this at all. But at first blush, it seems like the Readme is far more interested in being angry with Anthropic than actually telling me what this is or why I care. I see "Multi Agent Orchestration", but, scrolling through this I still have no idea what I'm looking at.
The readme (and probably most of the project) is likely generated by an LLM - chances are we'll learn more reading the prompts than the readme. I actually tried this few days back before the Claude Code EULA reinforcement, I went through the same thing. 1. I honestly had a hard time parsing what this is supposed to do or provide over standard opencode setup from the readme. It is rather long-winded and have a lot of…
Re: Sisyphus Now Lives in Oh My Claude
#34Earlier quoted context omitted.
Comparing this to API access feels odd to me. Opencode does not magically convert your subscription into API usage. It is just an alternative to the official CLI. It has a web UI, smoother UX, and less flickering. Nothing groundbreaking, but it is pretty annoying that even something as simple as tagging files with @ is still so laggy.
How do you think Claude Code and OpenCode communicate with Anthropic? Through the API. Maybe it's accessed slightly differently for subscription users. Anthropic is saying you can't use the API via a subscription anywhere you want. Only Claude Code can use it that way.
If you dont like a service or cant afford it dont use it. If you do and you can, be a paying customer.
Re: Sisyphus Now Lives in Oh My Claude
#35Earlier quoted context omitted.
The readme (and probably most of the project) is likely generated by an LLM - chances are we'll learn more reading the prompts than the readme. I actually tried this few days back before the Claude Code EULA reinforcement, I went through the same thing. 1. I honestly had a hard time parsing what this is supposed to do or provide over standard opencode setup from the readme. It is rather long-winded and have a lot of…
Re point 5, the simplest argument in favor of sub-agent workflows it that it allows the main agent context to remain free of a large amount of task-specific working context. This lets the main context survive longer before you need compaction. Compaction in CC is a major loss of context IME. Context compaction is generally the point where I reset the conversation as the compacted conversation is practically as bad as…
Re: Sisyphus Now Lives in Oh My Claude
#36Earlier quoted context omitted.
If you're an engineering manager, you should communicate with your team, know their strengths and weaknesses, stay sharp on modern technique, and, most importantly, ask them what workflows work best for them, not us on Hacker News. If you're hiring a consultancy or a pile of freelancers it's a bit different, but the question here would make me believe you don't trust their capability to start and I would be looking f…
Why are you being so combative? I dont understand how you can say that its a bad thing to ask an IT professional community like HN for advice? I assume you were born with all the knowledge of the world?
Managers deciding minutiae like this is the type of micromanagement you make blog posts about, imo.
You would have likely received less combative feedback without your first sentence. I would have framed it as "recommend to team"
Re: Sisyphus Now Lives in Oh My Claude
#37Earlier quoted context omitted.
How do you think Claude Code and OpenCode communicate with Anthropic? Through the API. Maybe it's accessed slightly differently for subscription users. Anthropic is saying you can't use the API via a subscription anywhere you want. Only Claude Code can use it that way.
OpenCode doesnt use the official API. It illegally bypasses it and pretends to be the Claude CLI app, which allows people who dont pay for API access to use it anyhow. That violates Anthropics TOS and robs them of income they rightfully should have had. If you dont like a service or cant afford it dont use it. If you do and you can, be a paying customer.
Edit: I appreciate the reply that we're probably on the same page.
Re: Sisyphus Now Lives in Oh My Claude
#38Earlier quoted context omitted.
OpenCode doesnt use the official API. It illegally bypasses it and pretends to be the Claude CLI app, which allows people who dont pay for API access to use it anyhow. That violates Anthropics TOS and robs them of income they rightfully should have had. If you dont like a service or cant afford it dont use it. If you do and you can, be a paying customer.
You just repeated what I said in a different way. It is accessed differently, but it's still going to go through the same APIs at Anthropic. Maybe they have some differences or use different endpoints, but Anthropic didn't duplicate their entire business for CC vs official API users. Edit: I appreciate the reply that we're probably on the same page.
Re: Sisyphus Now Lives in Oh My Claude
#39If I have a team of developers should I be enforcing this type of multi-agent setup for development? Has this tech reached the level of being better than your above average developer at implementing well specified features? Has anyone had success doing this?
If you're an engineering manager, you should communicate with your team, know their strengths and weaknesses, stay sharp on modern technique, and, most importantly, ask them what workflows work best for them, not us on Hacker News. If you're hiring a consultancy or a pile of freelancers it's a bit different, but the question here would make me believe you don't trust their capability to start and I would be looking f…
Specifically then, has anyone experienced a step change from these types of multi-agent tools, above the base experience of using Claude Code. Or is this something that just looks the part?
Reading through the code it gives the impression it's teasing out more power from the LLMs. The structure looks like an advanced use of Claude Code with correct feeling abstractions.
Re: Sisyphus Now Lives in Oh My Claude
#40If I have a team of developers should I be enforcing this type of multi-agent setup for development? Has this tech reached the level of being better than your above average developer at implementing well specified features? Has anyone had success doing this?
In my experience multi-agent orchestration frameworks usually accomplish vague to unnoticable to straight up worse results compared just getting used to the vanilla tools before impulsively installing the daily flavor of "I made Claude Code better". I'm guessing you've probably already noticed by now these come out daily. But a look at the repo shows that they do at least halfway use sub-agents in the way most people…