Unit 8 / 12

Copyright, Intellectual Property and AI Outcomes

Gains:

  • Distinguishing input and output copyright risks
  • Understanding the link between ownership of AI output and human creativity
  • Implement methods to manage copyright and licensing risks for code and content

When an AI-generated text, image, or piece of code is published on behalf of the organization, two questions arise: “Does this output violate someone else's rights?” and “Do we own this output?” Both are intellectual property questions, and both should be on a compliance officer's radar. In this unit, we will discuss copyright risk from two aspects — input-side and output-side; We will learn about ownership of AI output, the role of human creativity, and practical risk management for code/content.

Two-way copyright risk

With AI, royalty risk comes from two separate channels; The two should not be confused.

Direction

Question

Example risk

input sided

What am I giving to the AI?

Entering a copyrighted book into AI and saying "write in your style"

Output sided

What does AI produce, what do I do?

The output is too similar to someone else's work, ownership is unclear

Input-side risk: Entering and deriving copyrighted content that does not belong to the institution (an author's book, a competitor's report, a licensed image) into AI without permission may result in both copyright and contract violations.

Output bias risk: The output produced by AI may be too similar to a protected artifact in the training data; or it may remain unclear to whom the output belongs.

Ownership of AI output: human creativity

In many legal systems, copyright protection requires human creativity. The output produced entirely by a machine without human input may not be protected by copyright in most places. The basic criterion here is that the greater the human direction, choice, regulation and unique contribution, the greater the likelihood that the output will be preserved.

Practical conclusion: If you use AI as a “first draft” generator and add real human labor (selection, editing, customization), the result will be better and your claim to ownership will be stronger. The "produce with one click, publish as is" approach weakens both quality and legal position.

Caution: Saying "AI produced it, so it's royalty-free and free" is misleading. Even if the output is not copyrighted by you, it may be infringing someone else's work. Absence of possession is not the same as absence of violation.

three mini cases

Case 1 — Competitor's report as input. A marketing team uploads a competitor's paid and copyrighted industry report to AI and says "it will produce a unique version for us." Although the output appears original, the source has been used without permission; This is a risk of both copyright and license infringement. The right way: to use only publicly available data and the organization's own content as input.

Case 2 — Code licensing trap. A software team adds a function suggested by the AI ​​code assistant directly to the product. The function is very similar to code subject to a specific open source license (copyleft); this license may require the entire product to be made open source. The team makes a rule of licensing/similarity screening of AI code suggestions and links critical code to human review.

Case 3 — Ownership strengthened by human input. A content team drafts campaign copy with AI; Then he rewrites it according to his brand voice, changes the samples, and adds a unique fiction. The resulting work largely reflects human selection and arrangement. This is a much more defensible position, both from a stronger content and ownership standpoint.

Special attention for code

AI code assistants are powerful, but they have three risks: (1) the code it recommends resembles code subject to a license, (2) it contains a security vulnerability, (3) it references a non-working/fabricated library. That's why AI-generated code must be human-reviewed, licensed, and tested before being put directly into production.

Tip: When getting a code from AI, you might ask “what license might this code look like and what should I look for in terms of security?” Asking 'makes the risk visible in advance. But the final licensing/security decision should always be left to human review and, if necessary, a scanning tool.

Trademark, commercial use and confidential data risk

Copyright is not the only risk. Three additional points need attention when using AI output commercially. The first is brand and trade mark: AI may unintentionally use another brand's name, logo or a protected slogan in the text or image it produces; This may result in trademark infringement other than copyright. Second, misleading content: If an AI-made “statistic” or “customer review” is used in advertising, unfair competition and consumer law issues arise. Third, confidential data in the input: giving a confidential document belonging to the institution as input to produce an output is not copyright, but a confidentiality and trade secret risk.

Rule of thumb: every AI-powered content going live must pass a “brand, integrity and privacy” review, as well as a copyright check. This triple control should be standard, especially in external content such as advertising, press and official correspondence.

Tip: Before publishing public AI content, ask three questions: "Does it contain anyone else's brand/work?", "Can every claim in it be verified?", "Was the organization's confidential data used in its production?". If all three are clear, it is ready for publication.

Copiable templates

TEMPLATE 1 — Input copyright check: "I am considering entering the following content into AI: [describe the content]. Does this content belong to our institution, is it in the public domain, or could it be the copyrighted/licensed work of a third party? List the permission/license questions I should ask before entering. Mark the area you are not sure about as 'legal verification'."

TEMPLATE 2 — Output originality and ownership note: "How much human input did I add to this output [describe output] that I produced with AI? What uniqueization steps (selection, editing, re-editing) should I take to strengthen my claim of ownership? Write 5 concrete items."

TEMPLATE 3 — Code recommendation risk screening: "Evaluate the following AI-generated code from three perspectives: (1) whether it resembles a known open source license, (2) possible vulnerabilities, (3) non-existent/fabricated library reference. Provide risk and control recommendations on each topic. Leave the final decision to human review."

TEMPLATE 4 — AI content attribution/tagging rule: "Write a draft transparency and copyright rule for AI-generated content for our organization: which content should be labeled 'AI-supported', what cannot be used as input, what checks the output must undergo before publication. Article by article, plain language."

Weak prompt / Strong prompt

WEAK: "Write text based on this book, in the style of this famous author."(pasting the copyrighted book)-> Risk of input copyright infringement + risk of output looking like someone else's work; Moreover, copyrighted content is transferred to the provider. STRONG: "Produce a draft in our ORIGINAL style, based on our own brand guide and publicly available examples. Do not use copyrighted third-party work. I will rewrite and customize the draft; add editing suggestions for a 'human contribution' note at the end."-> Input is secure, output can be customized, ownership is strengthened.

Common mistakes

  • Feeding copyrighted third-party content as input to AI without permission.
  • Thinking "AI produced it, so it's free and royalty-free"; Ignoring the risk of violation.
  • Publishing the AI ​​output as is, without adding any human input.
  • Putting the AI ​​code proposal into production without passing it through license and security screening.
  • Ignoring the risk of copyleft licensing (which could force opening the entire product).
  • Not imposing transparency/tagging rules on AI-generated content.
  • Confusing absence of possession with absence of violation; These are different questions.

In summary

  • Royalty risk is twofold: input-side (what I give to AI) and output-side (what AI produces, what I do).
  • In many legal systems, copyright protection requires human creativity; As human contribution increases, ownership becomes stronger.
  • "AI produced = free" is false; Even if the output is not yours, it may be infringing someone else's work.
  • AI production must undergo human review for code, licensing and security.
  • Only the institution's own content and publicly available sources are safe as input; Copyrighted work requires permission.

Application task

Choose two types of output your organization will produce with AI: one content (text/image), one code. Write a shortlist of rules for content that distinguish what is safe and risky as input, and identify five human-input steps that will strengthen ownership of the output. Design a control flow for the code that AI recommendations will go through before being put into production: license screening, security review, testing, and human approval. Finally, draft a transparency/tagging rule that the organization will use on AI-generated content.

checklist

  • [ ] I have verified that I am not using copyrighted third-party content as input.
  • [ ] I added human input that strengthens ownership of the output.
  • [ ] I made sure I didn't fall into the "AI produced = free" misconception.
  • [ ] I have scanned the AI ​​code for license and security purposes.
  • [ ] I evaluated the risk of copyleft/critical license.
  • [ ] I set transparency/tagging rule for AI content.
  • [ ] I have required human review on critical deliverables.