this post was submitted on 17 Oct 2025
        
      
      118 points (97.6% liked)
      Open Source
    41808 readers
  
      
      314 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 6 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
I don't think this is the whole picture. AI-generated code is harder to maintain because the creator may not understand how/why it works, and AI is are notoriously bad at debugging it's own code. Using a lot of AI generated code often counterintuitively slows down the overall development process
It's the job of the people maintaining the project to review changes they merge in and to understand them. When people make PRs to my projects, I don't just trust them blindly.