Earlier quoted context omitted.
pnpm is amazing for speed and everybody should use it! but even with npm before it, at least it was correct . I had very few (none?) mysterious issues with it that could only be solved by nuking the entire environment. That is more than I can say about the python package managers before uv.
uv + PEP723 is amazing for CLI tools You download one .py, run it and uv automatically downloads and installs any requirements to a virtual environment and runs it
OpenCode – Open source AI coding agent
571–580 of 700 posts
Re: OpenCode – Open source AI coding agent
#572Earlier quoted context omitted.
Users of MacOS rarely have an active dislike for Windows, nor are they likely to announce this.
I use macos and I do actively dislike windows: here I announce it.
Re: OpenCode – Open source AI coding agent
#573OpenCode 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…
Re: OpenCode – Open source AI coding agent
#574[flagged]
Same thoughts - I wanted a "permission manager" that defines a set of policies agnostic to coding agents. It also comes with "monitor mode" that shows operations blocked, but not quite an audit log yet though.
Re: OpenCode – Open source AI coding agent
#575OpenCode 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…
Re: OpenCode – Open source AI coding agent
#576Earlier quoted context omitted.
Anthropic needs to spend some tokens rewriting Claude Code in Rust (yes, really). The difference in feel between Codex and Claude Code is obvious. The whole thing is vibed anyway, I'm sure they could get it done in a week or two for their quality standards.
I'd suggest Go ahead of Rust. It's more accessible to contributors.
Re: OpenCode – Open source AI coding agent
#577Earlier quoted context omitted.
Anthropic needs to spend some tokens rewriting Claude Code in Rust (yes, really). The difference in feel between Codex and Claude Code is obvious. The whole thing is vibed anyway, I'm sure they could get it done in a week or two for their quality standards.
I'd suggest Go ahead of Rust. It's more accessible to contributors.
Re: OpenCode – Open source AI coding agent
#578OpenCode 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…
Re: OpenCode – Open source AI coding agent
#579Earlier quoted context omitted.
Anthropic was fine doing the same, they just didn't want it done to Americans.
OpenAI agreeing to operate as Trump's secret police materially impacts your security as a European, though, because it cements Trump's power.
Re: OpenCode – Open source AI coding agent
#580By default OpenCode sends all of your prompts to Grok's free tier to come up with chat summaries for the UI. To change that, you need to set a custom "small model" in the settings.
Personally I think it's necessary to run opencode itself inside a sandbox, and if you do that you can see all of the rejected network calls it's trying to make even in local mode. I use srt and it was pretty straightforward to set up