As a lawyer, I'm excited about this, but there are two roadblocks that I'm not sure how Anthropic will navigate:
(1) For non-lawyers who use these skills/connectors/whatchamacallits to try to get legal advice, their communications are not protected by attorney-client privilege. This will absolutely bite some people in the ass.
(2) If a lawyer uses this with confidential client information (which, to the uninitiated, doesn't just mean SSNs and bank account numbers, but "all information relating to the representation of a client") and forgets to toggle off "Help improve Claude" in their settings, they have possibly (maybe even likely) committed malpractice.[1]
> Judge Rakoff of the Southern District of New York — addressing “a question of first impression nationwide” — ruled that written exchanges between a criminal defendant and generative AI platform Claude were not protected by attorney-client privilege or the work product doctrine.
Much more to it than this one-liner that I pulled out, but safe to say, don't rely on or put your legal defense etc. (or elements of it) into AI unless you want it discovered.
(not a lawyer, unlike OP, who might be able to refine what I highlighted with more precision)
abc123abc123 2 hours ago [-]
Seems like a fair trade off if I would not be able to afford a lawyer. I'd take the "AI but not 100% confidential" any time compared with no help at all.
miki123211 12 hours ago [-]
In the US, are Google queries about the law considered attorney-client privilege? What about library records? Browser history? Google Maps / Uber / car travel history (when traveling to an attorney's office)?
If somebody Googles "best attorney for murder NYC" a day after a murder is committed but before any case is filed against them (so they clearly had some reason to expect that case), could that be used as evidence?
weird-eye-issue 2 hours ago [-]
I'm not sure if you were actually asking the question but regardless the answer is that all of those absolutely can and are regularly used as evidence
dolebirchwood 13 hours ago [-]
> exchanges between a criminal defendant and generative AI platform Claude were not protected by attorney-client privilege or the work product doctrine
Shouldn't that have been relatively clear to all parties involved? Maybe not to the defendant, who's apparently clueless.
The AI platform is not an attorney. A defendant's communications with an AI platform are therefore not communications between a client and their attorney, nor will the AI output constitute attorney "work product" because the AI platform is not an attorney.
Doesn't really come across as a novel problem, aside from AI being involved. I'm sure countless defendants have made the stupid mistake of talking about the facts of their case to persons other than their attorney, and those communications came back to bite them in the ass when discovered.
clickety_clack 13 hours ago [-]
Can anyone be your lawyer, or does a lawyer have to be certified somehow?
xboxnolifes 13 hours ago [-]
It is my understanding that they must be certified. You are allowed to represent yourself, but it is my understanding that a non-lawyer cannot represent you.
engineer_22 13 hours ago [-]
You have to be admitted to the bar to practice law. Which is to say, other lawyers must recognize you as a lawyer, and this recognition can be taken away.
zaphirplane 29 minutes ago [-]
I think they are asking about privileged communication
john01dav 12 hours ago [-]
More practically, this means (in America) that you need a JD degree (4 year grad school), to pass an exam, and pass a(n oftrn horrifically thorough) character background check.
zaphirplane 30 minutes ago [-]
> pass a(n oftrn horrifically thorough) character background check.
Explains why so many let loose afterwards ;) jokes
nerdsniper 13 hours ago [-]
For (1) it's so wild to me that if I pay a lawyer, they can run the same queries on these tools and they are protected by attorney-client privilege, but if I do it to help me prepare my defense, then the exact same queries would be subject to subpoena/discovery.
Does anyone know if there exists any OPSEC procedure for me to use third party tools like this for my own concerning legal questions that is both ethical and allows me to be confident that my interactions won't land in discovery documents?
apwheele 26 minutes ago [-]
So not familiar with the caselaw around work product, but if you use an API tool directly and not the different chat tools, the queries are not permanently cached for anyone to give up in the end.
So basically if you use any of the CLI tools, there is nothing for OpenAI, Anthropic, etc. to give the courts.
Online ChatGPT (especially the free version), are apparently cached by OpenAI on their servers. (I am not sure if Claude Desktop caches the conversations locally or in the cloud as well, read the fine print if it matters!)
tjohns 12 hours ago [-]
If you are preparing for your own defense and don't have an attorney (you're acting pro se), your own LLM use would likely be protected under work product doctrine. The court would extend you some of the same protections an attorney would have, for the limited purposes of preparing your case.
This is a very narrow exemption, however.
(You would also want to make sure you're using a paid AI plan with contractually guaranteed privacy protections, otherwise it could be construed as third-party communications, which implicitly waives privilege.)
See: Warner v. Gilbarco, Inc.
palmotea 13 hours ago [-]
> Does anyone know if there exists any OPSEC procedure for me to use third party tools like this for my own concerning legal questions that is both ethical and allows me to be confident that my interactions won't land in discovery documents?
Isn't that a fundamental misunderstanding? Would "OPSEC" like that amount to destruction of evidence or contempt of court or something like that?
Like if all your incriminating documents are on some encrypted drive, it's not like that defeats discovery. You're supposed to decrypt them and hand them over.
nerdsniper 13 hours ago [-]
That’s absolutely part of my question. I’m not familiar enough with discovery to fully understand this.
bombcar 9 hours ago [-]
Discovery in a criminal trial is more limited than in a civil trial.
Your only real defense against discovery is to not have said it, or to have destroyed all records of it before the hint of discovery wafted on the wind.
tptacek 13 hours ago [-]
Wouldn't that same logic exclude evidence from Google searches, like "how to get away with murder"?
9 hours ago [-]
nerdsniper 12 hours ago [-]
Yes? Which makes it feel like the answer is just “No.” Unless you use Mullvad, TailsOS, and don’t log into the service. But I’m not sure if that’s “ethical” for Google/DDG searches and it’s not really possible for Claude/Kagi. I would assume that simply using a “secret” account isn't a magic way to avoid discovery either.
JumpCrisscross 13 hours ago [-]
> if I do it to help me prepare my defense, then the exact same queries would be subject to subpoena/discovery
We need a law where someone can clearly designate a chat privileged, with severe consequences for mis-use.
cucumber3732842 12 hours ago [-]
>For (1) it's so wild to me that if I pay a lawyer, they can run the same queries on these tools and they are protected by attorney-client privilege, but if I do it to help me prepare my defense, then the exact same queries would be subject to subpoena/discovery.
How's this any different than any professional license? You're basically paying for preferential treatment from the state in a given subject area.
lmm 3 hours ago [-]
> How's this any different than any professional license? You're basically paying for preferential treatment from the state in a given subject area.
Because it's got nothing to do with the professional part? Licensing should affect their practice of law, sure, but it shouldn't grant random other privileges.
AndrewKemendo 13 hours ago [-]
Self host your own LLM
singleshot_ 13 hours ago [-]
Why do you think this would be less discoverable than hosting your own email server?
QuadmasterXLII 13 hours ago [-]
If you use a stateless client (like just rawdogging cli llama.cpp) there’s nothing to discover. Setting a program with an option to have logs to not do that could conceivably get you in trouble but using a widely used program that never had logs seems like it has to be fine. Maybe they could nail you for googling “which local llm approach generates logs?” also, don’t get nailed by your bash history!
kevin42 13 hours ago [-]
Because you don't keep logs.
AndrewKemendo 10 hours ago [-]
Because nobody would know about it unless you told them for some reason
nvr219 13 hours ago [-]
You’d need to hand that mac mini over if subpoenaed
AndrewKemendo 10 hours ago [-]
Can’t hand over something that doesn’t exist if it’s running in a VM container and gets destroyed every 12 hours
tjohns 12 hours ago [-]
#1 is a little complicated. Communications with an AI are possibly sometimes protected by work-product doctrine... but only if you're representing yourself as a pro se litigant, and strictly limited to mental impressions and opinion work product of counsel (in this case, extended to the pro se litigant). See: Warner v. Gilbarco, Inc.
Also worth noting that none of this is binding precedent, so expect this field to evolve over time.
SkyPuncher 13 hours ago [-]
For #2, I’d expect you’d use this through an organization/business account that has data retention turned off by default.
shivekkhurana 2 hours ago [-]
Slightly related:
Amazon’s bedrock has better privacy guarantees. This seems to be skills that can be added to Desktop app, which can connect to Bedrock for inference.
soco 1 hours ago [-]
Also in all seriousness, can we actually trust that setting? I might be paranoid, but that doesn't mean that the whole world hasn't broken my trust...
12 hours ago [-]
0gs 13 hours ago [-]
what if either user uses these skills with offline weights? should help with 2), at least right?
colechristensen 13 hours ago [-]
In the legal world are there certifications for handling privileged information?
For example in the medical world if you are a provider covered by HIPAA you must have a signed "Business Associate Agreement" with any party that handles the covered protected health information (PHI).
troupo 3 hours ago [-]
> As a lawyer, I'm excited about this,
As in "I'm excited to win a lot of money dismantling hallucinated quotations and invalid assumptions"?
bethekidyouwant 11 hours ago [-]
It’s a bit of a moot point because the amount of times that your AI logs are going to be subpoenaed in your court case approaches zero.
unstyledcontent 13 hours ago [-]
Just remember that your AI chat history is not protected like attorney client privilege and can be used as evidence against you in court. If you talk to a lawyer and they use AI, those chats are privileged.
singleshot_ 13 hours ago [-]
No. If you talk to an attorney and they take reasonable precautions to maintain the integrity of the confidential attorney client relationship, the privilege is preserved. If not, not preserved.
bethekidyouwant 11 hours ago [-]
I don’t understand this situation .. where in your court case the prosecutor asks a judge to get a warrant for your AI chat logs … this is just not gonna happen.
weird-eye-issue 2 hours ago [-]
I'm not sure if you're joking but there's actually active court cases right now where they have done just that
Just a few of the perps: Hisham Abugharbieh (Florida student murders), Jonathan Rinderknecht (Palisades Fire arson), Phoenix Ikner (FSU shooter), Ryan Schaefer (Missouri State vandalism)
There's also that thing involving somebody I think he used to be in the NFL and he was using ChatGPT to try to hide the body of his wife or something iirc
Digital evidence is huge for the last couple of decades and this is no different...
Also there was somebody who was just recently sentenced to life in prison for AI CSAM
But yeah I'm sure "this is just not gonna happen." lol
MrDarcy 11 hours ago [-]
IANAL but I believe discovery is where this would happen.
weird-eye-issue 2 hours ago [-]
In most cases this would be coming up in a criminal case not a civil case so it would be through search warrants and subpoenas not discovery
Curious if Thomson Reuters (Westlaw) felt threatened if they were this compelled to moan about it. All it does is make me wonder how well these skills perform when paired with Lexis (if possible?) instead of Westlaw.
prima-facie 10 hours ago [-]
As someone who has represented themselves in tribunal before I'm definitely interested in this.
The only issue is that in some jurisdictions, like the UK, you can't just offer someone legal advice without being SRA accredited or FCA regulated.
I.e. this would effectively make Anthropic a claims management firm under the UK law.
> Under article 89I of Financial Services and Markets Act 2000 (Regulated Activities) Order 2001 ("The Order"), advising a claimant or potential claimant, investigating a claim and representing a claimant, in relation to a financial services or financial product claim is a defined regulated activity.
I'm a bit bothered by this line. Does it mean this is based on customer's sessions? Are they entitled to build knowledge bases for every profession, topic and workflow in the world using customer data?
lionkor 13 hours ago [-]
Yes they are training on your business's data so that their AI can replace your business later. If you don't believe it, name one thing they didn't train on.
hirsin 13 hours ago [-]
It definitely looks like the old tale come true - at Microsoft people would warn against using Google because then Google could figure out what we're working on, since it was pretty easy to tell where a query was coming from.
Sounded far fetched back then, and on the face of it illegal, but now it's just common sense I imagine.
dbbk 2 hours ago [-]
And in what country? They know that the law is different in every country right?
DLarsen 13 hours ago [-]
"Are (legally and morally) entitled" vs "act as if they are entitled"... yes, a big question.
TrackerFF 13 hours ago [-]
This is why I think many of the current application-layer AI startup valuations are a bit iffy. When the big AI companies like Anthropic start expanding their vertical products, the calculus changes.
I'm just wondering how committed they'll be - I guess the edge some startups still have, is the fear that product suites from OpenAI / Anthropic / etc. will go the way of Google products, a year or two then straight to the morgue.
matusp 6 hours ago [-]
It's like asking what if AWS starts doing it, they have all the infrastructure in place. LLMs are just one cog. There is a lot on the application side they are not doing at all.
bigstrat2003 12 hours ago [-]
Every valuation in the AI space is iffy. Nobody actually has a solid business plan, only vibes, but that isn't stopping people from throwing money at them.
lostathome 12 hours ago [-]
I wonder what clients would think if they discovered their lawyer uses a chatbot with their confidential story. Even with redaction, patterns still emerge. Certainly I wouldn't be happy in any case.
I see this as a strong case for private AI, or an in-house stack.
Or I have to be missing something.
MrDarcy 11 hours ago [-]
Your lawyer uses cloud software, this is no different.
vb-8448 14 hours ago [-]
I guess at some point we will have lawyers, attorneys and judges using this stuff ... at the point lawyers will become kinda "seo"/"copywriter" experts on how to better trick the others LLM.
forshaper 14 hours ago [-]
Almost makes me want to get a law degree.
nozzlegear 13 hours ago [-]
I mean, the laws are written down somewhere though. A human can still look at the actual law and surmise that the AI is feeding them bullshit.
macintux 12 hours ago [-]
I think the problem is that laws overlap, with decades of case law clarifying their interactions. Looking at one law probably isn't enough to determine whether an LLM is lying to you.
einpoklum 2 hours ago [-]
Human judges today often don't bother to look at "the actual law" and surmise that the human is feeding them bullshit.
gnerd00 13 hours ago [-]
the look on the face of the Court administrator upon hearing someone describe the "paperclip maximizer" problem.. ominous!
amelius 2 hours ago [-]
Great, this will finally help people in online forums write legal comments that make sense.
This is only for PR. No one checks what's in those docs, or if these are real, valid or ethical. The goal here is for all news outlets to pick them up. You're not the audience.
Given the amount of free PR they can get from some AI-generated .md files, I'd probably do the same if I was on their boat.
Right now, I don't think any other AI company generates as much as slop as Anthropic does.
nozzlegear 13 hours ago [-]
There's going to be a "Claude for wiping my ass" at this rate.
ares623 13 hours ago [-]
It's like that short animation of a Kiwi bird getting high[1].
Each cycle gets shorter and shorter to sustain the high.
This seems like a shot across the bow for all large Claude API customers, which I'm sure they saw coming.
But still, a TSMC style pure play model provider would win huge business in the space given how many application companies are being eaten by model companies.
awongh 13 hours ago [-]
How does this compare to the other legal tech ai startup products?
Harvey is valued at $11b
romanovcode 2 hours ago [-]
Same as it compared against "Build your website without any code" startups 2 months ago. Now they are dropping like flies.
A life of every thin wrapper company will be the same. Anthropic/OpenAI will just cut the middle-man as soon as they see potential.
moostii 3 hours ago [-]
Investors in Harvey and Legora are both in for a rude shock.
pawelkomarnicki 14 hours ago [-]
It will be hilarious to see this one play out because ChatGPT and Perplexity already do wonders for small-claim issues like tenancy laws, various personal letters, etc.
cucumber3732842 12 hours ago [-]
It's already doing wonders for small time businesses and individuals that municipalities think they're free to jerk around because the size of the screwing they're trying to dish out isn't worth hiring a lawyer and/or fighting through court over.
vkou 3 hours ago [-]
I assure you, in most democracies, most people are jerked around by other people acting in bad faith far more often than their government acting in bad faith.
Landlords, tenants, vendors, business and former romantic partners, clients, banks, even your local gym is way more likely to try to fuck you over than the government is.
hansvm 42 minutes ago [-]
The government is just people. Even before the current fiasco, the government had varying degrees of incompetence and malice, and if you're poor you can't do anything about it since the government is presumed to have been operating in good faith and you can't afford a lawyer or the time off work to try to fix it pro se.
vkou 4 minutes ago [-]
There is no such presumption in court. If you've been wronged you can get recompense regardless of their intent.
gosub100 13 hours ago [-]
I would love this for poor people to fight giant corporations via 'lawfare'. It's largely unethical (just like many corporations) but just knowing how to file junk lawsuits that cost corporations millions to fight would be nice.
I dont mean 'frivolous' like prisoners who file pro-se about their ice cream melting [1], but a level or two above that , that costs time and money to produce records and testimony to defend, even if nary a dime is paid out. Basically ask GPT to figure out the terms and theories to file to get your lawsuit accepted, and done by poor people who cannot afford to post $ or repay if they lose. aka "asymmetric warfare" that benefits the little guy, just like the kind private equity or other terrible corporations wield against the poor via"mandatory arbitration" clauses or damages caps and similar rules that always benefit corporations.
Does anyone find it weird that Anthropic's Github org is `anthropics` (with an 's') and the `anthropic` username is owned by some random dude in Australia? Imagine the shenanigans someone can achieve with that user.
cube00 13 hours ago [-]
>Imagine the shenanigans someone can achieve with that user.
First step out of line and that account along with anything remotely connected will be banned to oblivion.
Given they share models on Azure, Anthropic will have someone at Microsoft on speed dial.
I've even seen disconnected commit hashes disappear during their security responses which the repo owner has no way of removing.
ares623 13 hours ago [-]
But for a beautiful window of a few minutes absolute chaos will ensue. Seems like a huge risk. And if Github/MS have power to do what you're saying, does it feel irresponsible not to do it pre-emptively with an apparently inactive account?
dsr_ 13 hours ago [-]
One would think that they could spontaneously offer him a hundred million dollars for it and solve the problem.
I half-suspect they threatened him and he stuck to his guns.
nerdsniper 13 hours ago [-]
It's possible they wanted to offer that person convincing amounts of money and couldn't get ahold of them.
if ever there was a domain for an LLM to be sloppy, reckless or emit lies or hallucinations it would be related to law advice and legal documents
er, wait
personjerry 13 hours ago [-]
RIP Harvey
__loam 13 hours ago [-]
Harvey was always an upstart in the legal tech industry. There's other companies that have a much better understanding of the market and compliance issues but you don't hear about them because nobody wants to talk about legal tech.
ahepp 3 hours ago [-]
who do you think stands out?
arbirk 13 hours ago [-]
Would use it if it wasn't supporting the space wanker
nozzlegear 13 hours ago [-]
Who? There are several space wankers but I don't know of any tied to Anthropic.
Phelinofist 12 hours ago [-]
I guess he his referring to Musk. IIRC Anthropic uses compute of xAI or whatever it is called atm.
Rendered at 11:29:35 GMT+0000 (Coordinated Universal Time) with Vercel.
(1) For non-lawyers who use these skills/connectors/whatchamacallits to try to get legal advice, their communications are not protected by attorney-client privilege. This will absolutely bite some people in the ass.
(2) If a lawyer uses this with confidential client information (which, to the uninitiated, doesn't just mean SSNs and bank account numbers, but "all information relating to the representation of a client") and forgets to toggle off "Help improve Claude" in their settings, they have possibly (maybe even likely) committed malpractice.[1]
[1] https://www.americanbar.org/content/dam/aba/administrative/p...
> Judge Rakoff of the Southern District of New York — addressing “a question of first impression nationwide” — ruled that written exchanges between a criminal defendant and generative AI platform Claude were not protected by attorney-client privilege or the work product doctrine.
Much more to it than this one-liner that I pulled out, but safe to say, don't rely on or put your legal defense etc. (or elements of it) into AI unless you want it discovered.
(not a lawyer, unlike OP, who might be able to refine what I highlighted with more precision)
If somebody Googles "best attorney for murder NYC" a day after a murder is committed but before any case is filed against them (so they clearly had some reason to expect that case), could that be used as evidence?
Shouldn't that have been relatively clear to all parties involved? Maybe not to the defendant, who's apparently clueless.
The AI platform is not an attorney. A defendant's communications with an AI platform are therefore not communications between a client and their attorney, nor will the AI output constitute attorney "work product" because the AI platform is not an attorney.
Doesn't really come across as a novel problem, aside from AI being involved. I'm sure countless defendants have made the stupid mistake of talking about the facts of their case to persons other than their attorney, and those communications came back to bite them in the ass when discovered.
Explains why so many let loose afterwards ;) jokes
Does anyone know if there exists any OPSEC procedure for me to use third party tools like this for my own concerning legal questions that is both ethical and allows me to be confident that my interactions won't land in discovery documents?
So basically if you use any of the CLI tools, there is nothing for OpenAI, Anthropic, etc. to give the courts.
Online ChatGPT (especially the free version), are apparently cached by OpenAI on their servers. (I am not sure if Claude Desktop caches the conversations locally or in the cloud as well, read the fine print if it matters!)
This is a very narrow exemption, however.
(You would also want to make sure you're using a paid AI plan with contractually guaranteed privacy protections, otherwise it could be construed as third-party communications, which implicitly waives privilege.)
See: Warner v. Gilbarco, Inc.
Isn't that a fundamental misunderstanding? Would "OPSEC" like that amount to destruction of evidence or contempt of court or something like that?
Like if all your incriminating documents are on some encrypted drive, it's not like that defeats discovery. You're supposed to decrypt them and hand them over.
Your only real defense against discovery is to not have said it, or to have destroyed all records of it before the hint of discovery wafted on the wind.
We need a law where someone can clearly designate a chat privileged, with severe consequences for mis-use.
How's this any different than any professional license? You're basically paying for preferential treatment from the state in a given subject area.
Because it's got nothing to do with the professional part? Licensing should affect their practice of law, sure, but it shouldn't grant random other privileges.
There's a good summary of the current state of things here: https://www.akerman.com/en/perspectives/ai-privilege-and-wor...
Also worth noting that none of this is binding precedent, so expect this field to evolve over time.
For example in the medical world if you are a provider covered by HIPAA you must have a signed "Business Associate Agreement" with any party that handles the covered protected health information (PHI).
As in "I'm excited to win a lot of money dismantling hallucinated quotations and invalid assumptions"?
Just a few of the perps: Hisham Abugharbieh (Florida student murders), Jonathan Rinderknecht (Palisades Fire arson), Phoenix Ikner (FSU shooter), Ryan Schaefer (Missouri State vandalism)
There's also that thing involving somebody I think he used to be in the NFL and he was using ChatGPT to try to hide the body of his wife or something iirc
Digital evidence is huge for the last couple of decades and this is no different...
Also there was somebody who was just recently sentenced to life in prison for AI CSAM
But yeah I'm sure "this is just not gonna happen." lol
Curious if Thomson Reuters (Westlaw) felt threatened if they were this compelled to moan about it. All it does is make me wonder how well these skills perform when paired with Lexis (if possible?) instead of Westlaw.
The only issue is that in some jurisdictions, like the UK, you can't just offer someone legal advice without being SRA accredited or FCA regulated. I.e. this would effectively make Anthropic a claims management firm under the UK law.
> Under article 89I of Financial Services and Markets Act 2000 (Regulated Activities) Order 2001 ("The Order"), advising a claimant or potential claimant, investigating a claim and representing a claimant, in relation to a financial services or financial product claim is a defined regulated activity.
https://www.fca.org.uk/freedom-information/dual-regulation-c...
I'm a bit bothered by this line. Does it mean this is based on customer's sessions? Are they entitled to build knowledge bases for every profession, topic and workflow in the world using customer data?
Sounded far fetched back then, and on the face of it illegal, but now it's just common sense I imagine.
I'm just wondering how committed they'll be - I guess the edge some startups still have, is the fear that product suites from OpenAI / Anthropic / etc. will go the way of Google products, a year or two then straight to the morgue.
I see this as a strong case for private AI, or an in-house stack.
Or I have to be missing something.
`/loop 2days /create-new-{insert-industry}-md-files`
This is only for PR. No one checks what's in those docs, or if these are real, valid or ethical. The goal here is for all news outlets to pick them up. You're not the audience.
Given the amount of free PR they can get from some AI-generated .md files, I'd probably do the same if I was on their boat.
Right now, I don't think any other AI company generates as much as slop as Anthropic does.
Each cycle gets shorter and shorter to sustain the high.
[1] https://www.youtube.com/watch?v=HUngLgGRJpo
But still, a TSMC style pure play model provider would win huge business in the space given how many application companies are being eaten by model companies.
Harvey is valued at $11b
A life of every thin wrapper company will be the same. Anthropic/OpenAI will just cut the middle-man as soon as they see potential.
Landlords, tenants, vendors, business and former romantic partners, clients, banks, even your local gym is way more likely to try to fuck you over than the government is.
I dont mean 'frivolous' like prisoners who file pro-se about their ice cream melting [1], but a level or two above that , that costs time and money to produce records and testimony to defend, even if nary a dime is paid out. Basically ask GPT to figure out the terms and theories to file to get your lawsuit accepted, and done by poor people who cannot afford to post $ or repay if they lose. aka "asymmetric warfare" that benefits the little guy, just like the kind private equity or other terrible corporations wield against the poor via"mandatory arbitration" clauses or damages caps and similar rules that always benefit corporations.
1. https://www.deseret.com/1994/3/21/19098386/melted-ice-cream-...
First step out of line and that account along with anything remotely connected will be banned to oblivion.
Given they share models on Azure, Anthropic will have someone at Microsoft on speed dial.
I've even seen disconnected commit hashes disappear during their security responses which the repo owner has no way of removing.
I half-suspect they threatened him and he stuck to his guns.
er, wait