In 2011, a British nature photographer named David Slater hauled his gear into a reserve on the Indonesian island of Sulawesi to shoot a troop of crested macaques. The animals were curious about the equipment. At some point Slater stepped back, and one of them, later identified in court filings as Naruto, got hold of the camera and started pressing the shutter. Most of the frames were junk. A few were not. One of them, a wide-eyed grinning self-portrait, went around the world.

Then Slater tried to control it, and discovered he could not.
Nobody owned the picture
Wikimedia hosted the image and refused Slater's takedown requests, on the theory that a photograph taken by an animal has no human author and therefore falls into the public domain the instant it exists. In 2014 the U.S. Copyright Office updated its registration practices to say plainly that it will not register a work produced by nature, animals, or plants, and it used a photograph taken by a monkey as the example. That language survives today in Compendium section 313.2.
Then it got stranger. PETA sued Slater in 2015 on Naruto's behalf, claiming the monkey owned the copyright. In 2018 the Ninth Circuit disagreed, holding in Naruto v. Slater, 888 F.3d 418, that animals lack standing to bring claims under the Copyright Act. Worth being precise here: that ruling was about who may sue, not about whether the photo was copyrightable. The no-human-author point comes from the Copyright Office's practice and from Wikimedia's position, which Slater never overturned in a U.S. court.
Net result: the monkey could not own it, and Slater could not enforce exclusivity over it either. A famous image, commercially valuable, legally unownable.
Now swap the monkey for a machine
Every argument Slater made is an argument I hear from engineering leaders about AI-generated code, almost word for word.
He owned the camera. You own the laptop, the repo, and the enterprise seat. Owning the instrument has never conferred authorship. Nobody thinks Canon owns Slater's portfolio.
He set up the shot. He chose the location, the settings, the tripod, and stayed nearby to make it happen. You picked the model, wrote the prompt, and set the guardrails. Staging the conditions under which expression happens is not the same as creating the expression, and how much prompting is enough is exactly the open question being litigated in Allen v. Perlmutter, where an artist used more than 600 iterative prompts and was still refused registration.
The monkey pressed the shutter. The model generated the code. In both cases, the expressive act belonged to something that is not a person, and copyright attaches to human expression or it does not attach at all.
Owning the camera was never the same as taking the picture. Owning the subscription is never the same as writing the code.
The law has since caught up
Naruto was the warm-up act. The main event was Thaler v. Perlmutter, in which the D.C. Circuit held in March 2025 that a work generated entirely by AI, with no human author, is not eligible for copyright. On March 2, 2026, the Supreme Court denied certiorari. A cert denial is not an endorsement of the lower court's reasoning and it decides nothing on the merits, but the practical effect is what matters to you: the human authorship requirement stands as settled U.S. law unless Congress changes it. I wrote about that order when it came down.
The Copyright Office's AI guidance and reports land in the same place. Meaningful human creative input is required. AI-assisted works can be protected, but only in the portions a human actually authored. The machine-generated portions sit where the monkey selfies sit.
All that it entails
"No copyright" sounds abstract until you spell it out for a codebase.
No lawful monopoly. Copyright is the right to exclude. Without it, a competitor who obtains your unprotected code can use it, and you have no infringement claim. That is not a hypothetical remedy gap. It is exactly what Wikimedia did with the selfies, in public, on purpose.
Nothing to license. MIT, Apache, GPL, and your commercial EULA all work by an owner granting permission. Apply a license to code with no copyright holder and you have granted nothing, because there was nothing to grant.
Warranties you cannot honor. Your customer agreements and contractor MSAs almost certainly warrant title and non-infringement in the delivered code. Signing that over material you do not own creates contractual exposure that has nothing to do with copyright law and everything to do with what you promised.
Diligence exposure. Fundraising, M&A, and IP audits all ask the same question in different words. Representing an AI-generated codebase as proprietary intellectual property is the kind of claim that gets tested against commit history and prompt logs, and those records are discoverable.
Revenue is not ownership. You can absolutely sell software you do not own. You just cannot stop anyone else from selling it too. Customers paying you confers no exclusivity and builds no defensible asset.
What to actually do
None of this is an argument against using AI. It is an argument for being deliberate about where the human sits. Keep a person doing the expressive work on anything you intend to own, particularly your differentiating code. Document that authorship as you go, in commits, design records, and review history, rather than reconstructing it under subpoena. Adopt a written AI usage policy and make sure your contractor and vendor agreements address AI use, authorship, and IP allocation explicitly. And treat purely AI-generated portions as unprotected, because that is what they are.
The ownership half of this is settled. Other pieces are not: fair use for AI training is still live, with the Third Circuit's ruling in Thomson Reuters v. Ross pending, and the line for AI-assisted works is still being drawn. But you do not get to wait for those before deciding how you build.
Slater spent years and a lot of money learning that owning the camera was not enough. You can learn it for free. Start with the risk assessment at whoownsthecode.com, which scores your exposure on both the inbound and outbound axes, and the FAQ if you want the short answers first. If you are new to the topic, my overview post is the place to begin.
This post is provided for educational purposes and does not constitute legal advice. Talk to a qualified IP attorney about your specific situation.
