97
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Jul 2026
97 points (100.0% liked)
Programming
27916 readers
174 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
I think the fundamental difference is that a human trained on something isn't likely to reproduce the thing they were trained on exactly.
I know that some research I read a few years ago showed that LLMs generally produced novel text (rather than simply returning verbatim training material), but that that wasn't always true, especially as the training sample got smaller, or a single training text got larger (something like a 1000 words).
So sure, for something simple like creating super standard CRUD or basic API endpoints in common languages, the sample size is significant enough that what you get is likely to be homogenized from thousands of samples available, and not likely to be an exact copy of someone else's code. But the risk is that as the problem being solved gets more niche, and the training sample size gets smaller, you become more likely to get exact copies of someone else's code, or something close enough that it might be considered plagiarism.
There's also still grey areas where some courts in some areas have stated that LLM generated content can't be copyrighted, since a human didn't create it, creating issues with protecting sources with copyright.