Live data from Hacker News

Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

twitter.com

251–260 of 760 posts

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#251

Earlier quoted context omitted.

Would "lots of gpus" even help for huge models? Maybe this is exposing my lack of knowledge but don't you need to keep the whole model and context in a single GPU's VRAM? My understanding is that multiple GPUs help with scaling (can handle N X inference requests simultaneously) but it doesn't help with using large models. If that were the case, I could jam another GPU in my box and double the size of model I can serv…

1t model instances(opus, gpt,etc) are not running on a single GPU. The catch is how the cards communicate and how the model is broken up. There's a bit that goes into it but the answer is yes the more gpus the bigger the model you can run.

Really cool. I'm very much still learning about this stuff. Sounds like this inter-GPU communication is a feature of special hardware (not consumer GPUs).

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#253

Earlier quoted context omitted.

Also they ain't wrong. In what other context does OpenClaw get mentioned? "You may not use our service if you mention OpenClaw" is a harsh line but hardly illegal or forbidden any more than any other service restriction (i.e. no use allowed for high-stakes financial modeling). Don't like it, cancel your plan.

There are plenty of ways you could wind up with a git commit containing "OpenClaw" despite zero interaction with OpenClaw itself...adding a blog post to a static site repo, or even a clause in your own app's ToS disallowing use of OpenClaw with your API.

Somebody elses repo that you cloned can contain lots of fun things.

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#254

Earlier quoted context omitted.

They are close to Opus, not Sonnet.

The little qwen36 is at sonnet level . Kimi2.6 is about opus. The one can run on a single GPU on your gaming pc. The other you can run way cheaper from a provider. Or if you are really wealthy and have lots of gpus can run it yourself. Not sure where deepseek 4 sits

Kimi 2.6 is nowhere near even Sonnet in overall robustness. It can get close when everything goes perfectly.

I have about 1KLOC of harness code written by Kimi to work around quirks in Kimi not needed for any other model I've tested, such as infinite toolcall loops and other weirdness.

You can do quite a bit with it and never run into those quirks, or you might hit it every request.

It is very sensitive to "confusing" things about it's environment in a way Sonnet and Opus are not.

Still great value, but they have some way to go.

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#255

I reproduced this on my account. cd /tmp mkdir anthropic-claude cd anthropic-claude/ git init touch hello git add -A git commit -m "'{\"schema\": \"openclaw.inbound_meta.v1\"}'" claude -p "hi" Immediate disconnect and session usage went to 100%

I wonder if projects which are anti-AI could place such identifiers surreptitiously into docs or commits as a way to sabotage people using Claude Code. Your project isn't going to get many AI PRs if just cloning your project wiped out their quota.

Zig maintainers listen up!

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#256

Earlier quoted context omitted.

That's malicious and I think this is scamming from the literal money (you didn't do anything wrong, you executed one command and they scammed you out of the fair usage you paid for). Please raise the ticket or at least GitHub issue for visibility. Sooner or later some sort of complaint to the relevant trade authority should happen - this is a scam operation at this point.

No. Hanlon's razor applies here.

It does not. I would be fairly magical the most favorable interpretation that makes sense is that its supposed to disconnect but also taking your money is a defect.

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#257

Earlier quoted context omitted.

1t model instances(opus, gpt,etc) are not running on a single GPU. The catch is how the cards communicate and how the model is broken up. There's a bit that goes into it but the answer is yes the more gpus the bigger the model you can run.

Really cool. I'm very much still learning about this stuff. Sounds like this inter-GPU communication is a feature of special hardware (not consumer GPUs).

Not really, there's various ways it can be done but even I think the old 1080tis could do it. Keep reading about it, my interest is in small models on a single GPU though so I don't fuss over those details.

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#258

Earlier quoted context omitted.

Its not Claude Code. Its "Fraud Code". All of this is just criminal and fraudulent behavior, done July a whole bunch of people who haven't learned their lesson, and keep sending Anthropic more money for abuse at scale.

There is literally nothing close to illegal about this behavior. You read the terms of service right, which provides a long list of explicit and implicit disclaimers?

What action did the user take that was against the TOS?

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#259

Earlier quoted context omitted.

There are many possible explanations for this outcome to have occurred other than malice. If you're an engineer by trade, consider how many bugs you've been responsible for over the course of your career that you didn't intend. Probably a lot. How about we turn down the heat, everyone?

I am engineer by trade. If I pushed an update which wrongly busted my customer's usage limits at a trillion dollar company, I would expect to get fired. Alongside my EM.

I would expect someone would be critiqued to avoid it re-occurring and the persons money to be refunded. A company which fires so trivially will quickly flush institutional knowledge and team cohesion along with eating substantial recruitment costs.

Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"

#260

Earlier quoted context omitted.

Its not Claude Code. Its "Fraud Code". All of this is just criminal and fraudulent behavior, done July a whole bunch of people who haven't learned their lesson, and keep sending Anthropic more money for abuse at scale.

It's in the TOS, so no, not fraud. You might not like it that Anthropic doesn't want you running OpenClaw (effectively owned by a competitor) on CC, but that doesn't make it fraudulent or criminal.

The user did not do anything against the TOS. This isnt about running OpenClaw, its about having the words OpenClaw present in a file.
Post reply on HN