this post was submitted on 12 Apr 2026
197 points (92.6% liked)

Technology

83725 readers
2305 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] anarchiddy@lemmy.dbzer0.com 1 points 5 hours ago (2 children)

That's not really how copyright law works.

[–] ell1e@leminal.space 3 points 4 hours ago (1 children)

Would you also say that to this lawyer reviewing Co-Pilot in 2026? https://github.com/mastodon/mastodon/issues/38072#issuecomment-4105681567

Disclaimer: this isn't legal advice.

[–] anarchiddy@lemmy.dbzer0.com 1 points 4 hours ago

LLMs themselves being products of copyright isnt the legal question at issue, it's the downstream use of that product.

If I use a copyright-infringing work as a part of a new creative work, does that new work infringe copyright by default? Or does the new work need to be judged itself as to the question of infringing a copyrighted work?

And if it is judged as infringing, who is responsible for the damage done? Can I pass the damages back to the original infringing work? Or should I be held responsible for not performing due diligence?

[–] hperrin@lemmy.ca 0 points 3 hours ago (1 children)

It is though. If you commit copyrighted code that was generated by an LLM, you do have to follow the license of that code. If you don’t, that’s copyright infringement.

Even if the code isn’t copyrighted code, then it’s public domain code that can’t be copyrighted:

https://sciactive.com/human-contribution-policy/#More-Information

[–] anarchiddy@lemmy.dbzer0.com 0 points 3 hours ago

The Linux Kernel is under a copyleft license - it isnt being copyrighted.

But the policy being discussed isn't allowing the use of copyrighted code - they're simply requiring any code submitted by AI be tagged as such so that the human using the agent is ultimately responsible for any infringing code, instead of allowing that code go undisclosed (and even 'certified' by the dev submitting it even if they didnt write or review it themselves)

Submissions are still subject to copyright law - the law just doesnt function the way you or OP are suggesting.