43 ms·
My understanding is that, if you directly assist someone violate a ToS, you can be held liable. Bad analogy but the getaway driver doesn’t need to enter the ba
by snoman 6mo ago
My understanding is that, if you directly assist someone violate a ToS, you can be held liable.
Bad analogy but the getaway driver doesn’t need to enter the bank to be guilty in the robbery.
- nananana9 6mo agoSurely there's no way that's true. The logical conclusion of that would be that every random ToS is a law that everyone must abide by, regardless of whether or not they've agreed to it.
- ethanrutherford 6mo agoBy definition, it is exactly a law. It's known as business law. The ToS is a business contract which you must agree to if you wish to use the service. Violating terms of service is literally a breach of contract.
- vova_hn2 6mo agoHow can you breach a contract if you are not a party to a contract? OpenCode is not using any Anthropic services, they are just publishing some source code that seems (obligatory IANAL) to be protected speech under the First Amendment [0], if this legal argument is happening in American jurisdiction. [0] https://en.wikipedia.org/wiki/Code_as_speech https://en.wikipedia.org/wiki/Code_as_speech
- gitaarik 6mo agoInteresting point. I've been looking into a similar issue recently, and for example LinkedIn won a lawsuit against the analytics company hiQ because they violated their ToS for scraping their website. And I think they also never technically had a direct contract they'd breach. https://en.wikipedia.org/wiki/HiQ_Labs_v._LinkedIn https://en.wikipedia.org/wiki/HiQ_Labs_v._LinkedIn
- vova_hn2 6mo agoYes, but I think that there is a big difference. In the case you linked, hiQ were actually doing the scraping themselves. People (or company? not sure) don't make any requests to Anthropic themselves. They just publish code that can make such requests. I don't think that there is a legal precedent that would make publishing code that can do scraping illegal.
- gitaarik 6mo agoYeah good point. I think if the scraping code is written specifically for a site / system that prohibits scraping through it's ToS, the company has an edge for a lawsuit. It's a bit of a gray area I think. It depends how much of a threat you form to the company you're scraping, and how big the company is.