Open-Source AI Coding Agents or Proprietary Solutions, What Should We Build With? #183675
-
Select Topic AreaQuestion BodyHi everyone! 👋 AI coding assistants like OpenCode, Claude Code, GitHub Copilot, Cursor, and more are rapidly evolving and the community seems to be splitting between open-source options and proprietary solutions. According to recent GitHub trends, open-source coding agents such as OpenCode are gaining attention and stars faster than many closed alternatives, suggesting developers may prefer transparency and control over polished, paid experiences. I want to start a conversation around this:
Feel free to share examples or performance differences between the tools you’ve tried. Let’s talk about how AI is shaping development workflows and how we building software. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I’m currently using a mix of tools depending on the task GitHub Copilot for quick code completion and boilerplate, and tools like Claude or Cursor when I need help understanding logic or thinking through a problem. I don’t fully lean toward only open source or only proprietary tools, paid tools feel more polished and save time, while open source agents give more control, transparency, and long term trust, especially for sensitive projects. I use AI mainly to speed things up, not to blindly trust the output, and I always review important logic myself. For privacy sensitive code, I’m more cautious and prefer limited or self hosted setups. Looking ahead, I’d like AI coding tools to better understand entire projects, explain why they suggest something, and offer more reliable self hosting options. Overall, AI has become a productivity partner rather than a replacement, and choosing the right tool really depends on the workflow and level of trust needed. |
Beta Was this translation helpful? Give feedback.
I’m currently using a mix of tools depending on the task GitHub Copilot for quick code completion and boilerplate, and tools like Claude or Cursor when I need help understanding logic or thinking through a problem. I don’t fully lean toward only open source or only proprietary tools, paid tools feel more polished and save time, while open source agents give more control, transparency, and long term trust, especially for sensitive projects. I use AI mainly to speed things up, not to blindly trust the output, and I always review important logic myself. For privacy sensitive code, I’m more cautious and prefer limited or self hosted setups. Looking ahead, I’d like AI coding tools to better un…