Earlier quoted context omitted.
Or just don't use AI to write code. Use it as a code reviewer assistant along with your usual test-lint development cycle. Use it to help evaluate 3rd party libraries faster. Use it to research new topics. Use it to help draft RFCs and design documents. Use it as a chat buddy when working on hard problems. I think the AI companies all stink to high heaven and the whole thing being built on copyright infringement stil…
> the whole thing being built on copyright infringement I am not a lawyer, but am generally familiar with two "is it fair use" tests. 1. Is it transformative? I take a picture, I own the copyright. You can't sell it. But if you take a copy, and literally chop it to pieces, reforming it into a collage, you can sell that. 2. Does the alleged infringing work devalue the original? If I have a conversation with ai about "…
I cancelled Claude: Token issues, declining quality, and poor support
511–520 of 604 posts
Re: I cancelled Claude: Token issues, declining quality, and poor support
#512Earlier quoted context omitted.
Okay, but then by that logic a person making only $20k would break even at about an hour. Are you suggesting that someone making $20k should be spending $200/mo on Claude?
I'm talking about the cost of labor. If you pay someone $20,000 for labor, and they save 65 minutes worth of labor per day using a $200/mo Claude subscription, you are better off buying the Claude subscription.
Re: I cancelled Claude: Token issues, declining quality, and poor support
#513Earlier quoted context omitted.
Do you have any good resources on how to work like that? I made the move from "auto complete on steroids" to "agents write most of my code". But I can't imagine running agents unchecked (and in parallel!) for any significant amount of time.
I would also be interested on resources on "agents write most of your code" if you can share some.
Re: I cancelled Claude: Token issues, declining quality, and poor support
#514Earlier quoted context omitted.
My anecdata is that it heavily depends on how much of the relevant code and instructions it can fit in the context window. A small app, or a task that touches one clear smaller subsection of a larger codebase, or a refactor that applies the same pattern independently to many different spots in a large codebase - the coding agents do extremely well, better than the median engineer I think. Basically "do something real…
> My anecdata is that it heavily depends on how much of the relevant code and instructions it can fit in the context window. Agreed, but I'm working on something >100k lines of code total (a new language and a runtime). It helps when you can implement new things as if they're green-field-ish AND THEN implement and plumb them later.
Re: I cancelled Claude: Token issues, declining quality, and poor support
#515Earlier quoted context omitted.
... or one person has a very strong mental model of what he expects to do, but the LLM has other ideas. FWIW I'm very happy with CC and Opus, but I don't treat it as a subordinate but as a peer; I leave it enough room to express what it thinks is best and guide later as needed. This may not work for all cases.
If you don’t have a very strong mental model for what you are working on Claude can very easily guide in you into building the wrong thing. For example I’m working on a huge data migration right now. The data has to be migrated correctly. If there are any issues I want to fail fast and loud. Claude hates that philosophy. No matter how many different ways I add my reasons and instructions to stop it to the context, it…
Is it generating JS code for that?
Re: I cancelled Claude: Token issues, declining quality, and poor support
#516Earlier quoted context omitted.
> Or just don't use AI to write code. Anecdata, but I'm still finding CC to be absolutely outstanding at writing code. It's regularly writing systems-level code that would take me months to write by hand in hours, with minimal babysitting, basically no "specs" - just giving it coherent sane direction: like to make sure it tests things in several different ways, for several different cases, including performance, comp…
How can a person reconcile this comment with the one at the root of this thread? One person says Claude struggles to even meet the strict requirements of a spec sheet, another says Claude is doing a great job and doesn’t even need specific specs? I have my own anecdata but my comment is more about the dissonance here.
Re: I cancelled Claude: Token issues, declining quality, and poor support
#517Earlier quoted context omitted.
This is a tiresome and well trod road. The fact of the matter is that for profit corporations consumed the sum knowledge of mankind with the intent to make money on it by encoding it into a larger and better organized corpus of knowledge. They cited no sources and paid no fees (to any regular humans, at least). They are making enormous sums of money (and burning even more, ironically) doing this. If that doesn't viol…
You are assuming intellectual property has intrinsic basis when it's at best functional not foundational. It's only useful if the net value to society is positive which is extremely dubious.
Re: I cancelled Claude: Token issues, declining quality, and poor support
#518Earlier quoted context omitted.
I am on max 10x ($100 a month). I asked it to summarize a small codebase (2000 lines). Instead, it ran 4 agents in the background, and those agents went nuts, started reading everything and related dependencies, and sucked all my daily quota, forcing me to wait till 2 AM to continue using. Up until last month, a $100 plan was more than enough, and it was difficult to run out of tokens per day for me. Something fundam…
Maybe you need to clean up MCP tools? My codebase is very large (hundreds of files, hundreds of lines per file), and I am managing fine on a 5x subscription, chatting all day. Some time ago I cleaned up a bunch of MCP tools I had installed some time ago and that did make a significant impact on token usage.
Re: I cancelled Claude: Token issues, declining quality, and poor support
#519Re: I cancelled Claude: Token issues, declining quality, and poor support
#520Earlier quoted context omitted.
That makes no sense because the largest Qwen models are not even open weight so I’m not sure how that’s any different.
Right, which isn't what we're discussing, since I mentioned "across multiple providers" in every comment about this topic. Those closed weight models aren't available like we're discussing. They're only available from the vendor that created them.