Earlier quoted context omitted.
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
Yes multiple GPUs absolutely help with inference even for a single model instance. Some models are simply too big to fit on the largest available GPU. Check out tensor parallelism
Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
491–500 of 760 posts
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#492Earlier quoted context omitted.
> scamming from the literal money That's par the course for Anthropic. I added some money to my account before I really had a use case for product. A year later they said my money had expired and when I contacted support they basically told me to pound sand. This while they have the audacity to list one of their corporate values as 'Be good to our users'. They'll never get another dollar from me.
Everybody does that, the only question is how much time they give you. The issue, as far as I remember hearing, is that in the US expiring company credit can be immediately recorded as income, whereas indefinite-term credit only becomes income once the user spends it.
Where I live (in Canada) it's actually illegal for gift cards to ever expire, and there's lots available from US companies, so if it's an accounting issue other companies have figured it out.
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#493I hereby propose we rename the HN frontpage to "Claude Customer Support"
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#494A lot of the comments here are reacting to the censorship aspect, which is obviously an important point. But the more interesting subtext to me is that I feel like this gives insight into the situation within the company. I'm assuming they wouldn't do something like this unless the recent load issues (mostly driven by OpenClaw usage) were seen as an existential threat. So I'm guessing that's how the leadership views…
> The irony of course is that the way they've gone about reacting to this has damaged their brand so badly at the trust level that the public view of their company has completely flipped. No one at my company gives a single shit about Openclaw, so this whole situation has been a noop for a lot more of the public than you seem to think. Also, "censorship"? How is disallowing a specific tool that abuses a subscription…
It's all just very weird and creepy.
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#495Earlier quoted context omitted.
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
Please don't oversell them. Eg Kimi k2.6 has a maximum context size of 270k, that's a quarter of opus. The model is fine, Ive switched to it entirely for a personal project, but it's not opus. And no, you're not running then locally unless you're a millionaire. You still need hundreds of GB (500+++) of VRAM on your graphics card - that's not at a level of consumer electronics. Sure you can run the quantized models, b…
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#496So what's next ... they are going to charge you a 30% commission on your sales for products build with their tools?
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#497Earlier quoted context omitted.
I think you'd be surprised, I find that the harness is what makes the real difference. I also prefer to be on the loop, actively guide and review. Local models are definitely much less autonomous as of today so if you need to be churning out code at speed they're probably not for you.
What harness would you recommend for the open-weight models?
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#498I 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.
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#499Earlier quoted context omitted.
Having tried local agents just two weeks ago, the parent poster is correct: they don't come anywhere near frontier models, despite what the benchmarks state. I haven't tried Qwen 3.6 yet, but the version before it frequently got stuck even on moderately complex problems.
Same experience for me. I think people need to start providing context for the type of work they're doing when repeating the local model hype. Maybe they're working with a cookie cutter React app and it does the job fine.
Re: Claude Code refuses requests or charges extra if your commits mention "OpenClaw"
#500It's fascinating to see all these bugs in Claude Code - HERMES.md, this OpenClaw issue, the recent thinking-message pruning and cache-skipping bugs. They seem like the class of bugs I see in my vibe-coding experiments, and I think the Claude Code lead has said many times that he/his team don't read the code for Claude Code themselves, that it's basically vibe-coded. If Anthropic itself can't make vibe coding work, wh…