OpenAI is reportedly asking contractors to upload real work from past jobs

55 pointsposted a month ago
by pseudolus

13 Comments

jdlshore

a month ago

Not a lawyer, but this seems like a pretty direct violation of copyright law. Even if AI’s use of it isn’t infringing, copying the files for upload seems like it must be. Scrubbing proprietary data doesn’t mean they’re suddenly public domain.

Who’s on the hook here, though? The contractor uploading the file is the actual person doing the copying. Or is OpenAI culpable for directing them to do so?

KellyCriterion

a month ago

According to my understanding (IANAL), you dont have to go that far into copyright law - Id guess its already breaking working/conract in the very first second just by copying it and "carrying it out of the building", regardless if you spread it on the internet later on?

Actually two breaches, if Im not wrong then?

osnium123

a month ago

How can someone do that without violating confidentiality agreements from their past jobs? Just feels unethical to say the least.

ungreased0675

a month ago

OpenAI was built on stolen data. Why shouldn’t they continue?

kevmo314

a month ago

Given the breadth of copyrighted training data laundered through these models, the ethics ship has long sailed.

aussieguy1234

a month ago

Legal issues aside, if a contractor does this and actually uploads confidential code from previous jobs, what's to say that they won't then upload OpenAIs secret code for future jobs after OpenAI?

Sounds a lot like they're shooting themselves in the foot with this requirement.

arter45

a month ago

I’ve just asked that to ChatGPT and this is the exact answer it gave :) Ironic, isn’t it?

Would you ask a prospective employee to send you code they wrote in their previous company?

Short answer: *no, I wouldn’t—and it’s generally a bad idea to ask.*

Here’s why, and what to do instead.

---

## Why you shouldn’t ask for code from a previous employer

1. *Legal and contractual issues* Most employment contracts assign ownership of code to the company. Asking for it puts the candidate at risk of violating:

   * IP assignment clauses
   * NDAs
   * Trade secret laws
2. *Ethical red flag* A candidate who does share proprietary code is signaling that they might do the same to your company later.

3. *Biased signal* Some candidates (especially senior or well-trained ones) will refuse on principle. You’d be selecting for the wrong behavior.

4. *Low signal-to-noise ratio* Real-world code is often:

   * Highly contextual
   * Entangled with proprietary systems
   * Hard to evaluate without full context
---

## What to ask for instead (better options)

### 1. *Open-source contributions*

Ask for:

* GitHub / GitLab profiles * Public PRs or issues * Personal projects

This shows real-world collaboration without IP risk.

### 2. *A take-home or live exercise*

Design something that:

* Can be completed in a few hours * Mirrors the work they’ll actually do * Is clearly stated as theirs to own

Bonus: allow them to explain tradeoffs rather than just write code.

### 3. *Code walkthrough (descriptive, not shared)*

Ask them to:

* Describe a complex system they built * Explain architecture, tradeoffs, and failures * Talk through how they’d improve it today

This is often more revealing than code.

### 4. *Pair programming / problem discussion*

Observe:

* How they reason * How they ask questions * How they handle ambiguity

---

## When it might be acceptable

Only if *all* of the following are true:

* The code is explicitly non-proprietary * The candidate confirms they own the rights * It’s already public (e.g., open source)

Even then, I’d still be cautious.

---

## Bottom line

> *If a candidate shares proprietary code, that’s not a plus—it’s a liability.*

Strong hiring processes test:

* Judgment * Reasoning * Communication * Craft

—not their willingness to break an NDA.

If you want, tell me:

* The role (junior/senior, IC/lead) * The domain (backend, ML, frontend, systems)

…and I can help you design a fair, high-signal interview process.

jacquesm

a month ago

Please don't. Thank you.

arter45

a month ago

I intentionally asked ChatGPT not because this is what I always do, but specifically to highlight that even ChatGPT itself (artificial "intelligence") knows better than what its own company actually does.

I would never ask this of any employee (not that I have this power where I work), for both ethical and legal reasons.

pvgopinath

25 days ago

Probably the ask is misunderstood.

Open ai wants to write down the problems they solved.

List the problem and the solution. Ask the Model to solve the same problem and compare the output.

Every solution may not be an invention that kicks in the copy right or intellectual property rights.

pvgopinath

25 days ago

Java code in a notepad during the days when java IDE was expensive.

import com.sun.jdbc.odbc... import com.sun.jbdc.odbc... import com.sun.jdbc.odbc...

Java compiler was complaining about Line 2.

Took hours to find out the error.

May be, Open AI was asking similar things.

polski-g

21 days ago

Almost certainly illegal. The contractor doesn't own that IP, the business who hired the contractor does.