this post was submitted on 08 Sep 2026
-67 points (14.7% liked)
Open Source
48932 readers
263 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments

I have used an agent to try some test projects (this was about a year ago). I found that while the code did work for the most part, the agent overall produced code that was overly complex for what the initial brief asked of it. And that complexity made the code difficult to extend with even simple features.
I don't use one anymore because I figured that, for my job, maintainability is critical and I don't mind that the code takes me overall longer to write if it is well planned out and extendable.
Edit: I still would not use op's code since 1. It's not something I need, and 2. I don't trust it.