Live data from Hacker News

OpenCode – Open source AI coding agent

opencode.ai

691–700 of 700 posts

Re: OpenCode – Open source AI coding agent

#691
post #375

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.

Me, personally, I have an active dislike for windows and I announce it broadly. But I may be weird :)

Re: OpenCode – Open source AI coding agent

#692
post #308
post #295

Earlier 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…

https://x.com/badlogicgames/status/2027828366716330319

Re: OpenCode – Open source AI coding agent

#693

Earlier 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.

No, I _never_ referred to the GUI versions.

Re: OpenCode – Open source AI coding agent

#694

Geminis cli is clearly a fork of it btw

It is clearly not. Why would you think so?

the ux feels extremely similar down to the elicitation ... but I did some more research ... they were started independently in april 2025. Therefore, one being a fork of the other is almost impossible and there is no evidence for it. Also, opencode is in go and gemini is in typescript.

Sadly my above misinformation can no longer be edited.

Re: OpenCode – Open source AI coding agent

#695
post #355

Earlier 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.

Ah, yes. That's crazy. I was thinking they were refering to the lax permissions of the agent by default.

Re: OpenCode – Open source AI coding agent

#696

OpenCode 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.

Currently on the hunt for OpenCode alternatives as it's become disastrously unstable in recent weeks between SSE timeout issues, broken Desktop UI and a very, very unhealthy looking GitHub PR queue, I'm out. Since I'm on a Kotlin stack, Junie CLI in ACP server mode is looking attractive.

Re: OpenCode – Open source AI coding agent

#698
post #212
post #200

Earlier 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.

yes testing is the alternative to observability... in an alternative universe
Post reply on HN