this post was submitted on 22 Jul 2026
435 points (98.4% liked)

Technology

86580 readers
4314 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Fedditor385@lemmy.world 18 points 1 day ago (2 children)

How can I prove that I have ownership over code I wrote myself, and that it isn't copyrighted somewhere in the world? How can anyone prove that code is written by a human or AI (if you don't commit obvious AI harness files and folders)?

Developers also "generate" code and are also "trained" on code they written as freelancers or employees for others which is potentially copyrighted. In that aspect just because it's written by hand, doesn't imply the writer has copyright on it.

[–] hitwright@lemmy.world 1 points 20 hours ago

What? The point I was trying to make is that AI generated content is going to be treated as CC licensed. It is difficult to incorporate under other FOSS projects. Mostly considering that it doesn't exactly distinguish between code, library, binary and patents. It's simplier to avoid it altogether if your primary mission is FOSS

Considering your comment about verification of authorship, it's likely to be treated the same as it is now. You are the author, unless proven otherwise. And you are right. Even if you are the author and wrote every single code yourself, you can infringe on someones paten

[–] zaphod@sopuli.xyz 3 points 1 day ago (1 children)

How can I prove that I have ownership over code I wrote myself, and that it isn’t copyrighted somewhere in the world?

As long as you had no access to that code and have some proof of that then that should be quite easy. I.e. you never worked for a company that claims copyright on something you wrote.

Developers also “generate” code and are also “trained” on code they written as freelancers or employees for others which is potentially copyrighted.

Then you need to do a proper clean-room rewrite with people who had provably no access to the original code.

[–] Fedditor385@lemmy.world 1 points 1 day ago

Well, if I use AI, it's still considered I wrote the code, just with help. And I personally never saw the code nor had access to it. Also, whatever I implemented must be clean room implementation then. If it was that simple, then we would not have the copyright issue to begin with. LLM can't be an author nor can it be legally liable.