Earlier quoted context omitted.
I think the parent meant vs MacOS, not vs Linux.
Users of MacOS rarely have an active dislike for Windows, nor are they likely to announce this.
OpenCode – Open source AI coding agent
691–700 of 700 posts
Re: OpenCode – Open source AI coding agent
#692Earlier quoted context omitted.
Why most of those tools are written in js/ts? JS is not something that was developed with CLI in mind and on top of that that language does not lend itself to be good for LLM generation as it has pretty weak validation compared to e.g. Rust, or event C, even python. Not to mention memory usage or performance.
For a TUI agent, runtime performance is not the bottleneck, not by far. Hackability is the USP. Pi has extensions hotreloading which comes almost for free with jiti. The fact that the source is the shipped artifact (unlike Go/Rust) also helps the agent seeing its own code and the ability to write and load its own extensions based on that. A fact that OpenClaw’s success is in part based on IMO. I can’t find the tweet…
Re: OpenCode – Open source AI coding agent
#693Earlier quoted context omitted.
No, they are describing a typical experience with the two apps. Just open both apps, run a few queries, and take a look at the difference in resource management yourself. It sounds like you have a bias of Claude Code over Codex.
Uh, it sounds like you're having trouble understanding that people in this thread are talking about two wildly different "claude code" applications. Those who are claiming the resources issues don't apply to them are referring to the cli application, ie: `claude` and those are saying things like "Just open both apps..." are surely referring to their GUI versions.
Re: OpenCode – Open source AI coding agent
#694Geminis cli is clearly a fork of it btw
It is clearly not. Why would you think so?
Sadly my above misinformation can no longer be edited.
Re: OpenCode – Open source AI coding agent
#695Earlier quoted context omitted.
No, it is still configurable. You can specify in your opencode.json config that it should be able to run everything. I think they just argued that it shouldn't be the default. Which I agree with.
No, the problem is that when logging in, the provider's website can provide an authentication shell command that OpenCode will send to the shell sight unseen, even if it is "rm -rf /home". This "feature" is completely unnecessary for the agent to function as an agent, or even for authentication. It's not about it being the default, it's about it being there at all and being designed that way.
Re: OpenCode – Open source AI coding agent
#696OpenCode was the first open source agent I used, and my main workhorse after experimenting briefly with Claude Code and realizing the potential of agentic coding. Due to that, and because it's a popular an open source alternative, I want to be able to recommend it and be enthusiastic about it. The problem for me is that the development practices of the people that are working on it are suboptimal at best; they're con…
I’m a little surprised by your description of constant releases and instability. That matches how I would describe Claude Code, and has been one of the main reasons I tend to use OpenCode more than Claude Code. OpenCode has been much more stable for me in the 6 months or so that I’ve been comparing the two in earnest.
Re: OpenCode – Open source AI coding agent
#697Re: OpenCode – Open source AI coding agent
#698Earlier quoted context omitted.
so how is telemetry not open? If you don't like telemetry for dogmatic reasons then don't use it. Find the alternative magical product whose dev team is able to improve the software blindfolded
Or by testing it themselves.