Hacker News new | ask | show | jobs
by nemofoo 460 days ago
The cost savings here are pretty wild! I wonder if Anthropic will push back
1 comments

They are for sure going to lock this down.

I’ve gone through $25 USD in API credits in a single afternoon with Claude Code (I love it, but that thing is thirsty for dollar bills).

I’ve been reluctant to try this sort of thing out because it’s fairly trivial for them to detect this and potentially come down with the ban hammer. I’d rather not risk it.

Anyway, I’ve found myself switching back to Aider as of late because it is much more conservative in how it uses its token budget.

IMO, the big problem with Aider is that it's not agentic. This is good because it means costs are down, but most of the edit-test-fix loop magic in coding agents comes from the agent loop.
I've been using Claude with the MCP servers daily, and get put on pause a few times a day due to my heavy usage.

However, I do hope they do not plan to use the pricing that they are using for Claude max, as a single prompt usually generates about 50 tool calls for my use case. (In max this would cost me $5.05). I'll easily burn $50 to $100 per hour, and I haven't even added all the tools I'd like to use yet...

If it gets expensive, I'll probably only use it for architectural work, and use my own AI LLM for more tactical tasks.

This will be slower and less powerful, but we already have an AI server for image analysis, so it makes sense to use it.

You are not getting more than $25 of value?
Maybe, maybe not. Once something stops being free the human brain starts setting expectations (at least mine does.) Sure that last conversation “only” cost $0.08 but since I’m now paying it better damn well work and not fuck up my code. And even though it was only $0.08 I’ll be cranky that I have to undo its changes because it went down a rabbit hole and now need to reprompt it or ask it what the hell it thinks it’s doing… costing yet another $0.08.

Sure it’s a few pennies but it does add up. I’m sure there is some research or term / explanation for this phenomenon.

And with Claude Code, it's typically not $0.08... it's more like $0.50, $5.00 just for a roll LOL. Variable rewards gambling addiction? Definitely...
I was thinking cursor pricing. It becomes a whole different ballgame when you plug these tools into the providers API and pay by the token. Suddenly you really start evaluating how much value you are actually getting out of the tool!