Who Owns the Code Claude Wrote

A legal long read seriously tackles a collectively avoided question: who exactly owns the copyright to AI-written code? The honest answer for now: no one can say for sure.

The Chaos of the Legal Status Quo

The article lays several threads side by side: the US Copyright Office's position is that purely AI-generated content isn't copyright-protected, but there's no clear gauge for "how much human involvement is enough"; vendors like Anthropic assign the rights to the output to users in their terms of service, but whether what the vendor assigns has any rights to begin with isn't for the terms to decide; layered on top is the backdrop of unresolved training-data copyright lawsuits. Ownership of AI code is like a house with unclear title—fine to live in, but all problems the moment there's a lawsuit.

What Engineering Teams Should Do

Before the law clears up, the pragmatic steps the article gives are worth heeding: on important projects, leave traces of human involvement (design docs, review records)—that's ammunition for asserting copyright; on open source projects, watch license compatibility, as AI may reproduce code snippets that conflict with your license; and enterprise legal should update contribution agreements to spell out disclosure requirements for AI involvement. Most crucial is the mindset—"everyone uses it this way anyway" isn't a legal defense. This question will eventually get case law, and teams that keep their documentation in advance will save a lot of trouble when that day comes.

via: Hacker News