Skip to content

Commit 57c4182

Browse files
authored
Apply suggestion from @lwasser
1 parent 7b83820 commit 57c4182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-18-generative-ai-peer-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The problem? LLMs sometimes spit out near-exact copies of that training data, bu
8787

8888
Why this matters:
8989

90-
* Using LLM output verbatim could violate the original code's license
90+
* LLM-generated code may be *substantially similar* to copyrighted training data; sometimes it is identical. Copyright law focuses on how similar your content is compared to the original.
9191
* License conflicts can occur if your package's license (e.g., MIT) is incompatible with code patterns that the LLM learned on such as code licensed as GPL or Apache-2.0.
9292
* * You can't trace what content the LLM learned from (the black box problem); this makes due diligence impossible on your part. You might accidentally commit plagiarism or copyright infringement by using LLM output in your code even if you modify it.
9393

0 commit comments

Comments
 (0)