posted in Technology
As Ubuntu embraces AI, Debian discusses banning all AI-generated code
www.xda-developers.com/as-ubuntu-embraces-ai-debian-discusses-banning-all-ai-generated-code/posted in Technology
As Ubuntu embraces AI, Debian discusses banning all AI-generated code
www.xda-developers.com/as-ubuntu-embraces-ai-debian-discusses-banning-all-ai-generated-code/Replying to @sanitation@lemmy.today
I hate ai as much as the next person, but I’d have a different mandate. I would require all code to be fully reviewed and understood by a human. Let’s call it quality control.
Replying to @toiletobserver@lemmy.world
How would you enforce that?
Replying to @dreamkeeper@literature.cafe
How do you enforce code is not AI generated? I don’t see how one is more easily enforceable than the other.
Replying to @dev_null@lemmy.ml
Well it depends who you are. An employer could enforce it.
But it was serious question. If you’re going to have a rule then there should be a way to enforce it, otherwise it means nothing.
Replying to @dreamkeeper@literature.cafe
It’s a fair question. I think out of the two proposed rules: enforce no AI generated code, and enforce human reviews, enforcing human reviews is actually more feasible, and in fact most companies already do that. Pull requests need human reviewers to approve them.
It’s harder to enforce no AI generated code. A developer can always, at the very least, Google a problem they are having on their phone and retype the code from the AI answer into their work computer.
Replying to @dev_null@lemmy.ml
I mean how do you enforce someone doesn’t copy code from proprietary repos? You just try your best, and only come down on the cases where it’s obvious.
LLM users are lazy so they inevitably just copy+paste something asinine without reading it.