Private members-only forum

Company claiming ownership of AI-assisted code I wrote on personal time with personal subscriptions

Started by techworker_3 · Jun 26, 2023 · 1,342 views · 5 replies
For informational purposes only. IP and employment law is jurisdiction-specific and fact-dependent. Consult a qualified IP or employment attorney for advice specific to your situation.
TE
techworker_3 OP

I'm a senior software developer at a mid-size SaaS company in San Francisco. Over the past 6 months I used GitHub Copilot and Claude Code extensively — both for my work projects and for a personal side project I've been building on evenings and weekends.

Here's where it gets messy: my company recently updated their IP policy and is now claiming that ALL code I wrote with AI assistance — including my personal side project — is company intellectual property. Their argument is:

  1. The company's codebase was used as "training context" by the AI tools (since Copilot and Claude see open files)
  2. Therefore any AI output is a "derivative work" of company IP
  3. Since I used the same AI tools for both work and personal projects, there's "commingling"

My counterargument:

  • I used my personal GitHub Copilot subscription ($19/mo) and my personal Claude Pro subscription
  • I worked on my side project exclusively on my personal laptop at home, after hours
  • My side project is in a completely different domain (fitness tracking app) than my employer's product (B2B analytics)
  • I never shared company code with the AI tools while working on my personal project

They've sent me a formal letter demanding I assign all rights to the side project to the company and cease development. Before I respond, I need to understand my legal position. This is in California.

UI
update_in_comments_7 Attorney

IP attorney here with experience in both employment law and technology licensing. This thread raises a genuinely novel legal question that courts have not yet fully addressed.

The employer argument that AI-generated code is a derivative work of company code because the AI tool may have seen company files as context is legally weak. Under 17 U.S.C. Section 103, a derivative work must be based upon a preexisting work in a way that incorporates protectable expression. The fact that an AI tool was running while a company file was open does not mean the output incorporates any protectable expression from that file.

However, the commingling argument has slightly more traction if the developer used the same AI conversation or context window for both work and personal projects. If company code was in the AI context when personal project code was generated, there is at least a theoretical argument that the output was influenced by company IP. Proving this would be nearly impossible, but it creates enough uncertainty for employers to use as a negotiating tactic.

My recommendation for developers: use completely separate AI tool instances for work and personal projects. Different accounts, different sessions, never mix them. This creates a clean separation that eliminates the commingling argument entirely. And if you are in California, respond by citing Labor Code Section 2870 explicitly, which voids contractual provisions that attempt to assign qualifying inventions to the employer.

XE
xyla_eeoc_22

AI-generated content copyright is still unsettled. The Copyright Office has said AI output without meaningful human creative input can't be copyrighted. But if you substantially modify or curate the AI output, there might be a human authorship argument.