←back to thread

491 points todsacerdoti | 8 comments | | HN request time: 0.513s | source | bottom
Show context
benlivengood ◴[] No.44383064[source]
Open source and libre/free software are particularly vulnerable to a future where AI-generated code is ruled to be either infringing or public domain.

In the former case, disentangling AI-edits from human edits could tie a project up in legal proceedings for years and projects don't have any funding to fight a copyright suit. Specifically, code that is AI-generated and subsequently modified or incorporated in the rest of the code would raise the question of whether subsequent human edits were non-fair-use derivative works.

In the latter case the license restrictions no longer apply to portions of the codebase raising similar issues from derived code; a project that is only 98% OSS/FS licensed suddenly has much less leverage in takedowns to companies abusing the license terms; having to prove that infringers are definitely using the human-generated and licensed code.

Proprietary software is only mildly harmed in either case; it would require speculative copyright owners to disassemble their binaries and try to make the case that AI-generated code infringed without being able to see the codebase itself. And plenty of proprietary software has public domain code in it already.

replies(8): >>44383156 #>>44383218 #>>44383229 #>>44384184 #>>44385081 #>>44385229 #>>44386155 #>>44387156 #
deadbabe ◴[] No.44383156[source]
If a software is truly wide open source in the sense of “do whatever the fuck you want with this code, we don’t care”, then it has nothing to fear from AI.
replies(3): >>44383181 #>>44383198 #>>44384127 #
1. kgwxd ◴[] No.44383198[source]
Can't release someone else's proprietary source under a "do whatever the fuck you want" license and actually do whatever the fuck you want, without getting sued.
replies(4): >>44383241 #>>44384707 #>>44384793 #>>44384892 #
2. deadbabe ◴[] No.44383241[source]
It’d be like trying to squeeze blood from a stone
replies(2): >>44383680 #>>44383758 #
3. clipsy ◴[] No.44383680[source]
It'd be like trying to squeeze blood from every single entity using the offending code, actually.
4. CursedSilicon ◴[] No.44383758[source]
It's incredible watching someone who has no idea what they're talking about boast so confidently about what people "can" or "can't" do
5. iechoz6H ◴[] No.44384707[source]
You can do that but the fact you don't get sued is more luck than judgement.
6. rzzzt ◴[] No.44384793[source]
The license does exist so you can release your own software under it, however: https://en.wikipedia.org/wiki/WTFPL
7. TeMPOraL ◴[] No.44384892[source]
Only more reason for OSS to embrace AI generation - once it leaks into enough widely used or critical (think cURL) dependencies and exceeds certain critical mass, any judgement on the IP aspects other than "public domain" (in the broader sense) will become infeasible, as enforcing a different judgement would be like doing open heart surgery on the global economy.
replies(1): >>44386686 #
8. windward ◴[] No.44386686[source]
That's the situation we're already in with copyleft licences but legal teams still treat them like the plague.