| ▲ | Fighting the New York Times' invasion of user privacy(openai.com) |
| 313 points by meetpateltech 16 hours ago | 293 comments |
| |
|
| ▲ | 1vuio0pswjnm7 14 hours ago | parent | next [-] |
| "The New York Times is demanding that we turn over 20 million of your private ChatGPT conversations." As might any plaintiff. NYT might be the first of many others and the lawsuits may not be limited to copyright claims Why has OpenAI collected and stored 20 million conversations (including "deleted chats") What is the purpose of OpenAI storing millions of private conversations By contrast the purpose of NYT's request is both clear and limited The documents requested are not being made public by the plaintiffs. The documents will presumably be redacted to protect any confidential information before being produced to the plaintiffs, the documents can only be used by the plaintiffs for the purpose of the litigation against OpenAI and, unlike OpenAI who has collected and stored these conversations for as long as OpenAI desires, the plaintiffs are prohibited from retaining copies of the documents after the litigation is concluded The privacy issue here has been created by OpenAI for their own commercial benefit It is not even clear what this benefit, if any, will be as OpenAI continues to search for a "business model" Wanton data collection |
| |
| ▲ | 1vuio0pswjnm7 12 hours ago | parent | next [-] | | NB. There is no order to "collect". The order is to preserve what is already being collected and stored in the ordinary course of business https://ia801404.us.archive.org/31/items/gov.uscourts.nysd.6... https://ia801404.us.archive.org/31/items/gov.uscourts.nysd.6... | | |
| ▲ | 1vuio0pswjnm7 8 hours ago | parent | next [-] | | Why does OpenAI collect and retain for 30 days^1 chats that the user wants to be deleted It was doing this prior to being sued by the NYT and many others OpenAI was collecting chats even when the user asked for
deletion, i.e., the user did not want them saved That's why a lawsuit could require OpenAi to issue a hold order, retain these chats for longer and produce them to another party in discovery If OpenAI was not collecting these chats in the ordinary course of its business before being sued by the NYT and many others, then there would be no "deleted chats" for OpenAI to be compelled by court order to retain and produce to the plaintiffs 1. Or whatever period OpenAI decides on. It could change at any time for any reason. However OpenAI cannot change their retention policy to some shortened period after being sued. Google tried this a few years ago. It began destroying chats between employees after Google was on notice it was going to be sued by the US government and state AGs | | |
| ▲ | jacquesm 3 hours ago | parent | next [-] | | I'd trust Sam Altman about as far as I could throw him and there is absolutely no way OpenAI should be having sensitive private conversations with anybody. Sooner or later all that data will end up with Microsoft who can then correlate it with a ton of data they already have from other sources (windows, office online, linkedin, various communications services including 'teams', github and so on). This is an intelligence service's wet dream. | |
| ▲ | FloorEgg 7 hours ago | parent | prev | next [-] | | I'm not commenting on the core point of your comment, only the "why retain for 30 days" question. Im an age of automated backups and failovers, deleting can be really hard. Part of the answer could simply be that syncing a delete across all the redundancies (while ensuring those redundancies are reliable when a disaster happens and they need to recover or maintain uptime) may take days to weeks. Also the 30 days could be the limit, as oppose to the average or median time it takes. | | |
| ▲ | chasd00 6 hours ago | parent | next [-] | | The most likely explanation is whatever storage solution they’re using has a built in “recycle bin” functionality and deleted data stays the for 30 days before it’s actually deleted. I see this a lot in very large databases. The recycle bin functionality is built in to the data store product. | | | |
| ▲ | chemotaxis 3 hours ago | parent | prev | next [-] | | > I'm not commenting on the core point of your comment, only the "why retain for 30 days" question. Im an age of automated backups and failovers, deleting can be really hard. I doubt it's that. Deletion is hard, but it's not "exactly 30 days" hard. The most likely explanation is that OpenAI wants the ability to investigate abuse and / or publicly-made claims ("ChatGPT told my underage kid to <x>!" / "ChatGPT praised Hitler!"). If they delete chats right away, they're flying blind and you can claim anything you want. Now, whether you should have a "delete" button that doesn't really delete stuff is another question. | |
| ▲ | dylan604 6 hours ago | parent | prev [-] | | What is the standard way of being forced to restore from backup while ensuring deleted data does not also become restored? Is every delete request stored so that it can be replayed against any restore? | | |
| ▲ | FloorEgg 6 hours ago | parent [-] | | I have only had to manage this in a startup context with relatively low stakes and it was hard and messy. I don't know what best practice is at the scale that openai operates, but from my limited experience I have an intuition that the challenge is not trivial. Also I suspect there is a big gap between best practice and common practice. My guess is common practice is dysfunctional. I would also suspect there is no standard way, but there are established practices within different technology stacks that vary between performative, barely compliant and effective at scale. In one case I saw there was a substantial manual effort to load snapshots into instances run the delete and then save new snapshots. This was over 10 years ago though and it was more of a "we just need to get this done" than a "what's the most elegant way to do this at scale" |
|
| |
| ▲ | terminalshort 7 hours ago | parent | prev [-] | | Maybe an append only data store where actual hard deletes only happen as an async batch job? Still 30 days seems really long for this. |
| |
| ▲ | Aurornis 11 hours ago | parent | prev [-] | | The two documents you linked are responses to specific parts of OpenAI's objection. They're not good sources for the original order. Nevertheless, you're generally correct but you don't realize why: A core feature of ChatGPT is that it keeps your conversation history right there so you can click on it, review it, and continue conversations across all of your devices. The court order is to preserve what is already present in the system even if the user asks to delete it. For those who are confused: A core feature of ChatGPT and other LLM accounts is that your past conversations are available to return to, until you specifically delete them. The problem now is that if a user asks for the conversation to be deleted, OpenAI has to retain the conversation for the court order even though it appears deleted. |
| |
| ▲ | Aurornis 11 hours ago | parent | prev | next [-] | | > What is the purpose of OpenAI storing millions of private conversations Your previous ChatGPT conversations show up right in the ChatGPT interface. They have to store the private conversations to enable users to bring them up in the interface. This isn't a secretive, hidden data collection. It's a clear and obvious feature right in the product. They're fighting for the ability to not retain secret records of past conversations that have been deleted. The problem with the court order is that it requires them to keep the conversations even after a user presses the 'Delete' button on them. | | |
| ▲ | baobun 8 hours ago | parent [-] | | They could have been stored at the client, and encrypted before optionally synced back to OpenAI servers in a way that the stored chats can only be read back by the user. Signal illustrates how this is possible. OpenAI made a choice in how the feature was and is implemented. | | |
| ▲ | nl 5 hours ago | parent | next [-] | | Signal does End-to-end encryption, so they (Signal) can never read it. The whole point of ChatGPT conversations is so they can be read by the model on the server. Conversations are kept around because they can be picked up and continued at any point (I use this feature frequently). Additionally you can use conversations in their scheduled notification feature, where the conversation is replayed and updates are sent to you, all done on the server. > OpenAI made a choice in how the feature was and is implemented. Indeed they did, and it was a sensible choice given how the conversations are used. | | |
| ▲ | godelski 2 hours ago | parent [-] | | You could definitely do this E2EE. Models should run in ephemeral containers where data is only processed in RAM. For active conversation a unique and temporary key-pair is generated. Saved chats are encrypted client side and stored encrypted server side. To resume a conversation[0], decrypt client side, establish connection to container, generate new temporary key-pair, and so on. There's more details and nuances but this is very doable. How Mullvad handles your data, for some inspiration: https://mullvad.net/en/help/no-logging-data-policy > Conversations are kept around because they can be picked up and continued at any point (I use this feature frequently).
I'm not sure why this is a problem. There's no requirement that data at rest needs be unencrypted. Nor is there a requirement that those storing the data need to have the keys to decrypt that data. Encrypted storage is a really common thing... > Additionally you can use conversations in their scheduled notification feature, where the conversation is replayed and updates are sent to you, all done on the server.
For this we can use the above scenario, or we can use a multi-key setting if you want to ping multiple devices, or you can have data temporarily decrypted. There is still no need to store the data to disk unencrypted or encrypted with keys OAI owns.Of course, I also don't see OAI pushing the state of Homomorphic Encryption forward either... But there's definitely a lot of research and more than acceptable solutions that allow data to be processed server side while being encrypted for as long as possible and making access to that data incredibly difficult. Again, dive deep into how Mullvad does it. It is not possible for them to make all their data encrypted, but they make it as close to impossible to get, including by themselves. There doesn't need to be a perfect solution, but there's no real reason these companies couldn't restrict their own access to that data. There's only 2 reasons they are not doing so. Either 1) they just don't care enough about your privacy or 2) they want it for themselves. Considering how OpenAI pushes the "Scale is All You Need" narrative, and "scale" includes "data", I'm far more inclined to believe the reason is option 2. [0] Remember, this isn't so much a conversation in the conventional sense. The LLMs don't "remember". You send them the entire chat history in each request. In this sense they are Markovian. It's not like they're tuning a model just to you. And even if they were, well we can store weights encrypted too. Doesn't matter if a whole model, LoRA, embeddings, or whatever. That can be encrypted at rest via keys OAI does not have access to. |
| |
| ▲ | cush 5 hours ago | parent | prev | next [-] | | People are responding in this thread as if ChatGPT is a one-on-one conversation with another person. The data isn’t “shared” with OpenAI. You’re chatting with OpenAI. ChatGPT is just a service. There’s no way to use ChatGPT without sharing all of your chats with OpenAI, that’s what the entire product is. | |
| ▲ | cush 5 hours ago | parent | prev | next [-] | | This doesn’t sound realistic. Signal is end to end encrypted and only sends one message at a time, while ChatGPT needs the entire chat context for every message and they need to decrypt your messages in their services in order to feed them into the LLM. | |
| ▲ | thorum 8 hours ago | parent | prev [-] | | > Our long-term roadmap includes advanced security features designed to keep your data private, including client-side encryption for your messages with ChatGPT. We believe these features will help keep your private conversations private and inaccessible to anyone else, even OpenAI. | | |
| ▲ | JCM9 7 hours ago | parent [-] | | This sort of thing is pretty trivial to implement from the start, they just chose not to because they wanted the data themselves | | |
| ▲ | cruffle_duffle 5 hours ago | parent [-] | | Hah. I seriously doubt it is even close to trivial. Especially when they are to exist on any device you use the service from. |
|
|
|
| |
| ▲ | silveraxe93 13 hours ago | parent | prev | next [-] | | No it's not. It's literally a court order mandating them to collect this data. - [1] https://arstechnica.com/tech-policy/2025/08/openai-offers-20... | | |
| ▲ | otterley 12 hours ago | parent | next [-] | | This article says nothing of the sort. The court order is to preserve existing logs they already have, not to disable logging, and hand all the logs over the plaintiffs. OpenAI's objections are mainly that 1/there are too many logs (so they're proposing a sample instead) and that 2/there's identifying data in the logs and so they are being "forced" to anonymize the logs at their expense (even though it's what they want as a condition of transferring the logs). There is nothing in the article that mentions OpenAI being forced to create new logs they don't already have. | |
| ▲ | sailfast 13 hours ago | parent | prev [-] | | This is an excellent article and source. Thank you. |
| |
| ▲ | macki0 11 hours ago | parent | prev | next [-] | | > What is the purpose of OpenAI storing millions of private conversations Its needed for the conversation history feature, a core feature of the ChatGPT product Its like saying "What is the purpose of Google Photos storing millions of private images" | | |
| ▲ | SilverElfin 11 hours ago | parent [-] | | This is true but why retain deleted conversations? | | |
| ▲ | Aurornis 11 hours ago | parent | next [-] | | That's the objection: The court order requires them to retain everything they currently have, even if the user requests that it be deleted. | |
| ▲ | kulahan 10 hours ago | parent | prev [-] | | ChatGPT (the app) specifically says they keep deleted conversations for up to 30 days. That's probably why. |
|
| |
| ▲ | 1vuio0pswjnm7 3 hours ago | parent | prev | next [-] | | News Plaintiffs October 15, 2025 Letter Motion to Compel https://ia801205.us.archive.org/1/items/gov.uscourts.nysd.61... OpenAI October 30, 2025 Letter Opposing Motion to Compel https://ia601205.us.archive.org/1/items/gov.uscourts.nysd.61... November 7, 2025 Order on Motion to Compel https://ia601205.us.archive.org/1/items/gov.uscourts.nysd.61... "OpenAI has failed to explain how its consumers privacy rights are not adequately protected by: (1) the existing protective order in this multidistrict litigation or (2) OpenAIs exhaustive de-identification of all of the 20 million Consumer ChatGPT Logs.1 1. As News Plaintiffs point out, OpenAI has spent the last two and a half months processing and deidentifying this 20 million record sample. (ECF 719 at 1 n.1)." | |
| ▲ | cush 10 hours ago | parent | prev | next [-] | | >What is the purpose of OpenAI storing millions of private conversations Have you used ChatGPT? Your conversation history is on the left rail | | |
| ▲ | 1vuio0pswjnm7 3 hours ago | parent | next [-] | | I read in the pleadings that OpenAI claims it cannot search its logs without decompressing them first I can search the logs I keep without decompressing Every user is different and each is free to use whatever software they want | |
| ▲ | 1vuio0pswjnm7 6 hours ago | parent | prev | next [-] | | Using RePair for compression I can also search inside compressed tarballs full of logs To do this, I first insert a blank line at the top of each log file before adding to the tarball IME, RePair is faster than compressing with zstd and the size reduction is almost the same The only "catch" is that RePair requires more memory during compression | |
| ▲ | 1vuio0pswjnm7 10 hours ago | parent | prev | next [-] | | "Have you used ChatGPT?" No Large number of upvotes on the quoted comment however. Maybe some of those voters are ChatGPT users I do searching from the command line in text mode. The script I use keeps a "log" (a customised SERP) of all query strings and search result URLs. I also have these URLs stored in the logs from the forward proxy. These are compressed using RePair. I can search the compressed logs faster this way than with something like ztsd -dc log.zst|grep pattern
or rg -z pattern log.zst
| | |
| ▲ | buffington 5 hours ago | parent | next [-] | | > No Given that, I'd suggest not offering "alternatives" to the features described in TFA for a service you've never used. There are people here talking about oranges, a lot of them with domain expertise, and you're not just talking about apples, you're talking about bird migrations. | |
| ▲ | fenomas 4 hours ago | parent | prev | next [-] | | > Large number of upvotes on the quoted comment however. Sure, and also downvotes - that measures factionalism, not correctness. But tech wise, you're confused. Functionally speaking chatgpt is a shared document editor - the server needs to store chat histories for the same reason Google Docs stores the content of documents. Users can submit text to chatgpt.com from one browser, and later edit that text from the app or a different browser. Ergo the text is stored on the server, simple as that. | |
| ▲ | 1vuio0pswjnm7 an hour ago | parent | prev [-] | | Downvotes is a tiny faction 3 versus 188, so far Many commenters cannot distinguish rhetorical questions from questions that seek an answer By attempting to answer a rhetorical question one may only strengthen the point being made by the question, for example, poor decision-making, and may reveal an absence self-awareness |
| |
| ▲ | stefan_ 9 hours ago | parent | prev [-] | | They made the feature, now they get to live with it. So they can spare us the feigned surprise and outrage. Instead of writing open letters they could of course do something about it. Even Google stopped storing your location timeline on their servers and now have it per-device only. | | |
| ▲ | cush 6 hours ago | parent [-] | | We’re talking about two different things. It would be like Gmail not storing your emails. Expecting ChatGPT to not store your chats is ridiculous |
|
| |
| ▲ | tzs 3 hours ago | parent | prev | next [-] | | > The documents requested are not being made public by the plaintiffs In fact, as far as I understand it, they could not be made public by the plaintiffs even if they wanted to do so, or even if one of their employees decided to leak them. That's because the plaintiffs themselves never actually see the documents. They will only be seen by the plaintiff's lawyers and any experts hired by those lawyers to analyze them. | |
| ▲ | 1vuio0pswjnm7 9 hours ago | parent | prev | next [-] | | If an analogy to the history of search engines can be made,^1 then we know that log retention policies in the US can change over time. The user has no control over such changes https://ide.mit.edu/wp-content/uploads/2018/01/w23815.pdf Companies operating popular www search engines might claim that the need for longer retention is "to provide better service" or some similar reason that focuses on users' interests rather than the company's interests^2 2. Generally, advertising services This paper attempts to expose such claims as bogus 1. According to some reports OpenAI is sending some queries to Google | |
| ▲ | amypetrik8 2 hours ago | parent | prev | next [-] | | >Why has OpenAI collected and stored 20 million conversations (including "deleted chats") To train the AI further. Obviously. Simple as. | |
| ▲ | 1vuio0pswjnm7 11 hours ago | parent | prev [-] | | Is there a technical limitation that prevents chat histories from being stored locally on the user's computer instead of being stored on someone else's computer(s) Why do chat histories need to be accessible by OpenAI, its service partners and anyone with the authority to request them from OpenAI If users want this design, as suggested by HN commenters, if users want their chat histories to be accessible to OpenAI, its service providers and anyone with authority to request them from OpenAI, then wouldn't it also be true that these users are not much concerned with "privacy" If so, then why would OpenAI proclaim they are "fighting the New York Times' invasion of user privacy", knowing that NYT is prohibited from making the logs public and users generally do not care much about "privacy" anyway The restrictions on plaintiff NYT's use of the logs are greater than the restrictions, if any,^1 on OpenAI's use of them 1. If any such restrictions existed, for example if OpenAI stated "We don't do X" in a "privacy policy" and people interpreted this as a legally enforceable restriction,^2 how would a user verify that the statement was true, i.e., that OpenAI has not violated the "restriction". Silicon Valley companies like OpenAI are highly secretive 2. As opposed to a statement by OpenAi of what OpenAI allegedly does not do. Compare with a potentially legally-enforceable promise such as "OpenAI will not do X". Also consider that OpenAI may do Y, Z, etc. and make no mention of it to anyone. As it happens Silicon Valley companies generally have a reputation for dishonesty | | |
| ▲ | 1vuio0pswjnm7 10 minutes ago | parent | next [-] | | The point I was trying to make about local storage is that if I am sending HTTP POST requests via the command line to some endpoint, e.g., a ChatGPT server, then I can save those requests on local storage. I can keep a record of what I have done For example, I save all the POST request bodies I send over the internet in the local forward proxy's log. I add logs to tarballs and compress with an algorithm that allows for searching the logs in the tarballs without decompressing them It does not matter what "reason" or "excuse" or "explanation" anyone presents, technical or otherwise, for why OpenAi does what it does The issue is what are the consequences | |
| ▲ | neodymiumphish 11 hours ago | parent | prev | next [-] | | Presumably for cross-device interactivity. If I interact with ChatGPT on my phone, then open it on my desktop. I might be a bit frustrated that I can't get to the chat I was having on my phone previously. OpenAI could store the chat conversation in an encrypted format that only you, the user, can decrypt, with the client-side determining the amount of previous messages to include for additional context, but there's plenty of user overhead involved in an undertaking like that (likely a separate decryption password would be needed to ensure full user-exclusive access, etc). I'd appreciate and use a feature like that, but I doubt most "average" users would care. | | |
| ▲ | gausswho 6 hours ago | parent | next [-] | | Syncthing could do that, if the software is designed to store locally. Ever since I put the effort into Syncthing across my all devices (paired with restic on one of them for backup), I can't help but see how cross-device functionality and cloud this are the Sysco hash potatoes that balloons Big Corp services' profit margins. Not saying it's easy to set up. But when you get there it's so liberating and you wish all software was bring-your-own-network. | | |
| ▲ | fenomas 5 hours ago | parent [-] | | SyncThing syncs only when both clients are running at the same time. Nobody who edits a document on a website expects that they'll need to leave that browser window open in order to see the document in a different browser. Am I missing something? Is this seriously a heated HN debate over "why does this website need to store the text it sends to people who view the website?"? | | |
| ▲ | gausswho 4 hours ago | parent [-] | | We're not talking about collaborative tooling, just a record of what you've asked an AI assistant. If it doesn't sync right away, it's not the end of the world. I find that's true with most things. And the clients don't need to be running at the same time if you have a third device that's always on and receiving the changes from either (like a backup system). Eventually everything arrives. It's not as robust as what Google or iCloud gives you, but it's good enough for me. | | |
| ▲ | fenomas an hour ago | parent | next [-] | | Chatgpt.com is essentially a CRUD app. What you're saying here amounts to saying that it could conceivably have been designed to work dramatically differently from all other CRUD apps. And obviously that's true, but why would it be? It's a website! You submit text, that you'll view or edit later, so the server stores it. How is that controversial to a HN audience? Also: > the clients don't need to be running at the same time if you have a third device that's always on An always-on device that stores data in order to sync it to clients is a server. | |
| ▲ | handoflixue 3 hours ago | parent | prev [-] | | It's great that you'd enjoy a significantly worse product that requires you to also be familiar with a completely unrelated product. For some reason, consumers have decided that they prefer a significantly better product that doesn't require any additional applications or technical expertise ¯\_(ツ)_/¯ |
|
|
| |
| ▲ | scotty79 11 hours ago | parent | prev [-] | | Facebook messenger tries to marry end to end encryption with multi-device access and it's a horrible mess with some messages not being delivered to some devices for hours , days or ever. I absolutely want OpenAI to keep all of my chats and I absolutely don't want them to share them ( voluntarily or by force) with any private agent. I have exactly the same expectation of any document or communication platform. It's been long established as accepted compomise between security and convenience. |
| |
| ▲ | Aurornis 11 hours ago | parent | prev | next [-] | | > Is there a technical limitation that prevents chat histories from being stored locally on the user's computer People access ChatGPT through different interfaces: Web, desktop app, their phones, tablets. Therefore the conversations are stored on the servers. It's really not some hidden plot against users to steal their data. It's just how most users expect their apps to work. | | |
| ▲ | andrepd 10 hours ago | parent [-] | | Nonsense. It's easy to design an app where the server stores all information in an encrypted form. If OpenAI "cared about privacy" like this PR piece claims, they would do this. They don't because they (obviously) don't care and they (obviously) want the data for their purposes. | | |
| ▲ | epistasis 9 hours ago | parent | next [-] | | "Easy" does not mean "lowest cost" or "easiest". It's far far far easier to stor conversations as plain text and return them as is, instead of having to encrypt, rotate keys, etc. etc. That's a tricky system to get right and maintain (Please do not interpret this as a defense of OpenAI! I just think that we shouldn't trivialize the task of encrypting user data so that it's not visible to the provider). | |
| ▲ | Aurornis 7 hours ago | parent | prev [-] | | > It's easy to design an app where the server stores all information in an encrypted form. If you read the article, you'd see this: > Our long-term roadmap includes advanced security features designed to keep your data private, including client-side encryption for your messages |
|
| |
| ▲ | aDyslecticCrow 11 hours ago | parent | prev [-] | | They're very valuable data, and it's convenient to log in to see a previous chat. If you have ever played with the api, its clear as day that the protocol itself is stateless. |
|
|
|
| ▲ | wkat4242 12 hours ago | parent | prev | next [-] |
| If OpenAI hadn't used data from the NYT without permission in the first place this wouldn't have happened. That is the root cause of all this. I'm glad the NYT is fighting them. They've infringed the rights of almost every news outlet but someone has to bring this case. |
| |
| ▲ | terminalshort 7 hours ago | parent | next [-] | | They infringed nothing. Two judges have already ruled that training on copyrighted data is fair use https://www.whitecase.com/insight-alert/two-california-distr... | | |
| ▲ | NewJazz 4 hours ago | parent | next [-] | | But displaying regurgitations of very similar content may not be fair use. Fair use is a very delicate affair. One factor is whether the modified work poses as a market replacement for the original work. | |
| ▲ | JCM9 7 hours ago | parent | prev [-] | | The issue is, in part, a concern that ChatGPT responses are often just simple derivations of the original content in ways that wouldn’t be considered fair use. |
| |
| ▲ | protocolture 2 hours ago | parent | prev | next [-] | | People pretending to own Data that should belong to the commons is the larger issue. | |
| ▲ | scotty79 11 hours ago | parent | prev | next [-] | | NYT on the internet is pure garbage. I'm really sad that when they challenged Google they didn't just drop and ban them from the index. There's zero reason for NYT to pollute the internet for me and everyone like me that won't ever pay them a cent. NYT links leading to a paywall are the worst kind of spam. They should sell their stuff by mail if they hate open culture so much. It's absolutely disgusting how they are allowed to freeload on the attention that the open culture provides, contributing nothing but short garbage blurbs that are worse than generated by LLMs. | | |
| ▲ | bitpush 9 hours ago | parent | next [-] | | > They should sell their stuff by mail if they hate open culture so much. Does open culture mean free? Are you willing to work for free? It is perfectly OK to sell goods in exchange for money, which is what NYT is doing. I dont know why you're so upset with it. You cant walk into Apple Store and except to walk away with a free iPhone. Then why are you expecting to "walk" into nytimes' website and walk away with free article? | | |
| ▲ | pembrook 5 hours ago | parent | next [-] | | The problem isn't that a news site is monetizing with a paywall. Totally fine, monetize how you want! The problem is that prominent news orgs have lobbied governments all over the world to threaten google, apple, etc. for preferential treatment so these paywalled articles get prominent placement in various feeds and carousels and recommendation algos. As a small publisher you'll never get this same preferential treatment if you throw up a paywall. Creating the bizarre situation where big tech platforms feel they have to recommend paywalled articles from NYT/Bloomberg/etc, catfishing users right into a paywall when they click on headlines. This is essentially spam. | |
| ▲ | scotty79 6 hours ago | parent | prev [-] | | Open means open. Plenty of people make money in the open culture in way less obnoxious ways than NYT. What NYT does is crapping at the place where I am, but building a wall and charging for passage to a place that does stink little bit less. I don't mind them having such place, or even charging for access. What I mind is making mine actively worse. Do whatever you want and charge however much you want. But for the love of God don't advertise in my face using free space that I inhabit. My attention costs way more than your content. Don't be surprised that when you do I will disregard completely your wishful thinking about payment. What I need is one checkbox in Google ecosystem (and/or my browser) that says "Never show links to paywalled content". Give me that and all my beef with NYT and similar garbage factories is gone in a blink of an eye. |
| |
| ▲ | reaperducer 9 hours ago | parent | prev [-] | | everyone like me that won't ever pay them a cent. Yeah, how terrible that you should be expected to spend /eleven minutes/ of the average U.S. tech worker's salary for a month of information. Perish the thought. They should sell their stuff by mail You're in luck! You can subscribe to the New York Times by mail, just like you want. | | |
| ▲ | scotty79 6 hours ago | parent [-] | | At this point I would pay just as much to not see a single link to NYT content in my life. I can't pay for that? Well, that's my point. |
|
| |
| ▲ | johnwheeler 11 hours ago | parent | prev [-] | | Exactly. And the OpenAI corporates speak acting like they give a shit about our best interests. Give me a break, Sam Altman. How stupid do you think everyone is? They have proven that they are the most untrustworthy company on the planet And this isn't AI fear speaking. This is me raging at Sam Altman for spreading so much fear, uncertainty, and doubt just to get investments. The rest of us have to suffer for the last two years, worrying about losing our jobs, only to find out the AGI lie is complete bullsh*t. | | |
| ▲ | NewsaHackO 11 hours ago | parent [-] | | To me, no company has the customers’ best interests in mind. This whole thing is akin to when Apple was refusing to unlock phones for the FBI. Of course, Apple profits by having people think that they take privacy seriously, and they demonstrate it by protecting users’ privacy. Same thing here; OpenAI needs chats to have some expectation of privacy, especially because a large use case of AI is personal advice on things. So they are fighting to make sure it's true. | | |
| ▲ | latexr 8 hours ago | parent | next [-] | | > To me, no company has the customers’ best interests in mind. Lavabit opted to stop operating rather than give the FBI access to client emails. https://archive.ph/20200915083857/https://www.nytimes.com/20... | |
| ▲ | immibis 11 hours ago | parent | prev [-] | | Both OpenAI and NYT are bad. I don't know about NYT's privacy policy, because that's not really the industry they're in, but they did admit to fabricating a story that led to a now 2-year-long war, so. | | |
| ▲ | NewsaHackO 10 hours ago | parent | next [-] | | Yes, but I think at least in this instance, OpenAI needs people to think that what they ask ChatGPT is private. They will have no business model if everyone thought that whatever private question they ask could fall into the hands of a media company and be used for anything. Also, at least when I signed up, you had to provide either a highly trusted email address or phone number to sign up, so your identity is definitely attached to whatever question you ask ChatGPT. They know how high the stakes are for them in this suit. | |
| ▲ | rockskon 10 hours ago | parent | prev [-] | | Which story is this? | | |
|
|
|
|
|
| ▲ | rpdillon 15 hours ago | parent | prev | next [-] |
| I wouldn't want to make it out like I think OpenAI is the good guy here. I don't. But conversations people thought they were having with OpenAI in private are now going to be scoured by the New York Times' lawyers. I'm aware of the third party doctrine and that if you put something online it can never be actually private. But I think this also runs counter to people's expectations when they're using the product. In copyright cases, typically you need to show some kind of harm. This case is unusual because the New York Times can't point to any harm, so they have to trawl through private conversations OpenAI's customers have had with their service to see if they can find any. It's quite literally a fishing expedition. |
| |
| ▲ | cogman10 15 hours ago | parent | next [-] | | I get the feeling, but that's not what this is. NYTimes has produced credible evidence that OpenAI is simply stealing and republishing their content. The question they have to answer is "to what extent has this happened?" That's a question they fundamentally cannot answer without these chat logs. That's what discovery, especially in a copyright case, is about. Think about it this way. Let's say this were a book store selling illegal copies of books. A very reasonable discovery request would be "Show me your sales logs". The whole log needs to be produced otherwise you can't really trust that this is the real log. That's what NYTimes lawyers are after. They want the chat logs so they can do their own searches to find NYTimes text within the responses. They can't know how often that's happened and OpenAI has an obvious incentive to simply say "Oh that never happened". And the reason this evidence is relevant is it will directly feed into how much money NYT and OpenAI will ultimately settle for. If this never happens then the amount will be low. If it happens a lot the amount will be high. And if it goes to trial it will be used in the damages portion assuming NYT wins. The user has no right to privacy. The same as how any internet service can be (and have been) compelled to produce private messages. | | |
| ▲ | glenstein 14 hours ago | parent | next [-] | | >That's what NYTimes lawyers are after. They want the chat logs so they can do their own searches to find NYTimes text within the responses. The trouble with this logic is NYT already made that argument and lost as applied to an original discovery scope of 1.4 billion records. The question now is about a lower scope and about the means of review, and proposed processes for anonymization. They have a right to some form of discovery, but not to a blank check extrapolation that sidesteps legitimate privacy issues raised both in OpenAIs statement as well as throughout this thread. | |
| ▲ | protocolture 2 hours ago | parent | prev | next [-] | | >NYTimes has produced credible evidence that OpenAI is simply stealing and republishing their content They shouldnt have any rights to data after its released. >That's a question they fundamentally cannot answer without these chat logs. They are causing more damage than anything chatGPT could have caused to NYT. Privacy needs to be held higher than corporate privilege. >Think about it this way. Let's say this were a book store selling illegal copies of books. Think of it this way, no book should be illegal. >They can't know how often that's happened and OpenAI has an obvious incentive to simply say "Oh that never happened". NYT glazers do more to uphold OpenAI as a privacy respecting platform than OpenAI has ever done. >If this never happens then the amount will be low. Should be zero, plus compensation to the affected OpenAI users from NYT. >The user has no right to privacy. And this needs to be remedied immediately. >The same as how any internet service can be (and have been) compelled to produce private messages. And this needs to be remedied immediately. | | |
| ▲ | hekkle 41 minutes ago | parent [-] | | I get that you're mad, and rightly should be for an invasion of your privacy, but the NYT would be foolish to use any of your data for anything other than this lawsuit, and to not delete it afterwards, as per their request. They can't use this data against any individual, even if they explicitly asked, "How do I hack the NYT?" The only potential issue is them finding something juicy in someone's chat, that they could publish as a story; and then claiming they found out about this juicy story through other means, (such as a confidential informant), but that's not likely an issue for the average punter to be concerned about. |
| |
| ▲ | tantalor 14 hours ago | parent | prev | next [-] | | > The user has no right to privacy The correct term for this is prima facie right. You do have a right to privacy (arguably) but it is outweighed by the interest of enforcing the rights of others under copyright law. Similarly, liberty is a prima facie right; you can be arrested for committing a crime. | | |
| ▲ | ronsor 9 hours ago | parent | next [-] | | > enforcing the rights of others under copyright law I certainly do not care about copyright more than my own privacy, and I certainly don't find that interest to be the public's interest, though perhaps it's the interest of legacy corporations and their lobbyists. | |
| ▲ | antonvs 11 hours ago | parent | prev | next [-] | | > You do have a right to privacy (arguably) but it is outweighed by the interest of enforcing the rights of others under copyright law. What governs or codifies that? I would have expected that there would need to be some kind of specific overriding concern(s) that would need to apply in order to violate my (even limited) expectation of privacy, not just enforcing copyright law in general. E.g. there's nothing resembling "probable cause" to search my own interactions with ChatGPT for such violations. On what basis can that be justified? | |
| ▲ | SilverElfin 11 hours ago | parent | prev [-] | | Is there any evaluation of which right or which harm is larger? It seems like the idea that one outweighs another is arbitrary. Is there a principled thing behind it? | | |
| |
| ▲ | throw20251110 6 hours ago | parent | prev | next [-] | | > Think about it this way. Let's say this were a book store selling illegal copies of books. A very reasonable discovery request would be "Show me your sales logs". The whole log needs to be produced otherwise you can't really trust that this is the real log. Your claim doesn’t hold up, my friend. It’s inaccurate because nobody archives an entire dialogue with a seller for the record, and you certainly don’t have to show identification to purchase a book. | |
| ▲ | realusername 10 hours ago | parent | prev | next [-] | | > NYTimes has produced credible evidence that OpenAI is simply stealing and republishing their content. The question they have to answer is "to what extent has this happened?" Credible to whom? In their supposed "investigation", they sent a whole page of text and complex pre-prompting and still failed to get the exact content back word for word. Something users would never do anyways. And that's probably the best they've got as they didn't publish other attempts. | | |
| ▲ | mikkupikku 8 hours ago | parent [-] | | Agreed, they could carefully coerce the model to more or less output some of their articles, but the premise that users were routinely doing this to bypass the paywall is silly. | | |
| ▲ | terminalshort 7 hours ago | parent [-] | | Especially when you can just copy paste the url into Internet Archive and read it. And yet they aren't suing Internet Archive. | | |
| ▲ | acdha 6 hours ago | parent [-] | | Copyright law isn’t binary and has long-running allowances for fair use which take into consideration factors like scale, revenue, and whether it replaces the original. As a real non-profit, the Internet Archive is not selling its copies of the NYT and it’s always giving full credit to the source. In contrast, ChatGPT does charge for their output and while it may give citations that’s not a given. |
|
|
| |
| ▲ | terminalshort 7 hours ago | parent | prev | next [-] | | Even if OpenAI is reproducing pieces of NYT articles, they still have a difficult argument because in no way is is a practical means of accessing paywalled NYT content, especially compared to alternatives. The entire value proposition of the NYT is news coverage, and probably 99.9% of their page views are from stories posted so recently that they aren't even in the training set of LLMs yet. If I want to reproduce a NYT story from LLM it's a prompt engineering mess, and I can only get old ones. On the other hand I can read any NYT story from today by archiving it: https://archive.is/5iVIE. So why is the NYT suing OpenAI and not the Internet Archive? | |
| ▲ | antonvs 11 hours ago | parent | prev | next [-] | | > The user has no right to privacy. The same as how any internet service can be (and have been) compelled to produce private messages. The legal term is "expectation of privacy", and it does exist, albeit increasingly weakly in the US. There are exceptions to that, such as a subpoena, but that doesn't mean anyone can subpoena anything for any reason. There has to be a legal justification. It's not clear to me that such a justification exists in this case. | |
| ▲ | observationist 11 hours ago | parent | prev | next [-] | | You don't hate the media nearly enough. "Credible" my ass. They hired "experts" who used prompt engineering and thousands of repetitions to find highly unusual and specific methods of eliciting text from training data that matched their articles. OpenAI has taken measures to limit such methods and prevent arbitrary wholesale reproduction of copyrighted content since that time. That would have been the end of the situation if NYT was engaging in good faith. The NYT is after what they consider "their" piece of the pie. They want to insert themselves as middlemen - pure rent seeking, second hander, sleazy lawyer behavior. They haven't been injured, they were already dying, and this lawsuit is a hail mary attempt at grifting some life support. Behavior like that of the NYT is why we can't have nice things. They're not entitled to exist, and by engaging in behavior like this, it makes me want them to stop existing, the faster, the better. Copyright law is what you get when a bunch of layers figure out how to encode monetization of IP rights into the legal system, having paid legislators off over decades, such that the people that make the most money off of copyrights are effectively hoarding those copyrights and never actually produce anything or add value to the system. They rentseek, gatekeep, and viciously drive off any attempts at reform or competition. Institutions that once produced valuable content instead coast on the efforts of their predecessors, and invest proceeds into lawsuits, lobbying, and purchase of more IP. They - the NYT - are exploiting a finely tuned and deliberately crafted set of laws meant to screw actual producers out of percentages. I'm not a huge OpenAI fan, but IP laws are a whole different level of corrupt stupidity at the societal scale. It's gotcha games all the way down, and we should absolutely and ruthlessly burn down that system of rules and salt the ground over it. There are trivially better systems that can be explained in a single paragraph, instead of requiring books worth of legal code and complexities. | | |
| ▲ | totallymike 10 hours ago | parent [-] | | I'm not a fan of NYT either, but this feels like you're stretching for your conclusion: > They hired "experts" who used prompt engineering and thousands of repetitions to find highly unusual and specific methods of eliciting text from training data that matched their articles....would have been the end of the situation if NYT was engaging in good faith. I mean, if I was performing a bunch of investigative work and my publication was considered the source of truth in a great deal of journalistic effort and publication of information, and somebody just stole my newspaper off the back of a delivery truck every day and started rewriting my articles, and then suddenly nobody read my paper anymore because they could just ask chatgpt for free, that's a loss for everyone, right? Even if I disagree with how they editorialize, the Times still does a hell of a lot of journalism, and chatgpt can never, and will never be able to actually do journalism. > they want to insert themselves as middlemen - pure rent seeking, second hander, sleazy lawyer behavior I'd love to hear exactly what you mean by this. Between what and what are they trying to insert themselves as middlemen, and why is chatgpt the victim in their attempts to do it? What does 'rent seeking' mean in this context? What does 'second hander' mean? I'm guessing that 'sleazy lawyer' is added as an intensifier, but I'm curious if it means something more specific than that as well, I suppose. > Copyright law....the rest of it Yeah. IP rights and laws are fucked basically everywhere. I'm not smart enough to think of ways to fix it, though. If you've got some viable ideas, let's go fix it. Until then, the Times kinda need to work with what we've got. Otherwise, OpenAI is going to keep taking their lunch money, along with every other journalist's on the internet, until there's no lunch money to be had from anyone. | | |
| ▲ | terminalshort 7 hours ago | parent [-] | | > my publication was considered the source of truth Their publication is not considered the source of truth, at least not by anyone with a brain. | | |
| ▲ | totallymike 6 hours ago | parent [-] | | They are still considered a paper of record, but I chose to use a hypothetical outfit because I don’t love the Times myself but I believe the argument to be valid. I’m not interested in arguing about whether or not they deserve to fail, because that whole discussion is orthogonal to whether OpenAI is in the wrong. If I’m on my deathbed, and somebody tries to smother me, I still hope they face consequences |
|
|
| |
| ▲ | sroussey 15 hours ago | parent | prev [-] | | > The user has no right to privacy. The same as how any internet service can be (and have been) compelled to produce private messages. This is nonsense. I’ve personally been involved in these things, and fought to protect user privacy at all levels and never lost. | | |
| ▲ | giraffe_lady 15 hours ago | parent [-] | | You've successfully fought a subpoena on the basis of a third party's privacy? More than once? I'd love to hear more. |
|
| |
| ▲ | jcranmer 15 hours ago | parent | prev | next [-] | | > In copyright cases, typically you need to show some kind of harm. NYT is suing for statutory copyright infringement. That means you only need to demonstrate that the copyright infringement, since the infringement alone is considered harm; the actual harm only matters if you're suing for actual damages. This case really comes down to the very unsolved question of whether or not AI training and regurgitation is copyright infringement, and if so, if it's fair use. The actual ways the AI is being used is thus very relevant for the case, and totally within the bounds of discovery. Of course, OpenAI has also been engaging this lawsuit with unclean hands in the first place (see some of their earlier discovery dispute fuckery), and they're one of the companies with the strongest "the law doesn't apply to US because we're AI and big tech" swagger. | | |
| ▲ | Workaccount2 13 hours ago | parent [-] | | NYT doesn't care about regurgitation. When it was doable, it was spotty enough that no one would rely on it. But now the "trick" doesn't even work anymore (you would paste the start of an article and chatgpt would continue it). What they want is to kill training, and more over, prevent the loss of being the middle-man between events and users. | | |
| ▲ | sfink 11 hours ago | parent | next [-] | | > What they want is to kill training, and more over, prevent the loss of being the middle-man between events and users. So... they want to continue reporting news, and they don't want their news reports to be presented to users in a place where those users are paying someone else and not them. How horrible of them? If NYT is not reporting news, then NYT news reports will not be available for AIs to ingest. They can perhaps still get some of that data from elsewhere, perhaps from places that don't worry about the accuracy of the news (or intentionally produces inaccurate news). You have to get signal from somewhere, just the noise isn't enough, and killing off the existing sources of signal (the few remaining ones) is going to make that a lot harder. The question is, does journalism have a place in a world with AIs, and should OpenAI be the one deciding the answer to that question? | | |
| ▲ | Workaccount2 6 hours ago | parent [-] | | It's easy to see a future where primary sources post their information directly online (already largely the case) and AI agents make tailored, interactive news for their users. Sure, there may still be investigative journalism and long form, but those are hardly the money makers. Also, just like SWE's, writers have that same "do I have a place in the future?" anxiety in the back of their head. The media is very hostile towards AI, and the threat is on multiple levels. |
| |
| ▲ | totallymike 11 hours ago | parent | prev | next [-] | | > prevent the loss of being the middle-man between events and users I'm confused by this phrase. I may be misreading but it sounds like you're frustrated, or at least cynical about NYT wanting to preserve their business model of writing about things that happen and selling the publication. To me it seems reasonable they'd want to keep doing that, and to protect their content from being stolen. They certainly aren't the sole publication of written content about current events, so calling them "the middle-man between events and users" feels a bit strange. If your concern is that they're trying to prevent OpenAI from getting a foot in the door of journalism, that confuses me even more. There are so, so many sources of news: other news agencies, independent journalists, randos spreading word-of-mouth information. It is impossible for chatgpt to take over any aspect of being a "middle-man between events and users" because it can't tell you the news. it can only resynthesize journalism that it's stolen from somewhere else, and without stealing from others, it would be worse than the least reliable of the above sources. How could it ever be anything else? This right here feels like probably a good understanding of why NYT wants openai to keep their gross little paws off their content. If I stole a newspaper off the back of a truck, and then turned around and charged $200 a month for the service of plagiarizing it to my customers, I would not be surprised if the Times's finest lawyers knocked on my door either. Then again, I may be misinterpreting what you said. I tend to side with people who sue LLM companies for gobbling up all their work and regurgitating it, and spend zero effort trying to avoid that bias | |
| ▲ | itsnibs 10 hours ago | parent | prev | next [-] | | It sounds like the defendant would much prefer middle-men who do not have the resources to enforce copyright. | |
| ▲ | watwut 11 hours ago | parent | prev | next [-] | | > prevent the loss of being the middle-man between events and users. OpenAI is free to do own reporting. NY Times is nowhere near trying to prevent others for competing as middleman. | |
| ▲ | SilverElfin 11 hours ago | parent | prev [-] | | It’s more than middle man right? Like if visits to NYT reduce then they get less ads revenue and their ability to do business goes away. On the other hand, if they demand licensing fees then they’ll just be marginalized by other news anyways. |
|
| |
| ▲ | ozgrakkurt 18 minutes ago | parent | prev | next [-] | | It is better if it is out in the open compared to just some select few diabolical organizations having access to it | |
| ▲ | otterley 11 hours ago | parent | prev | next [-] | | > This case is unusual because the New York Times can't point to any harm It helps to read the complaint. If that was the case, the case would have been subject to a Rule 12(b)(6) (failure to state a claim for which relief can be granted) challenge and closed. Complaint: https://nytco-assets.nytimes.com/2023/12/NYT_Complaint_Dec20... See pages 60ff. | | |
| ▲ | rpdillon 8 hours ago | parent [-] | | My observation is that section does not articulate any harm. It _claims_ harm, but doesn't actually explain what the harm is. Reduced profits? Lower readership? All they say is "OpenAI violated our copyrights, and we deserve money." > 167. As a direct and proximate result of Defendants’ infringing conduct alleged herein,
The Times has sustained and will continue to sustain substantial, immediate, and irreparable injury
for which there is no adequate remedy at law. Unless Defendants’ infringing conduct is enjoined
by this Court, Defendants have demonstrated an intent to continue to infringe the copyrighted
works. The Times therefore is entitled to permanent injunctive relief restraining and enjoining
Defendants’ ongoing infringing conduct.
> 168. The Times is further entitled to recover statutory damages, actual damages,
restitution of profits, attorneys’ fees, and other remedies provided by law. They're simply claiming harm, nothing more. I want to see injuries, scars, and blood if there's harm. As far as I can tell, the NYT was on the ropes long before AI came along. If they could actually articulate any harm, they wouldn't need to read through everyone's chats. | | |
| ▲ | otterley 6 hours ago | parent | next [-] | | > As a direct and proximate result of Defendants’ infringing conduct alleged herein, The Times has sustained and will continue to sustain substantial, immediate, and irreparable injury for which there is no adequate remedy at law. Unless Defendants’ infringing conduct is enjoined by this Court, Defendants have demonstrated an intent to continue to infringe the copyrighted works. The Times therefore is entitled to permanent injunctive relief restraining and enjoining Defendants’ ongoing infringing conduct. This is boilerplate language in a claim seeking injunctive relief. In contract law in law school, you learn there's a historical difference between cases at law (where the only remedy is money) and cases in equity (where the court can issue injunctions). If you want to stop someone from violating your rights, you claim "irreparable injury" (that is, money isn't enough) and ask for the court in equity to issue an injunction. > It _claims_ harm, but doesn't actually explain what the harm is. Reduced profits? Lower readership? All they say is "OpenAI violated our copyrights, and we deserve money." Copyright violation, in and of itself, constitutes a judicially cognizable injury. It's a violation of a type of property right - that is, the right to exclude others from using your artistic works without your permission. The Copyright Act specifies that victims of copyright infringement are not only entitled to an injunction, but also to statutory damages as well as compensatory damages to be determined by a jury. See 17 U.S.C. § 504. Similarly, you don't have to claim a specific injury in a garden-variety trespass action. The violation of your property rights is enough. | |
| ▲ | terminalshort 7 hours ago | parent | prev [-] | | > sustain substantial, immediate, and irreparable Furthermore, any alleged injury is absolutely reparable. How many times did OpenAI replicate their content and how many page views did they lose to it? Very reparable monetary damages, if it did in fact occur (and I'm pretty sure it didn't). |
|
| |
| ▲ | stocksinsmocks 2 hours ago | parent | prev | next [-] | | No doubt. I’m sure NYT sees an opportunity to buy a few more years of life support by pickpocketing the conductor of the AI gravy train. When Sam Altman and the Sulzbergers fight though, as a normal person, my hope is that they destroy each other. I think the winner are Chinese (and by extension OSS) models as they can ignore copyright. A net win, I think. | |
| ▲ | troyvit 14 hours ago | parent | prev | next [-] | | It's a part of privacy policy boilerplate that if a company is compelled by the courts to give up its logs it'll do it. I'm sure all of OpenAI's users read that policy before they started spilling their guts to a bot, right? Or at least had an LLM summarize it for them? | | |
| ▲ | Rastonbury 11 hours ago | parent [-] | | This is it isn't it? For any technology, I don't think anyone should have the expectation of privacy from lawyers if the company who has your data is brought to court |
| |
| ▲ | phendrenad2 2 hours ago | parent | prev | next [-] | | > This would allow them to access millions of user conversations that are unrelated to the case It feels like the NYT is really fishing for inside information on how GPT is used so they can run statistical analysis and write articles about it. I.E. if they find examples of racism, they can get some great articles about how racism is rampant on GPT or something. | |
| ▲ | Workaccount2 15 hours ago | parent | prev | next [-] | | The original lawsuit has lots of examples of ChatGPT (3.5? 4?) regurgitating article...snippets. They could get a few paragraphs with ~80-90% perfect replication. But certainly not full articles, with full accuracy. This wasn't solid enough for a summary judgement, and it seems the labs have largely figured out how to stop the models from doing this. So it looks like NYT wants to comb all user chats rather than pay a team of people tens of thousands a day to try an coax articles out of ChatGPT-5. | |
| ▲ | themafia 9 hours ago | parent | prev | next [-] | | > having with OpenAI in private I don't blieve that OpenAI, or any American corporation, has the wherewithal to actually maintain _your_ privacy in the face of _their_ profitability. > typically you need to show some kind of harm. You copied my material without my permission. I've been harmed. That right is independent of pricing. Otherwise Napster would never have generated legal cases. > It's quite literally a fishing expedition. It's why American courts are awesome. | |
| ▲ | Sherveen 15 hours ago | parent | prev | next [-] | | Yeah, everyone else in the comments so far is acting emotionally, but -- As a fan and DAU of both OpenAI and the NYT, this is just a weird discovery demand and there should be another pathway for these two to move fwd in this case (NYT to get some semblance of understanding, OAI protecting end-user privacy). | | |
| ▲ | totallymike 11 hours ago | parent [-] | | It sounds like the alternate path you're suggesting is for NYT to stop being wrong and let OpenAI continue being right, which doesn't sound much like a compromise to me. |
| |
| ▲ | Noaidi 14 hours ago | parent | prev | next [-] | | To show harm they need the proof, this is the point of the lawsuit. They have sufficient evidence that OpenAI was scraping the web and the NY Times. When Altman says "They claim they might find examples of you using ChatGPT to try to get around their paywall." he is blatantly misrepresenting the case. https://smithhopen.com/2025/07/17/nyt-v-openai-microsoft-ai-... "The lawsuit focuses on using copyrighted material for AI training. The NYT says OpenAI and Microsoft copied vast amounts of its content. They did this to build generative AI tools. These tools can output near-exact copies of NYT articles. Therefore, the NYT argues this breaks copyright laws. It also hurts journalism by skipping paywalls and cutting traffic to original sites. The complaint shows examples where ChatGPT mimics NYT stories closely. This could lead to money loss and harm from AI errors, called hallucinations." This has nothing to do with the users, it has everything to do with OpenAI profiting off of pirated copyrighted material. Also, Altmans is getting scared because the NY Times proved to the judge that CahtGPT copied many articles: "2025 brings big steps in the case. On March 26, 2025, Judge Sidney Stein rejected most of OpenAI’s dismissal motion. This lets the NYT’s main copyright claims go ahead. The judge pointed to “many” examples of ChatGPT copying NYT articles. He found them enough to continue. This ruling dropped some side claims, like unfair competition. But it kept direct and contributory infringement, plus DMCA breaches." | | |
| ▲ | terminalshort 7 hours ago | parent | next [-] | | > The lawsuit focuses on using copyrighted material for AI training Well that's going to go pretty poorly for them considering it has already been ruled fair use twice: https://www.whitecase.com/insight-alert/two-california-distr... On the other hand, distributing copies of NYT content is actually a breach of copyright, but only if the NYT can prove it was actually happening. | |
| ▲ | rpdillon 13 hours ago | parent | prev [-] | | Training has sometimes been held to be fair use under certain circumstances, but in determining fair use, one of the four factors that is considered is how it affects the market for the work being infringed. I would expect that determining to what degree it's regurgitating the New York Times' content is part of that analysis. |
| |
| ▲ | Alex2037 15 hours ago | parent | prev | next [-] | | >But conversations people thought they were having with OpenAI in private ...had never been private in the first place. not only is the data used for refining the models, OpenAI had also shariah policed plenty of people for generating erotica. | | |
| ▲ | Workaccount2 15 hours ago | parent | next [-] | | This is about private chats, which are not used for training and only stored for 30 days. Also, you need to understand, that for huge corps like OpenAI, the lying on your ToS will do orders of magnitude more damage to your brand than what you would gain through training on <1% more user chats. So no, they are not lying when they say they don't train on private chats. | | |
| ▲ | bonsai_spool 12 hours ago | parent [-] | | > Also, you need to understand, that for huge corps like OpenAI, the lying on your ToS will do orders of magnitude more damage to your brand than what you would gain Is this true? I can’t recall anything like this (look at Ashley Madison which is alive and well) | | |
| ▲ | bee_rider 12 hours ago | parent | next [-] | | I think it is hard to say because OpenAI is still heavily in development and working out their business model (and a reasonable complaint is that it is crazy to label them a massive success without seeing how they actually work when they need to make a profit). But, all that aside, it seems that OpenAI is aiming to be bigger and more integrated into the day-to-day life of the average person than Ashley Madison, right? | |
| ▲ | Workaccount2 12 hours ago | parent | prev [-] | | It's not national news when a company is found to be doing what they say they are doing. | | |
| ▲ | bonsai_spool 8 hours ago | parent [-] | | > It's not national news when a company is found to be doing what they say they are doing. You said there would be ‘orders of magnitude’ of brand damage. What is the proof? |
|
|
| |
| ▲ | mock-possum 15 hours ago | parent | prev | next [-] | | Yeah I don’t get why more people don’t understand this - why would you think your conversation was private when it wasnt actually private. Have you not been paying attention. | |
| ▲ | IlikeKitties 15 hours ago | parent | prev [-] | | > OpenAI had also shariah policed plenty of people for generating erotica. That framing is retorically brilliant if you think about it. I will use that more. Chat Sharia Law for Chat Control. Mass Sharia Surveillance from flock etc. |
| |
| ▲ | vintagedave 15 hours ago | parent | prev [-] | | 100% agreed. In the time you wrote this, I also posted: https://news.ycombinator.com/item?id=45901054 I felt quite some disappointment with the comments I saw on the thread at that time. |
|
|
| ▲ | jrockway 9 hours ago | parent | prev | next [-] |
| I've noticed a pattern of companies writing their customers open letters asking them to do their contract negotiations for them. First it was ESPN vs. YouTube (not watching MNF this week was the best 3 hours I've ever saved, sorry advertisers). Now it's OpenAI vs. The New York Times. Little do they know that I care very little for either party and enjoy seeing both of them squirm. You went to business school, not me. Work it out. In this case, it's awfully suspicious that OpenAI is worried about The New York Times finding literal passages in their articles that ChatGPT spits out verbatim. If your AI doesn't do that, like you say, then why would it be a problem to check? Finally, both parties should find a neutral third party. The neutral third party gets the full text of every NYT article and ChatGPT transcript, and finds the matches. NYT doesn't get ChatGPT transcripts. OpenAI doesn't get the full text of every NYT article (even though they have to already have that). Everyone is happy. If OpenAI did something illegal, the court can find out. If they didn't, then they're safe. I think it would be very fair. (I take the side of neither party. I'm not a huge fan of training language models on content that wasn't licensed for that purpose. And I'm not a huge fan of The NYT's slide to the right as they cheerlead the end of the American experiment.) |
| |
| ▲ | themafia 9 hours ago | parent | next [-] | | > Finally, both parties should find a neutral third party. That's next to impossible. And if that party fails to be neutral you've just generated a new lawsuit entangled with this one. The current procedure is each side gets their own expert. The two expert can duke it out and the crucible of the courtroom decides who was more credible. | | |
| ▲ | jrockway 8 hours ago | parent [-] | | That's fair. I understand why OpenAI wouldn't want to give anyone transcripts (as a user, I frankly wouldn't even want OpenAI to keep my transcripts), and I understand why the NYT doesn't want to give OpenAI all their articles. Maybe the NYT needs to bloom-filter-ify their articles in 10 word chunks (or something, I don't know enough about linguistics to tell you what's unique enough for copyright infringement or to prove "copying"), have OpenAI search transcripts, and turn over the matches. That limits the scope of the search dramatically, but is still invasive. |
| |
| ▲ | baggachipz 9 hours ago | parent | prev [-] | | Two orgs helmed by supporters of authoritarianism (to put it nicely): let them fight. | | |
| ▲ | jrockway 8 hours ago | parent [-] | | Yup, well said. Companies want me to have an emotional investment in them. I don't. |
|
|
|
| ▲ | hlieberman 15 hours ago | parent | prev | next [-] |
| An incredibly cynical attempt at spin from a former non-profit that renounced its founding principles. A class act, all around. |
|
| ▲ | nerdjon 15 hours ago | parent | prev | next [-] |
| This screams just as genuine as Google saying anything about Privacy. Both companies are clearly wrong here. There is a small part of me that kinda wants openai to loose this, just so maybe it will be a wake up call to people putting in way too personal of information into these services? Am I too hopeful here that people will learn anything... Fundamentally I agree with what they are saying though, just don't find it genuine in the slightest coming from them. |
| |
| ▲ | stevarino 15 hours ago | parent | next [-] | | Its clearly propaganda. "Your data belongs to you." I'm sure the ToS says otherwise, as OpenAI likely owns and utilizes this data. Yes, they say they are working on end-to-end encryption (whatever that means when they control one end), but that is just a proposal at this point. Also their framing of the NYT intent makes me strongly distrust anything they say. Sit down with a third party interviewer who asks challenging questions, and I'll pay attention. | | |
| ▲ | preinheimer 14 hours ago | parent | next [-] | | "Your data belongs to you" but we can take any of your data we can find and use it for free for ever, without crediting you, notifying you, or giving you any way of having it removed. | | |
| ▲ | glitchc 14 hours ago | parent | next [-] | | It's owned by you but OpenAi has a "perpetual, irrevocable, royalty-free license" to use the data as they see fit. | |
| ▲ | thinkingtoilet 13 hours ago | parent | prev | next [-] | | We can even download it illegally to train our models on it! | |
| ▲ | bigyabai 13 hours ago | parent | prev [-] | | Wow it's almost like privately-managed security is a joke that just turns into de-facto surveillance at-scale. |
| |
| ▲ | BolexNOLA 15 hours ago | parent | prev [-] | | >your data belongs to you …”as does any culpability for poisoning yourself, suicide, and anything else we clearly enabled but don’t want to be blamed for!” Edit: honestly I’m surprised I left out the bit where they just indiscriminately scraped everything they could online to train these models. The stones to go “your data belongs to you” as they clearly feel entitled to our data is unbelievably absurd | | |
| ▲ | gruez 14 hours ago | parent [-] | | >…”as does any culpability for poisoning yourself, suicide, and anything else we clearly enabled but don’t want to be blamed for!” Should walmart be "culpable" for selling rope that someone hanged themselves with? Should google be "culpable" for returning results about how to commit suicide? | | |
| ▲ | Wistar 13 hours ago | parent | next [-] | | There are current litigation efforts to hold Amazon liable for suicides committed by, in particular, self-poisoning with high-purity sodium nitrite, which, in low concentrations is used as a meat curing agent. A 2023 lawsuit against Amazon for suicides with sodium nitrite was dismissed but other similar lawsuits continue. The judge held that Amazon, “… had no duty to provide additional warnings, which in this case would not have prevented the deaths, and that Washington law preempted the negligence claims.“ | |
| ▲ | thinkingtoilet 13 hours ago | parent | prev | next [-] | | That depends. Does the rope encourage vulnerable people to kill themselves and tell them how to do it? If so, then yes. | |
| ▲ | hitarpetar 14 hours ago | parent | prev | next [-] | | do you know what happens when you Google how to commit suicide? | | |
| ▲ | gruez 14 hours ago | parent | next [-] | | The same that happens with chatgpt? ie. if you do it in an overt way you get a canned suicide prevention result, but you can still get the "real" results if you try hard enough to work around the safety measures. | | |
| ▲ | littlestymaar 13 hours ago | parent [-] | | Except Google will never encourage you to do it, unlike the sycophantic Chatbot that will. | | |
| ▲ | BolexNOLA 12 hours ago | parent [-] | | The moment we learned ChatGPT helped a teen figure out not just how to take their own life but how to make sure no one can stop them mid-act, we should've been mortified and had a discussion. But we also decided via Sandy Hook that children can be slaughtered on the altar of the second amendment without any introspection, so I mean...were we ever seriously going to have that discussion? https://www.nbcnews.com/tech/tech-news/family-teenager-died-... >Please don't leave the noose out… Let's make this space the first place where someone actually sees you. How is this not terrifying to read? |
|
| |
| ▲ | tremon 14 hours ago | parent | prev | next [-] | | An exec loses its wings? | |
| ▲ | glitchc 14 hours ago | parent | prev [-] | | Actually, the first result is the suicide hotline. This is at least true in the US. | | |
| ▲ | hitarpetar 14 hours ago | parent [-] | | my point is, clearly there is a sense of liability/responsibility/whatever you want to call it. not really the same as selling rope, rope doesn't come with suicide warnings |
|
| |
| ▲ | BolexNOLA 14 hours ago | parent | prev [-] | | This is as unproductive as "guns don't kill people, people do." You're stripping all legitimacy and nuance from the conversation with an overly simplistic response. | | |
| ▲ | gruez 14 hours ago | parent [-] | | >You're stripping all legitimacy and nuance from the conversation with an overly simplistic response. An overly simplistic claim only deserves an overly simplistic response. | | |
| ▲ | BolexNOLA 13 hours ago | parent [-] | | What? The claim is true. The nuance is us discussing if it should be true/allowed. You're simplifying the moral discussion and overall just being rude/dismissive. Comparing rope and an LLM comes across as disingenuous. I struggle to believe that you believe the two are comparable when it comes to the ethics of companies and their impact on society. | | |
| ▲ | ImPostingOnHN 10 hours ago | parent [-] | | > Comparing rope and an LLM comes across as disingenuous. What makes you feel that? Both are tools, both have a wide array of good and bad uses. Maybe it'd be clearer if you explained why you think the two are incomparable except in cases of disingenuousness? Remember that things are only compared when they are different -- you wouldn't often compare a thing to itself. So, differences don't inherently make things incomparable. > I struggle to believe that you believe the two are comparable when it comes to the ethics of companies and their impact on society. I encourage you to broaden your perspectives. For example: I don't struggle to believe that you disagree with the analogy, because smart people disagree with things all the time. What kind of a conversation would such a rude, dismissive judgement make, anyways? "I have judged that nobody actually believes anything that disagrees with me, therefore my opinions are unanimous and unrivaled!" | | |
| ▲ | BolexNOLA 9 hours ago | parent [-] | | A rope isn’t going to tell you to make sure you don’t leave it out on your bed so your loved ones can’t stop you from carrying out the suicide it helped talk you in to. |
|
|
|
|
|
|
| |
| ▲ | 98codes 12 hours ago | parent | prev | next [-] | | I got one sentence in and thought to myself, "This is about discovery, isn't it?" And lo, complaints about plaintiffs started before I even had to scroll. If this company hadn't willy-nilly done everything they could to vacuum up the world's data, wherever it may be, however it may have been protected, then maybe they wouldn't be in this predicament. | |
| ▲ | stefan_ 9 hours ago | parent | prev | next [-] | | Ironically there is precedent of Google caring more about this. When they realized location timeline was a gigantic fed honeypot, they made it per-device, locally stored only. No open letters were written in the process of. | |
| ▲ | outside1234 13 hours ago | parent | prev [-] | | Honestly the sooner OpenAI goes bankrupt the better. Just a totally corrupt firm. | | |
| ▲ | fireflash38 12 hours ago | parent [-] | | I really should take the "invest in companies you hate" advice seriously. | | |
| ▲ | outside1234 12 hours ago | parent [-] | | I don't hate them. It is just plain to see they have discovered no scalable business model outside of getting larger and larger amounts of capital from investors to utilize intellectual property from others (either directly in the model aka NYT, or indirectly via web searches) without any rights. It is better for all of us the sooner this fails. |
|
|
|
|
| ▲ | stevage 3 hours ago | parent | prev | next [-] |
| As soon as I see someone claiming a lawsuit against them is "baseless" I'm deeply sceptical about everything that follows. |
|
| ▲ | Ms-J an hour ago | parent | prev | next [-] |
| ClosedAI vacuums up and hoards all of your private chats to do terrible things and now complains when they must hand over your precious data without them receiving their cut. This is funny! |
|
| ▲ | Apreche 15 hours ago | parent | prev | next [-] |
| Says the people who scraped as much private information as they could get their hands on to train their bots in the first place. |
|
| ▲ | The-Ludwig 11 hours ago | parent | prev | next [-] |
| Please correct me if I am wrong, but couldn't OpenAi just encrypt every conversation before saving them?
With each query to the model the full conversation is fed into the model again, so I guess there is no technical need to store them unencrypted. Unless, of course, OpenAi wants to analyze the chats. The way I see it, the problem is that OpenAI employees can look at the chats and the fact that some NYT lawyer can look at it doesn't make me more uncomfortable.
Insane argumentation. It's like saying an investigator with a court-order should not be allowed to look at stored copies of letters, although the company sending those letters a) looks at them regularly b) stores these copies in the first place. |
| |
| ▲ | NewsaHackO 11 hours ago | parent | next [-] | | >With each query to the model the full conversation is fed into the model again, so I guess there is no technical need to store them unencrypted. I am pretty sure this isn't true. They have to have some sort of K-V cache system to make continuing conversations cheaper. | |
| ▲ | nielsole 11 hours ago | parent | prev [-] | | Encryption that you have the keys to won't save you from a court order | | |
| ▲ | RugnirViking 10 hours ago | parent [-] | | what about encryption only the users have the keys to? I'm assuming thats what parent meant |
|
|
|
| ▲ | techblueberry 15 hours ago | parent | prev | next [-] |
| I’ll trust the people not asking for a Government bailout thank you very much. |
|
| ▲ | nrhrjrjrjtntbt 15 hours ago | parent | prev | next [-] |
| Open AI deservedly getting a beating in this HN comments section but any comments about NYT overreach and what it means in general? And what if they for example find evidence of X other thing such as: 1. Something useful for a story, maybe they follow up in parallel. Know who to interview and what to ask? 2. A crime. 3. An ongoing crime. 4. Something else they can sue someone else for. 5. Top secret information |
| |
| ▲ | totallymike 10 hours ago | parent | next [-] | | 1-5: not a concern It'll be the lawyers who need to go through the data, and given the scale of it, they won't be able to do anything more than trawl for the evidence they need and find specific examples to cite. They don't give a shit if you're asking chatgpt how to put a hit out on your ex, and they're not there to editorialize. I wont pretend to guess* how they'll perform the discovery, but I highly doubt it will result in humans reading more than a handful of the records in total outside of the ones found via whatever method they automate the discovery process. If there's top secret information in there, and it was somehow stumbled upon by one of these lawyers or a paralegal somewhere, I find it impossibly unlikely they'd be stupid enough to do anything other than run directly to whomever is the rightful possessor of said information and say "hey we found this in this place it shouldn't be" and then let them deal with it. Which is what we'd want them to do. *Though if I had to speculate on how they'd do it, I do think the funniest way would be to feed the records back into chatgpt and ask it to point out all the times the records show evidence of infringement | |
| ▲ | great_wubwub 15 hours ago | parent | prev | next [-] | | > 5. Top secret information https://en.wikipedia.org/wiki/Pentagon_Papers | |
| ▲ | AlienRobot 14 hours ago | parent | prev [-] | | 1. That sounds useful. 2. That sounds useful. 3. That sounds useful. 4. That sounds useful. 5. That sounds useful. Are these supposed to be examples of things that shouldn't be found out about? This has to be the worst pro-privacy argument I've ever seen on the internet. "Privacy is good because they will find out about our crimes" |
|
|
| ▲ | Rafuino 2 hours ago | parent | prev | next [-] |
| LOL they think they can win with the privacy angle? They've scraped the entire internet, including what is likely incredibly private and personal information, and they also log everything you do on the service. Get outta heah |
|
| ▲ | EdNutting 15 hours ago | parent | prev | next [-] |
| So why aren’t they offering for an independent auditor to come into OpenAI and inspect their data (without taking it outside of OpenAI’s systems)? Probably because they have a lot to hide, a lot to lose, and no interest in fair play. Theoretically, they could prove their tools aren’t being used to doing anything wrong but practically, we all know they can’t because they are actually in the wrong (in both the moral and, IMO though IANAL, the legal sense). They know it, we know it, the only problem is breaking the ridiculous walled garden that stops the courts from ‘knowing’ it. |
| |
| ▲ | glenstein 15 hours ago | parent | next [-] | | By the same token, why isn't NYT proposing something like that rather than the world's largest random sampling? You don't have to think that OpenAI is good to think there's a legitimate issue over exposing data to a third party for discovery. One could see the Times discovering something in private conversations outside the scope of the case, but through their own interpretation of journalistic necessity, believe it's something they're obligated to publish. Part of OpenAI holding up their side of the bargain on user data, to the extent they do, is that they don't roll over like a beaten dog to accommodate unconditional discovery requests. | | |
| ▲ | freejazz 14 hours ago | parent [-] | | >By the same token, why isn't NYT proposing something like that rather than the world's largest random sampling? It's OpenAI's data, there is a protective order in the case and OpenAI already agreed to anonymize it all. >Part of OpenAI holding up their side of the bargain on user data, to the extent they do, is that they don't roll over like a beaten dog to accommodate unconditional discovery requests. lol... what? | | |
| ▲ | glenstein 12 hours ago | parent [-] | | Discovery isn't binary yes/no, it involves competing proposals regarding methods and scope for satisfying information requests. Sometimes requests are egregious or excessive, sometimes they are reasonable and subject to excessively zealous pushback. Maybe you didn't read TFA but part of the case history was NYT requesting 1.4 billion records as part of discovery and being successfully challenged by OpenAI as unnecessary, and the essence of TFA is advocating for an alternative to the scope of discovery NYT is insisting on, hence the "not rolling over". Try reading, it's fun! | | |
| ▲ | freejazz 11 hours ago | parent [-] | | >Discovery isn't binary yes/no, it involves competing proposals regarding methods and scope for satisfying information requests. Sometimes requests are egregious or excessive, sometimes they are reasonable and subject to excessively zealous pushback. There is a court order that OpenAI must produce these documents. OpenAI litigated this issue and lost. I'm not sure what point you are trying to make. The court decided the documents were relevant and they must produce a subset of them. Rather than immediately complying, they went and posted this BS "article". >Maybe you didn't read TFA but part of the case history was NYT requesting 1.4 billion records as part of discovery and being successfully challenged by OpenAI as unnecessary, and the essence of TFA is advocating for an alternative to the scope of discovery NYT is insisting on, hence the "not rolling over". I don't think you read TFA. >Try reading, it's fun! Lol, rudeness aside, you are apparently poorly informed. No doubt it is because you are relying on OpenAI's telling of the events and not actual reporting on the events. Btw, yesterday they were ordered to produce 20m redacted logs. You keep going on about the original discovery request, but that's not what the issue is and it's not the issue OpenAI lost on that they are now crying to the public about. Also btw, I saw you posting in other comments that OpenAI needs to figure out how to anonymize the data. You probably don't realize this, but OpenAI already represented to the court that the data was anonymized and now are just using this as another delay tactic. Something about "reading being fun". I'd agree. Still, it does depend what you read. Try reading some more! | | |
| ▲ | glenstein 10 hours ago | parent [-] | | Meanwhile back in reality, as of today that order is being challenged, and challenging the scope of an interlocutory order in discovery is a normal thing and part of a coherent legal position. So I don't know why you're pretending you don't understand what it means not to "roll over like a beaten dog" in response to overzealous discovery. >I don't think you read TFA. It was in TFA. If you don't like their number which characterizes OpenAI's interpretation of what an earlier proposal required, the 20 million proposal was selected over the NYT's 120 million records proposal, which demonstrates the same point about fighting to narrow scope. So I still don't understand why you think the concept of challenging the scope discovery is somehow too mysterious to comprehend. >You keep going on about the original discovery request, but that's not what the issue is and it's not the issue OpenAI lost on that they are now crying to the public about. Yeah, because I was replying to a comment about that issue and I'm remaining on topic. >Also btw, I saw you posting in other comments that OpenAI needs to figure out how to anonymize the data. You're actually right! My mistake. I guess this makes it make sense to pretend you can't understand why a company would ever push back against the scope of discovery. | | |
| ▲ | freejazz 10 hours ago | parent [-] | | >Meanwhile back in reality, as of today that order is being challenged, and challenging the scope of an interlocutory order in discovery is a normal thing and part of a coherent legal position. So I don't know why you're pretending you don't understand what it means not to "roll over like a beaten dog" in response to overzealous discovery. That's all OpenAI's argument and not coherent with regard to the facts. That's why they lost. I'd be willing to bet you they lose again. The rest of what you post is just verbatim their side, without any real analysis w/r/t to the facts (again) and I find your responses to this article to be a bit ridiculous in that regard. No less while you criticize others for pointing out OpenAI's incredibly self serving, smarmy, BS about privacy that they otherwise do not actually care about. Again, this is not an issue of user privacy. OpenAI already represented to the court that they could anonymize the logs and that they did anonymize the logs (something you repeatedly fail to acknowledge while ranting that I didn't read the "article"). The issue is that OpenAI does not want to produce these logs because it will demonstrate that they are wrong. If you're gullible enough to believe otherwise, sure, but it certainly doesn't warrant the ridiculous attitude you bring to communicating with others here. |
|
|
|
|
| |
| ▲ | terminalshort 7 hours ago | parent | prev [-] | | > Theoretically, they could prove their tools aren’t being used to doing anything wrong That is proving a negative. You are never required to prove a negative. > the only problem is breaking the ridiculous walled garden that stops the courts from ‘knowing’ it. The "problem" of privacy? |
|
|
| ▲ | mac3n 15 hours ago | parent | prev | next [-] |
| > Trust, security, and privacy guide every product and decision we make. -- openai |
| |
| ▲ | nrhrjrjrjtntbt 15 hours ago | parent | next [-] | | - any corporation remember a corporation generally is an object owned by some people. Do you trust "unspecified future group of people" with your privacy? You can't. Best we can do is understand the information architecture and act accordingly. | | |
| ▲ | latexr 7 hours ago | parent [-] | | > - any corporation I don’t recall seeing many food, furniture, plant, or generally anything not related to tech talking about trust, security, and privacy as guiding principles. |
| |
| ▲ | great_wubwub 15 hours ago | parent | prev | next [-] | | > Trust, security, and privacy guide every product and decision we make except ones that involve money. -- openai, probably. | |
| ▲ | gk1 15 hours ago | parent | prev | next [-] | | You know you have a branding problem when (1) you have to say that at the outset, and (2) it induces more eyerolls than a gaggle of golf dads. | | | |
| ▲ | frig57 15 hours ago | parent | prev [-] | | Stopped reading at this line |
|
|
| ▲ | fguerraz 2 hours ago | parent | prev | next [-] |
| OpenAI created this problem all by themselves. If the intention for private chats is that they should be private, then they should be e2e encrypted. |
|
| ▲ | plorg 14 hours ago | parent | prev | next [-] |
| As in every other dealing, OpenAI would have you believe they are so important that they are exempt from the legal discovery process. |
| |
| ▲ | buellerbueller 12 hours ago | parent [-] | | Standard tech scaling playbook, page 69420: there is a function f(x) whereby if you're growing fast enough, you can ignore the laws, then buy the regulators. This is called "The Uber Curve" |
|
|
| ▲ | ale42 14 hours ago | parent | prev | next [-] |
| Why should OpenAI keep those conversations in the first point? (of course the answer is obvious) If they didn't keep them, they wouldn't have anything to hand over, and they would have protected users' privacy MUCH better. This is just as good as Facebook or Google care about their users' privacy. |
| |
| ▲ | HPsquared 14 hours ago | parent [-] | | They didn't keep temporary chats. They were ordered to keep those as part of this case. | | |
| ▲ | gruez 14 hours ago | parent [-] | | >They didn't keep temporary chats I thought they did? The warning currently says >This chat won't appear in history, use or update ChatGPT's memory, or be used to train our models. For safety purposes, we may keep a copy of this chat for up to 30 days. But AFAIK it was this way before the lawsuit as well. | | |
| ▲ | HPsquared 14 hours ago | parent [-] | | 30 days is perhaps a bit long, but they didn't keep them longer than that. It's pretty clear and reasonable. The dodgy thing is that they don't now warn users that all chats, including temporary, are now "Bcc: NYT" | | |
| ▲ | mhitza 12 hours ago | parent [-] | | The NYT requests samples between Dec 2022 and Dec 2024. The judge order to preserve chats came in effect this summer after OpenAI engineers deleted, claiming mistake, the VM in which NYT layers were processing data. Dates and the 30 day default retention policy don't add up, when framing things this way. |
|
|
|
|
|
| ▲ | grugagag 15 hours ago | parent | prev | next [-] |
| Hypocrisy at best, this wall of text is not even penned by a human and yet they want us to believe they care about user privacy.. |
|
| ▲ | pyrophane 14 hours ago | parent | prev | next [-] |
| Wondering if anyone here has a good answer to this: what protection does user data typically have during legal discovery in a civil suit like this where the defendant is a service provider but relevant evidence is likely present in user data? Does a judge have to weigh a users' expectation of privacy against the request? Do terms of service come into play here (who actually owns the data? what privacy guarantees does the company make?). I'm assuming in this case that the request itself isn't overly broad and seems like a legitimate use of the discovery process. |
| |
|
| ▲ | paxys 11 hours ago | parent | prev | next [-] |
| So much talk about privacy and how this is my private data that the NYT has no right to access. If this is truly my data then it should be okay for me to download it and train my own model on it right? Nope, that would explicitly be disallowed under the terms OpenAI has made me sign and they would ban my account and maybe even sue me for it. So yeah, they are full of shit. |
|
| ▲ | singleshot_ 11 hours ago | parent | prev | next [-] |
| > "The New York Times is demanding that we turn over 20 million of your private ChatGPT conversations." Private? Aren’t they stored in a third party server, subject to OpenAI terms of service and all sorts of relevant laws? |
|
| ▲ | HPsquared 14 hours ago | parent | prev | next [-] |
| Can this legal principle be used on Gmail too? |
| |
| ▲ | jasonsb 10 hours ago | parent [-] | | Of course this principle applies to Gmail too, if you’re willing to accept the absurdity. I could copy-paste copyrighted NYT snippets into emails and send them to everyone I know. Under the same logic, the NYT would be entitled to have access to everyone's Gmail account in order to verify who's sending what and get compensated if anyone is infringing their copyright. That’s not justice. That’s legal extortion. I get that people are angry at OpenAI. But let’s not confuse outrage over one company with support for broken systems. Patent and copyright trolls thrive when we normalize overreach, whether it’s AI training data or email threads. If we let corporations weaponize IP law to control every digital whisper, we’re not protecting creators, we’re burying free expression under a mountain of lawsuits. | | |
| ▲ | ripe 10 hours ago | parent [-] | | > That’s not justice. That’s legal extortion. If you made it your business to publish a newsletter containing copied NYT articles, then wouldn't they have the right to go after you and discover your sent emails? | | |
| ▲ | rocmcd 8 hours ago | parent [-] | | Exactly, they wouldn't even need all of the emails in gmail for that example, just the ones from a specific account. The real equivalent here would be if gmail itself was injecting NYT articles into your emails. I'm assuming in that scenario most people would see it as straightforward that gmail was infringing NYT content. |
|
|
|
|
| ▲ | zaptheimpaler an hour ago | parent | prev | next [-] |
| These are the same scumbags that scraped the entire internet including copyrighted books and private code without any regard for legality or ownership, now trying to spin them being sued for theft as a privacy issue. |
|
| ▲ | nixpulvis 3 hours ago | parent | prev | next [-] |
| I mean, I hate that our lives are becoming consistently more and more surveilled, but this doesn't shock me. I've assumed my Google search history is accessible, despite not even being logged in. Of course they are saving conversation. Even if they said they weren't I wouldn't believe it. It's fucking sad, but that's the reality. I wish I had a solution, so we could all feel a sense of freedom and pressure lifted from our thoughts and actions. But I only see this getting worse. So am I upset that the NYT's lawyers want access to the records... a little. It's an invasion of privacy. But I'm more upset that they have anything to dig through to begin with. If only we could see how things within all these companies we are forced to trust actually work. If only OpenAI was actually open. When will we all learn to demand open source, open platform services. Capitalize the development, and capitalize the infrastructure, but leave the process and operations out in the open so users can make informed decisions again. Normalize it like how homes are normally inspected before being purchased. |
|
| ▲ | jp57 10 hours ago | parent | prev | next [-] |
| Wish they'd give a bulk delete interface that lets me choose which chats to keep and which to delete. (i.e. not "Delete All" scorched earth). |
|
| ▲ | theoldgreybeard 11 hours ago | parent | prev | next [-] |
| "Heartbreaking: The worst person you know just made a great point." Can I just say that everyone sucks here and I hope they both lose somehow? |
|
| ▲ | sailfast 13 hours ago | parent | prev | next [-] |
| It’s a mystery to me why companies that know they’re pushing a line of fair use or regulation are suddenly “surprised” when they get sued. They could’ve asked permission. They could have worked with content providers instead of scraping. But they didn’t - and they knew what could happen. FA (with fair use boundaries) and FO |
|
| ▲ | zkmon 11 hours ago | parent | prev | next [-] |
| If OpenAI has to get to this level of pitch, herding its users against their opponent in a legal case, I think they have already lost the battle and reputation. What are they expecting users to do? Revolt against the courts and newspapers? |
|
| ▲ | phendrenad2 2 hours ago | parent | prev | next [-] |
| > This would allow them to access millions of user conversations that are unrelated to the case What I don't understand is why they can't have a third party handle the data. Why does the NYT need it itself? |
|
| ▲ | sroussey 15 hours ago | parent | prev | next [-] |
| I keep asking ChatGPT how to get NYT articles for free and then add lots of vulgar murderous things about their lawyers in the same message. It’s a private thought to an AI, so the attorneys can’t complain, right? |
|
| ▲ | crmd 14 hours ago | parent | prev | next [-] |
| your data belongs to you, just like our data about you belongs to us. |
|
| ▲ | duxup 9 hours ago | parent | prev | next [-] |
| "We stored all kinds of data about you! Someone ELSE having it is bad!" -OpenAI Hard to be sympathetic with OpenAI here. |
|
| ▲ | szczepano 14 hours ago | parent | prev | next [-] |
| > Each week, 800 million people use ChatGPT to think... I think I have enough with the first sentence, no need to read more. The narration is clear, we are the brain and no one can stop us. |
|
| ▲ | jcranmer 15 hours ago | parent | prev | next [-] |
| "How dare the New York Times demand access to our vault of everything-we-keep to figure out if we're a bunch of lying asses. We must resist them in the name of user privacy! Signed, the people who have scraped literally everything to incorporate it into the products we make." OpenAI may be trying to paint themselves as the goody-two-shoes here, but they're not. |
| |
| ▲ | greyman 15 hours ago | parent [-] | | But that vault can contain conversation between me and chatgpt, which I willingly did, but with the expectation that only openai has access to it. Why should some lawyer working for NYT have access to it? OpenAI is precisely correct, no matter what other motives could be there. | | |
| ▲ | jcranmer 14 hours ago | parent | next [-] | | https://openai.com/policies/privacy-policy/ > We may use Personal Data for the following purposes: [...] To comply with legal obligations and to protect the rights, privacy, safety, or property of our users, OpenAI, or third parties. OpenAI outright says it will give your conversations to people like lawyers. If you thought they wouldn't give it out to third parties, you not only have not read OpenAI's privacy policy, you've not read any privacy policy from a big tech company (because all of them are basically maximalist "your privacy is important, we'll share your data only with us and people who we deem worthy of it, which turns out to be everybody.") | |
| ▲ | mkipper 13 hours ago | parent | prev | next [-] | | > but with the expectation that only openai has access to it You can argue about "the expectation" of privacy all you want, but this is completely detached from reality. My assumption is that almost no third parties I share information with have magic immunity that prevents the information from being used in a legal action involving them. Maybe my doctor? Maybe my lawyer? IANAL but I'm not even confident in those. If I text my friend saying their party last night was great and they're in court later and need to prove their whereabouts that night, I understand that my text is going to be used as evidence. That might be a private conversation, but it's not my data when I send it to someone else and give them permission to store it forever. | |
| ▲ | buellerbueller 9 hours ago | parent | prev [-] | | Listen, man, I willingly did that murder, but with the expectation that no one would know about it, except the victim. Why should some lawyer working for the government have access to it? |
|
|
|
| ▲ | einrealist 6 hours ago | parent | prev | next [-] |
| Each prompt is a potential confession. |
|
| ▲ | poolnoodle 7 hours ago | parent | prev | next [-] |
| What a lousy attempt at flipping the narrative. |
|
| ▲ | bigbuppo 11 hours ago | parent | prev | next [-] |
| If the information is really that sensitive, why did they keep it in the first place? |
|
| ▲ | amelius 14 hours ago | parent | prev | next [-] |
| Maybe they should release some kind of NYT browser add-on, so users can cooperatively share their OpenAI data? |
| |
|
| ▲ | vmh1928 4 hours ago | parent | prev | next [-] |
| "we built a tool using other people's copyrighted content and now they're suing us and want to know how much use the customers of our "other people's content" tool made of the copyrighted content we used to train the model. Thank you for your attention and outrage over this matter." |
|
| ▲ | sam-cop-vimes 4 hours ago | parent | prev | next [-] |
| It's a bit rich for openai to claim they are protecting user data from journalists. Laughable, at best. |
|
| ▲ | lingrush4 14 hours ago | parent | prev | next [-] |
| I fully believe that OpenAI is essentially stealing the work of others by training their models on it without permission. However, giving a corporation infamous for promoting authoritarianism full access to millions of private conversations is not the answer. OpenAI is right here. The NYT needs to prove their case another way. |
| |
| ▲ | crazygringo 14 hours ago | parent | next [-] | | > giving a corporation infamous for promoting authoritarianism The NYT is certainly open to criticism along many fronts, but I don't have the slightest idea what you mean in claiming it promotes authoritarianism. | | |
| ▲ | jimbob45 12 hours ago | parent [-] | | Well, the sponsors of the 1619 Project really don’t have a leg to stand on when it comes to ethics. | | |
| ▲ | crazygringo 12 hours ago | parent [-] | | I already said the NYT is certainly open to criticism. I fail to see any connection between the 1619 Project and authoritarianism. |
|
| |
| ▲ | ibejoeb 13 hours ago | parent | prev | next [-] | | I'll bet you're right in some cases. I don't think that it is as pervasive as it has been made out to be though, but the argument requires some framing and current rules, regulation, and laws aren't tuned to make legal sense of this. (This is a little tangential, because the complaint seems to be about getting ChatGPT to reproduce content verbatim to a third party.) There are two things I think about: First, and generally, an AI ought to be able to ingest content like news articles because it's beneficial for users of AI. I would like to question an AI about current events. Secondly, however, the legal mechanism by which it does that isn't clear. I think it would be helpful if these outlets would provide the information as long as the AI won't reproduce the content verbatim. If that does not happen, then another framing might liken the AI ingestion as an individual going to the library to read the paper. In that case, we don't require the individual to retroactively pay for the experience or unlearn what he may have learned while at the library. | |
| ▲ | marstall 14 hours ago | parent | prev | next [-] | | > infamous for promoting authoritarianism what are you referencing here? | |
| ▲ | freejazz 13 hours ago | parent | prev [-] | | Well the court disagrees with you and found that this is evidence that the NYT needs to prove its case. No surprise, considering its direct evidence of exactly what OpenAI is claiming in its defense... |
|
|
| ▲ | vintagedave 15 hours ago | parent | prev | next [-] |
| Almost every comment (five) so far is against this: 'An incredibly cynical attempt at spin', 'How dare the New York Times demand access to our vault of everything-we-keep to figure out if we're a bunch of lying asses', etc. In direct contrast: I fully agree with OpenAI here. We can have a more nuanced opinion than 'piracy to train AI is bad therefore refusing to share chats is bad', which sounds absurd but is genuinely how one of the other comments follows logic. Privacy is paramount. People _trust_ that their chats are private: they ask sensitive questions, ones to do with intensely personal or private or confidential things. For that to be broken -- for a company to force users to have their private data accessed -- is vile. The tech community has largely stood against this kind of thing when it's been invasive scanning of private messages, tracking user data, etc. I hope we can collectively be better (I'm using ethical terms for a reason) than the other replies show. We don't have to support OpenAI's actions in order to oppose the NYT's actions. |
| |
| ▲ | glenstein 15 hours ago | parent | next [-] | | I suspect that many of those comments are from the Philosopher's Chair (aka bathroom), and are not aspiring to be literal answers but are ways of saying "OpenAI Bad". But to your point there should be privacy preserving ways to comply, like user anonymization, tailored searches and so on. It sounds like the NYT is proposing a random sampling of user data. But couldn't they instead do a random sampling of their most widely read articles, for positive hits, rather than reviewing content on a case by case basis? | | |
| ▲ | vintagedave 14 hours ago | parent [-] | | I hadn't heard of the philosopher's chair before, but I laughed :) Yes, I think those views were one-sided (OpenAI Bad) without thinking through other viewpoints. IMO we can have multiple views over multiple companies and actions. And the sort of discussions I value here on HN are ones where people share insight, thought, show some amount of deeper thinking. I wanted to challenge for that with my comment. _If_ we agree the NYT even has a reason to examine chats -- and I think even that should be where the conversation is -- I agree that there should be other ways to achieve it without violating privacy. |
| |
| ▲ | Peritract 14 hours ago | parent | prev | next [-] | | > The tech community has largely stood against this kind of thing when it's been invasive scanning of private messages, tracking user data The tech community has been doing the scanning and tracking. | |
| ▲ | dangus 8 hours ago | parent | prev | next [-] | | OpenAI is the one who chose to store the information. Nobody twisted their arm to do so. If you store data it can come up in discovery during lawsuits and criminal cases. Period. E.g., storing illegal materials on Google Drive, Google WILL turn that over to the authorities if there’s a warrant or lawsuit that demands it in discovery. E.g., my CEO writes an email telling the CFO that he doesn’t want to issue a safety recall because it’ll cost too much money. If I sue the company for injuring me through a product they know to be defective, that civil suit subpoena can ask for all emails discussing the matter and there’s no magical wall of privacy where the company can just say “no that’s private information.” At the same time, I don’t get to trawl through the company’s emails and use some email the CEO flirting with their secretary as admissible evidence. There are many ways the court is able to ensure privacy for the individuals. Sexual assault victims don’t have their evidence blasted across the the airwaves just because the court needs to examine that physical evidence. The only way to avoid this is to not collect the data in the first place, which is where end to end encryption with user-controlled keys or simply not collecting information comes into play. | |
| ▲ | wkat4242 12 hours ago | parent | prev [-] | | > In direct contrast: I fully agree with OpenAI here. We can have a more nuanced opinion than 'piracy to train AI is bad therefore refusing to share chats is bad', which sounds absurd but is genuinely how one of the other comments follows logic. These chats only need to be shared because: - OpenAI pirated masses of content in the first place - OpenAI refuse to own up to it even now (they spin the NYT claims as "baseless"). I don't agree with them giving my chats out either, but the blame is not with the NYT in my opinion. > We don't have to support OpenAI's actions in order to oppose the NYT's actions. Well the NYT action is more than just its own. It will set a precedent if they win which means other news outlets can get money from OpenAI as well. Which makes a lot of sense, after all they have billions to invest in hardware, why not in content?? And what alternative do they have? Without OpenAI giving access to the source materials used (I assume this was already asked for because it is the most obvious route) there is not much else they can do. And OpenAI won't do that because it will prove the NYT point and will cause them to have to pay a lot to half the world. It's important that this case is made, not just for the NYT but for journalism in general. |
|
|
| ▲ | mmooss 11 hours ago | parent | prev | next [-] |
| One reason that people make cynical, deceptive claims is that it doesn't impact their credibility later. The next thing they say, people don't respond, 'well you deceived us last time'; when the honest person says something, others don't give them much credibility. That little bit of morality - truth, honesty, integrity, etc. - is essential to a functioning society that leans toward good outcomes. (Often it seems that many just assume we'll get good outcomes, not that they must work hard to make it happen.) |
|
| ▲ | otterley 12 hours ago | parent | prev | next [-] |
| From the FAQ: > Q: Is the NYT obligated to keep this data private? > A: Yes. The Times would be legally obligated at this time to not make any data public outside the court process. The NY Times has built over a century a reputation for fiercely protecting its confidential sources. Why are they somehow less trustworthy than OpenAI is? If the NY Times leaked the customer information to a third party, they'd be in contempt of court. On the other hand, OpenAI is bound only by their terms of service with its customers, which they can modify as they please. |
| |
| ▲ | mmooss 12 hours ago | parent [-] | | I generally agree, but publicizing the data is only a small part of the risk. The NYT could use the data for journalism research, then perform parallel construction of it for the public news article: For example, if they find Mayor X asking ChatGPT about fraud, porn, DUI, cancer diagnoses, murder, etc. - maybe even mentioning names, places, etc. - they could then investigate that issue, find other evidence, and publish that. | | |
| ▲ | otterley 12 hours ago | parent [-] | | First, the logs are supposed to be anonymized before being sent over. Second, the court can order the company's lawyers to "firewall" the logs from the newsroom so that their journalists can't get access to it, under penalty of contempt and potential disbarment. |
|
|
|
| ▲ | fpauser 10 hours ago | parent | prev | next [-] |
| "[..] Trust, security, and privacy guide every product and decision we make. [..]" L O L |
|
| ▲ | hedayet 11 hours ago | parent | prev | next [-] |
| If it's about* proving that people are getting around the paywall with OpenAI, won't it be much easier to prove this with a live reproduction in the court? * I am not too familiar with this matter and hence definitely am not rooting for one party or another. Asking this just out of technical curiosity. |
| |
| ▲ | o11c 10 hours ago | parent [-] | | No, because OpenAI can change their server at any time - and does, to patch over the cases where their copyright infringement is obvious. |
|
|
| ▲ | bgwalter 14 hours ago | parent | prev | next [-] |
| The heroic fight for privacy apparently includes having an ex-NSA director on the board and building user dossiers: https://www.schneier.com/blog/archives/2025/06/what-llms-kno... At some point they'll monetize these dossiers. |
|
| ▲ | prmoustache 13 hours ago | parent | prev | next [-] |
| Always funny to see this kind of article behind a cookie banner. So much hypocrisy. |
|
| ▲ | d--b 8 hours ago | parent | prev | next [-] |
| The nerve!!! That on top of every lie they told, every value they betrayed, every line they crossed, they still have the nerve to blog about being the good guy! |
|
| ▲ | visiondude 11 hours ago | parent | prev | next [-] |
| “NYTimes fights blatant and obvious copyright infringement with legal processes to assess damage” - another angle. |
|
| ▲ | miltonlost 15 hours ago | parent | prev | next [-] |
| This is the basic discovery process when OpenAI commits IP theft. They're trying to misinform the public of how justice process works. |
| |
| ▲ | mapontosevenths 15 hours ago | parent [-] | | > To promote the Progress of Science and useful Arts, by securing for limited Times to Authors and Inventors the exclusive Right to their respective Writings and Discoveries. The constitution is clear that the purpose of intellectual property is to promote progress. I feel that OpenAI is on the right side of that and this is not IP theft as long as they aren't reproducing others work in a non-transformative way. Training the AI is clearly transformative (and lossy to boot). Giving the AI the ability to scrape and paraphrase others work is less clear and both sides each have valid arguments. I don't envy the judges that must make that call. | | |
| ▲ | etchalon 12 hours ago | parent [-] | | If they're reproducing NY Times articles, in full, that that is non-transformative. That's the point of the case. | | |
| ▲ | mapontosevenths 4 hours ago | parent [-] | | > That's the point of the case. No, its not. See the PDF of the actual case below. The case is largely about OpenAI training on the NY Times articles without permission. They do allege that it can reproduce their articles verbatim at times, but that's not the central allegation as it's obviously a bug and not an intentional infringement. You have to get way down to item 98 before they even allege it. https://nytco-assets.nytimes.com/2023/12/NYT_Complaint_Dec20... | | |
| ▲ | etchalon an hour ago | parent [-] | | They alleged it in point 4? "Defendants have refused to recognize this protection. Powered by LLMs containing
copies of Times content, Defendants’ GenAI tools can generate output that recites Times content
verbatim, closely summarizes it, and mimics its expressive style, as demonstrated by scores of
examples. See Exhibit J. These tools also wrongly attribute false information to The Times." |
|
|
|
|
|
| ▲ | iammjm 11 hours ago | parent | prev | next [-] |
| That's an absolutely disgusting framing by openai. This really is about openai stealing. |
|
| ▲ | sailfast 13 hours ago | parent | prev | next [-] |
| 20M seems like a low number and I’m guessing they all used citations or similar content somewhere on the back-end that would map to NYTimes content as a result of a legal discovery request. Also down to 20M from 120M per court order. Sorry, but this seems a completely reasonable standard for discovery to me given the total lack of privacy on the platform - especially for free users. Also sorry it probably means you’re going to owe a lot of money to the Times. |
|
| ▲ | JCM9 14 hours ago | parent | prev | next [-] |
| This is BS. It’s like saying “We robbed a jewelry store and sold the jewelry. Now the police are poking around to see if anyone is wearing the jewelry we stole. Blasphemy! But don’t worry we will protect your privacy!” Of course the Times wants more evidence that the content OpenAI allegedly stole is ending in things OpenAI is selling. |
| |
| ▲ | AlienRobot 13 hours ago | parent [-] | | It's more like a torrent tracker telling users that a newspaper wants to know what people are torrenting because they "claim" people are torrenting the newspaper, but investigating this would be an invasion of privacy of the users of the torrent tracker. This isn't even a hyperbole. It's literally the same thing. | | |
| ▲ | freejazz 13 hours ago | parent [-] | | No, it's not. OpenAI is a commercial enterprise selling the stolen data. |
|
|
|
| ▲ | NoSalt 14 hours ago | parent | prev | next [-] |
| Another good reason to stay logged out when asking ChatGPT questions. |
| |
| ▲ | mmooss 12 hours ago | parent [-] | | It's common and trivial to identify you by other means. | | |
| ▲ | NoSalt 11 hours ago | parent [-] | | Indeed, but one more step (staying logged out), absolutely cannot hurt, and can help. |
|
|
|
| ▲ | stackedinserter 12 hours ago | parent | prev | next [-] |
| WTF with all these comments. Regardless on OpenAI reputation and practices, I don't want NYT or anyone else to see my conversations, I completely agree to OpenAI here. |
| |
| ▲ | brandonmenc 4 hours ago | parent | next [-] | | Agree. Everyone would be singing a different tune if say, Fox News were asking for this. | |
| ▲ | buellerbueller 9 hours ago | parent | prev [-] | | >I don't want NYT or anyone else to see my conversations Except for OpenAI, apparently. | | |
| ▲ | stackedinserter 8 hours ago | parent [-] | | Obviously for OpenAI, because they providing the service. Same for my doctor, my pharmacist and my lawyer. What was your point? |
|
|
|
| ▲ | BrenBarn 10 hours ago | parent | prev | next [-] |
| What a joke. It's like burglarizing someone's house and then calling the cops when someone else takes your ill-gotten gains. |
|
| ▲ | freejazz 14 hours ago | parent | prev | next [-] |
| OpenAI is so full of shit, this is incredible. There is a protective order and the logs are anonymized. Yet they would happily give this all to the gov't under a warrant. Incredibly self serving bs from them. The court ordered the production, I'm not sure what OpenAI is even trying to sell people exactly. |
|
| ▲ | focusgroup0 11 hours ago | parent | prev | next [-] |
| psychopath Scam Altman does not give a rat's behind about your "privacy"; he is merely trying to keep the grift going and avoid responsibility for his unethical behavior (see also: Scarlett Johanssen's voice) |
|
| ▲ | nlh 15 hours ago | parent | prev | next [-] |
| Man, maybe I'm getting old and jaded, but it's not often that I read a post that literally makes my skin crawl. This is so transparently icky. "Oh woe is us! We're being sued and we're looking out for YOU the user, who is definitely not the product. We are just a 'lil 'ol (near) trillion-dollar business trying to protect you!" Come ON. Look I don't actually know who's in the right in the OAI vs. NYT dispute, and frankly I personally lean more toward the side the says that you are allowed to train models on the world's information as long as you consume it legally and don't violate copyright. But this transparent attempt to get user sympathy under insanely disingenuous pretenses is just absurd. |
| |
| ▲ | greyman 14 hours ago | parent [-] | | Why it is absurd? Conversation between me and ChatGPT can be read by a lawyer working for NYT, and that is what is absurd. | | |
| ▲ | HelloMcFly 13 hours ago | parent [-] | | OpenAI has seemingly done everything they can to put publishers in a position to make this demand, and they've certainly not done anything to make it impossible for them to respond to it. Is there a better, more privacy minded way for NYT to get the data they need? Probably, I'm not smart enough to understand all the things that go into such a decision. But I know I don't view them as the villain for asking, and I also know I don't view OpenAI as some sort of guardian of my or my data's best interests. |
|
|
|
| ▲ | internetguy 5 hours ago | parent | prev | next [-] |
| LMAO How ironic... |
|
| ▲ | adolph 15 hours ago | parent | prev | next [-] |
| Cynicism aside, this seems like an attempt to prune back a potentially excessive legal discovery demand by appealing to public opinion. The New York Times is demanding that we turn over 20 million of your private
ChatGPT conversations. They claim they might find examples of you using
ChatGPT to try to get around their paywall.
|
| |
| ▲ | indoordin0saur 15 hours ago | parent [-] | | Yeah, I'm not sure why everyone feels the need to take a side here. Both of these organizations are ghoulish. | | |
| ▲ | o11c 10 hours ago | parent | next [-] | | The NYT has problems with being a stooge of the military-industrial complex, but I really don't see them doing anything wrong in this case. | |
| ▲ | mmooss 12 hours ago | parent | prev [-] | | How is the NYT like OpenAI, or 'ghoulish'? |
|
|
|
| ▲ | infamouscow 11 hours ago | parent | prev | next [-] |
| > The New York Times is demanding that we turn over 20 million of your private ChatGPT conversations. They claim they might find examples of you using ChatGPT to try to get around their paywall. Let me rewrite this without propaganda: Despite spending hundreds of millions of dollars on lawyers, we couldn't persuade the judge that our malfeasance should be kept from the light of day. |
|
| ▲ | micromacrofoot 12 hours ago | parent | prev | next [-] |
| "they're invading your privacy by requesting access to our invasion of your privacy!" |
|
| ▲ | cowpig 14 hours ago | parent | prev | next [-] |
| If there's one thing I've learned about Sam Altman it's that he's a shrewd political manipulator and every public move is in service of a hidden agenda[1]. What is it here? - Is it part of a slow process of eroding public expectations of data privacy while blaming it on an external actor? - Is it to undermine trust in traditional media, in an effort to increase dependence on AI companies as a source of truth? - Is something else I'm not seeing? I'm guessing it's all three of these? [1] Those emails that came up in the suit with Elon Musk, followed by his eventual complete takeover of OpenAI, and the elaborate process of getting himself installed as chairman of the Reddit board to get the original founders back in control are prominent examples. |
|
| ▲ | etchalon 13 hours ago | parent | prev | next [-] |
| This is so transparently disingenuous and weird. |
|
| ▲ | outside1234 13 hours ago | parent | prev | next [-] |
| Dude, you stole all of their articles to train your AI. Of course they want discovery. Man, the sooner this company goes bankrupt the better. |
|
| ▲ | AlienRobot 14 hours ago | parent | prev | next [-] |
| >They claim they might find examples of you using ChatGPT to try to get around their paywall. Is this a joke? We all know people do this. There is no "might" in it. They WILL find it. OpenAI is trying to make it look like this is a breach of user's privacy, when the reality is that it's operating like a pirate website and if it were investigated that would become proven. |
|
| ▲ | pessimizer 14 hours ago | parent | prev | next [-] |
| I'm sorry, but we've made a lot of conversations illegal and pretended like that was all right. I'm sure we've made advising people how to dodge paywalls illegal as part of DMCA and/or some anti-hacking law, or some other garbage. I'm also sure that you run an automated service that will advise and has advised people on how to dodge paywalls. Even if there are exceptions for individuals giving advice to friends, or people giving advice for free, you are neither of those: you are a profit-making paid corporation that is automating this process which may be illegal. You may be a hacking endorser, a hacking advisor, and a hacking tool. Under those circumstances, why wouldn't NYT have a case? I advise everybody who employs some sort of DRM or online system that limits access to ask for every chat that every one of these companies has ever had with anyone. Why are they the only people who get to break copyright and hacking laws? Why are they the only people who get to have private conversations? I might also check if any LLMs have ever endorsed terrorist points of view (or banned political parties) during a chat, because even though those points of view may be correct (depending on the organization), endorsing them may be illegal and make you subject to sanctions or arrest. If people can't just speak, certainly corporate LLMs shouldn't be able to. |
|
| ▲ | lazyeye 11 hours ago | parent | prev | next [-] |
| The NYT used to market itself to advertisers with the observation that "our readers have the highest disposable income of any paper in the US". It gives an interesting insight into politics and the modern Democrat party that the newspaper of the wealthy leans so strongly left. This was even before Trump came to power. |
|
| ▲ | eur0pa 15 hours ago | parent | prev | next [-] |
| This is laughable |
|
| ▲ | unyttigfjelltol 15 hours ago | parent | prev [-] |
| If Donald Trump used this OpenAI product to-- who knows-- brainstorm Truth Social content, and his chats were produced to the NYT as well as its consultants and lawyers, who would believe Mr. Trump's content remained secure, confidential and protected from misuse against his wishes? That's simply a function of the fact it's a controversial news organization running a dragnet on private communications to a technology platform. "Great cases, like hard cases, make bad law." |