Ask HN: What open source LLM agent do you guys use and why?
I have tried aider, aider-ce, and opencode. I'm on Windows 11, I code in Windows using MSYS2's bash-like shell and in Ubuntu via WSL2 (so just bash).
In my experience, aider is the best out of the three. It has the least features too, but it "just works" the best. I tell the tool exactly what I want done and after learning a bit it goes and does that right like 90% of the time.
With aider-ce and opencode, I ran into way too many bugs. For example in Windows right now it seems that copy pasting just doesn't work, which is a massive loss of functionality when you can't copy paste important snippets to the model.
Opencode looks really cool as a TUI with the themes and such, but I really didn't like how random these agents are. I don't know if claude code and codex are like this too, but whatever simple task I give out could be solved right away or it could for some reason result in taking 5x as long as aider as it calls random tools, tries to do web searches for documentation that is technically correct but not the thing it needs, running into 403's probably because of bot detection, and then trying that 3 more times before it submits a worse patch than what aider would have made.
I'd just stick to aider, but aider-ce (community expansion) exists because the dev just kinda stopped working on it despite the fact that it has as many stars as opencode. Wondering if there are any better alternatives out there or maybe if others feel the same way about what's happening to aider. Its a shame because aider really is great at just applying AI just enough that I don't have to stress about its stochastic nature and it just does exactly what I asked no more no less. I feel like I have maximal control over AI running on my code with aider. I tried OpenCode and want to like it, but there were major issues[1] running it in Konsole (and most other Linux terminals that I tried). So I gave up on that for now. I spent a little bit of time evaluating Codex and that seems OK. But so far, to the extent that I use any "coding agent" it's usually GHCP in Agentic mode. But truth be told, I still mostly code directly and just use Copilot for automated completions. Maybe eventually Codex or one of these other agents will win me over. I'll be happy to try OpenCode again if they fix the terminal issues. As a counter point to this. I have been using opencode for months and it has been stable for me. Also on linux and tried it on alacritty, ghostty and kitty works without a problem in all of them. To me its as good as claude code but i have spent some time tinkering with it and set stuff up the way i like and developed some plugins i needed for it also. Cool. Thanks for the tip. I gave alacritty a try and that seems to work fine. I'm probably not going to adopt a different terminal program just to use opencode, but at least I can give it a fair evaluation in isolation now. If and when they get it working with Konsole, I may make it a more common part of my workflow. Still messing around with Codex as well, of course. Yeah. I think that the experience degrades a lot on Windows