I kind of lost interest in local models. Then Anthropic started saying I’m not allowed to use my Claude Code subscription with my preferred tools and it reminded me why we need to support open tools and models. I’ve cancelled my CC subscription, I’m not paying to support anticompetitive behaviour.
I do wonder if they locked things down due to people abusing their CC token.
Qwen3-Coder-Next
141–150 of 443 posts
Re: Qwen3-Coder-Next
#142Earlier quoted context omitted.
Is this still the case? Is Anthropic still not allowing access to OpenCode?
Officially, it's against TOS. I'm told you can still make it work by adding this to ~/.config/opencode/opencode.json but it risks a ban and you definitely shouldn't do it. { "plugin": [ "opencode-anthropic-auth@latest" ] }
Re: Qwen3-Coder-Next
#143Earlier quoted context omitted.
If it sounds too good to be true…
Should be possible with optimised models, just drop all "generic" stuff and focus on coding performance. There's no reason for a coding model to contain all of ao3 and wikipedia =)
Besides, programming is far from just knowing how to autocomplete syntax, you need a model that's proficient in the fields that the automation is placed in, otherwise they'll be no help in actually automating it.
Re: Qwen3-Coder-Next
#144I kind of lost interest in local models. Then Anthropic started saying I’m not allowed to use my Claude Code subscription with my preferred tools and it reminded me why we need to support open tools and models. I’ve cancelled my CC subscription, I’m not paying to support anticompetitive behaviour.
Problem is, most people don't do this, choosing convenience at any given moment without thinking about longer-term impact. This hurts us collectively by letting governments/companies, etc tighten their grip over time. This comes from my lived experience.
Re: Qwen3-Coder-Next
#145Earlier quoted context omitted.
> I’m not paying to support anticompetitive behaviour You are doing that all the time. You just draw the line, arbitrarily.
The enemy of done is perfect, etc. what is the point of comments like this?
Re: Qwen3-Coder-Next
#146Earlier quoted context omitted.
How do I "abuse" a token? I pass it to their API, the request executes, a response is returned, I get billed for it. That should be the end of the conversation. (Edit due to rate-limiting: I see, thanks -- I wasn't aware there was more than one token type.)
You can buy this product, right here: https://platform.claude.com/docs/en/about-claude/pricing That's not the product you buy when you a Claude Code token, though.
This confused me for a while, having two separate "products" which are sold differently, but can be used by the same tool.
Re: Qwen3-Coder-Next
#147Earlier quoted context omitted.
> The subscription services have assumptions baked in about the usage patterns; they're oversubscribed and subsidized. Selling dollars for $.50 does that. It sounds like they have a business model issue to me.
This is how every cloud service and every internet provider works. If you want to get really edgy you could also say it's how modern banking works. Without knowing the numbers it's hard to tell if the business model for these AI providers actually works, and I suspect it probably doesn't at the moment, but selling an oversubscribed product with baked in usage assumptions is a functional business model in a lot of spa…
Re: Qwen3-Coder-Next
#148Re: Qwen3-Coder-Next
#149Earlier quoted context omitted.
I think I like coding models that know a lot about the world. They can disambiguate my requirements and build better products.
I generally prefer a coding model that can google for the docs, but separate models for /plan and /build is also a thing.
I had not considered that, seems like a great solution for local models that may be more resource-constrained.
Re: Qwen3-Coder-Next
#150Earlier quoted context omitted.
If it sounds too good to be true…
Should be possible with optimised models, just drop all "generic" stuff and focus on coding performance. There's no reason for a coding model to contain all of ao3 and wikipedia =)
If we knew how to create a SOTA coding model by just putting coding stuff in there, that is how we would build SOTA coding models.