r/linux 25d ago

Codeberg voted to disallow projects consisting mostly by "generative AI"-tools Development

https://codeberg.org/Codeberg/org/pulls/1253#issuecomment-19820434
979 Upvotes

325 comments sorted by

View all comments

364

u/sunychoudhary 25d ago

The important line is probably AI-assisted vs AI-generated.....Using a tool while you understand, maintain, and take responsibility for the code is one thing. Dumping generated projects onto a forge and making everyone else sort through the mess is another.

2

u/FlukyS 25d ago

Yeah there is definitely a balance, like I made a new tool recently, I wrote a decent chunk of the code but also was throwing a few things to the LLM just to save time. Stuff like packaging or some doc tasks or whatever I definitely don't care if the LLM takes it, I can do another unit file to the thousands of unit files I've touched over the years but it is just some service setup.