I'm ok with LLMs being used for things like helping with debugging and syntax lookup, but not actual code or image generation. The intention is that you it's still your work, you understand it, you have tested it and have designed it well.
There's a difference between regular autocomplete and AI autocomplete. The former is a dictionary-like approach for a word being typed. The later generates actual code. It's easy enough to stick to "dumb" autocomplete.
I don't agree with passing off AI generated work off as your own and a disclaimer/coauthor should be added. It's functionally similar to how when you reference stackoverflow, you should add a link saying where you got the code from.
There is a legal precedent that AI generated works are not copyrightable (
https://www.mayerbrown.com/en/insights/publications/2026/03/supreme-court-denies-review-in-ai-authorship-case ), so in theory they are in the public domain, and you don't own it. What that likely means is the MIT license attached to mods isn't enforceable and becomes closer to the Unlicense (for code) or CC0 (for images). In practice, AI acts like a legal grey area loophole to break copyleft licenses like GPLv2, GPLv3 which mandate the same license is carried forward with derivative works. Derived works of GPLv2, GPLv3 code are not allowed to use the code as a reference.
If you're defending the use of undisclaimed gen AI use being disclaimed, you'll hate:
- EU AI Act 2026
- SB-942 California AI Transparency Act (2023-2024), AB-853 California AI Transparency Act (2025-2026)
- (possibly others I don't know about)
In university settings, AI speakers get booed.
ArXiv bans AI generated research papers.
An AI label helps users stay away from mods that have an unethical source origin, similar to food labels, as I have already mentioned.