←back to thread

152 points GavinAnderegg | 1 comments | | HN request time: 0.276s | source
Show context
cmrdporcupine ◴[] No.44455776[source]
I get a lot of value out of Claude Max at $100 USD/month. I use it almost exclusively for my personal open source projects. For work, I'm more cautious.

I worry, with an article like this floating around, and with this as the competition, and with the economics of all this stuff generally... major price increases are on the horizon.

Businesses (some) can afford this, after all it's still just a portion of the costs of a SWE salary (tho $1000/m is getting up there). But open source developers cannot.

I worry about this trend, and when the other shoe will drop on Anthropic's products, at least.

replies(4): >>44455817 #>>44456022 #>>44456364 #>>44456374 #
mring33621 ◴[] No.44455817[source]
Those market forces will push the thriftier devs to find better ways to use the lesser models. And they will probably share their improvements!

I'm very bullish on the future of smaller, locally-run models, myself.

replies(1): >>44455844 #
1. cmrdporcupine ◴[] No.44455844[source]
I have not invested time on locally-run, I'm curious if they could even get close to approaching the value of Sonnet4 or Opus.

That said, I suspect a lot of the value in Claude Code is hand-rolled fined-tuned heuristics built into the tool itself, not coming from the LLM. It does a lot of management of TODO lists, backtracking through failed paths, etc which look more like old-school symbolic AI than something the LLM is doing on its own.

Replicating that will also be required.