OpenCode – Open source AI coding agent
261–270 of 700 posts
Re: OpenCode – Open source AI coding agent
#262Re: OpenCode – Open source AI coding agent
#263Re: OpenCode – Open source AI coding agent
#264OpenCode 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…
> The problem for me is that the development practices of the people that are working on it are suboptimal at best; they're constantly releasing at an extremely high cadence, where they don't even spend the time to test or fix things (or even build a proper list of changes for each release), and they add, remove, refine, change, fix, and break features constantly at that accelerated pace. this is what i notice with o…
All code is not fungible, "irreverent code that kinda looks okay at first glance" might be a commodity, but well-tested, well-designed and well-understood code is what's valuable.
Re: OpenCode – Open source AI coding agent
#265Earlier quoted context omitted.
I pay $100/mo to Anthropic. Yesterday I coded one small feature via an API key by accident and it cost $6. At this rate, it will cost me $1000/mo to develop with Opus. I might as well code by hand, or switch to the $20 Codex plan, which will probably be more than enough. I'd rather switch to OpenAI than give up my favorite harness.
[flagged]
Re: OpenCode – Open source AI coding agent
#266The team also is not breathlessly talking about how coding is dead. They have pretty sane takes on AI coding including trying to help people who care about code quality.
Re: OpenCode – Open source AI coding agent
#267OpenCode 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…
Drives me nuts that we have TUIs written in friggin TS now. That being said, I do prefer OpenCode to Codex and Claude Code.
(I'm also hating on TS/JS: but some day some AI will port it to Rust, right?)
Re: OpenCode – Open source AI coding agent
#268Earlier quoted context omitted.
I have my own harness I wrap Claude CLI in, I wonder if I'm breaking the rules...
If you're not paying full-fat API prices, then probably. From what I've heard, the metrics used by Anthropic to detect unauthorized clients is pretty easy to sidestep if you look at the existing solutions out there. Better than getting your account banned.
Re: OpenCode – Open source AI coding agent
#269Earlier quoted context omitted.
a $3000 AMD395+ will get you pretty close to a open development environment.
There are boards starting in the $1500-$2000 range, and complete systems in the $2500-$2700 range. I actually don't know of any Strix Halo mini PCs that cost $3000, do you? EDIT: The system I bought last summer for $1980 and just took delivery of in October, Beelink GTR 9 Pro, is now $2999.... wow...
Re: OpenCode – Open source AI coding agent
#270Earlier quoted context omitted.
Isn't this pretty much the standard across projects that make heavy use of AI code generation? Using AI to generate all your code only really makes sense if you prioritize shipping features as fast as possible over the quality, stability and efficiency of the code, because that's the only case in which the actual act of writing code is the bottleneck.
I don't think that's true at all. As I said, in a response to another person blaming it on agentic coding above, there are a very large number of ways to use coding agents to make your programs faster, more efficient, more reliable, and more refined that also benefit from agents making the code writing research, data piping, and refactoring process quicker and less exhausting. For instance, by helping you set up test…
Which one you think companies prefer? Or if you're a consulting business, which one do you think your clients prefer?