AI-Generated Code Has No Author, No Copyright: What Founders Must Know
Who owns the code? AI code == no author == no copyright
Under current U.S. copyright law, purely AI-generated code lacks a human author, making it ineligible for copyright protection and leaving it undefendable as an asset. This guide for founders, engineering leaders, and counsel outlines four key risks: AI-only output is unprotected, vibe coding exposes you, mixed codebases protect only human-authored parts, and open-source licenses on AI output are unenforceable. Recent rulings, including Thaler v. Perlmutter and the U.S. Copyright Office report, reinforce the rule: no human author, no protection.
Under current U.S. copyright law, purely AI-generated code has no human author, so it cannot be copyrighted and cannot be defended as an asset you truly own.
- nl
This page tries to make the case the AI generated code is not copyrightable. But the US Copyright Office's guidelines very strongly indicate the opposite, and certainly doesn't rule out AI Code being copyrightable:
While assistive uses that enhance human expression do not limit copyright protection, uses where an AI system makes expressive choices require further analysis. This distinction depends on how the system is being used, not on its inherent characteristics
However it also makes this point:
The Office concludes that, given current generally available technology, prompts alone
do not provide sufficient human control to make users of an AI system the authors of the
output. Prompts essentially function as instructions that convey unprotectible ideas. While highly detailed prompts could contain the user’s desired expressive elements, at present they do not control how the AI system processes them in generating the output
but further:
a human may select or arrange AI-generated material in a sufficiently creative way that ‘the resulting work as a whole constitutes an original work of authorship a human may select or arrange AI-generated material in a sufficiently creative way that ‘the
resulting work as a whole constitutes an original work of authorship
and
Similarly, the inclusion of elements of AI-generated content in a larger human-authored
work does not affect the copyrightability of the larger human-authored work as a whole. For
example, a film that includes AI-generat […]
- yellowapple
Makes sense to me. AI models are trained on (as large of a subset as possible of) the sum of human knowledge, so their outputs should belong to humanity as a whole.
Really so should all creative works, on the same basis of all creative expression being the product of the society and civilization which fundamentally and inescapably influenced the creator — and they would belong to humanity as a whole, if it wasn't for intellectual property systems demanding the removal of ideas from the commons.
- dingaling911
And if I use an effect in photoshop, do I own the resulting image?
- jujube3
Even assuming that AI code can't be copyrighted by the person running the AI (seems like a stretch), the company just needs to prove that someone, at some point, made a direct modification to the code not through the AI. It only takes one drop of copyright to make it a copyrighted work.
- ddxv
"Is all of your organization's code free and open source, with no paid tier and nothing sold?"
This question, which pushed my stuff into some corporate route, seems a bit incorrect as it lumps three things together "open source" and "no paid tier" and "nothing sold". Shouldn't those be three separate questions?
- Retr0id
// © 2026 whoownsthecode.com. All rights reserved.
Ironic.
- internet2000
Scary headline to advertise a workshop ran by a lawyer, great. → https://whoownsthecode.com/workshops/
I won't pretend to have kept up with all the developments, since this is not settled law at all. But I can't imagine the consensus doesn't end somewhere around "if you told the AI what and how to code it, you're the author."
- leothetechguy
Personally I don't even want to own my code. If it is useful to others I want them to have the same rights I have to it.
Or should I say, In the case of AI, "my" code :)