Live data from Hacker News

Anthropic downgraded cache TTL on March 6th

github.com

361–370 of 447 posts

Re: Anthropic downgraded cache TTL on March 6th

#361

Has anybody else noticed a pretty significant shift in sentiment when discussing Claude/Codex with other engineers since even just a few months ago? Specifically because of the secret/hidden nature of these changes. I keep getting the sense that people feel like they have no idea if they are getting the product that they originally paid for, or something much weaker, and this sentiment seems to be constantly spreadin…

Wait till Codex doubles prices/halves quotas on May 31

Re: Anthropic downgraded cache TTL on March 6th

#362

Earlier quoted context omitted.

I wish they would just rip the bandaid to stop everybody's entitled whining. "We're sorry, what we were able to give you for $100/mo before now needs to be $200/mo (or more). We miscalculated/we were too generous/gave too much away for too little. It's a new technology, we are seeing a ton of demand, we are trying to run a business, hope you understand. If you don't want it, don't pay for it."

Just put everyone on pay per use with the API and rip the band aid off.

Even the pay per use is heavily VC subsidied at current prices.

Re: Anthropic downgraded cache TTL on March 6th

#363
post #65

Has anybody else noticed a pretty significant shift in sentiment when discussing Claude/Codex with other engineers since even just a few months ago? Specifically because of the secret/hidden nature of these changes. I keep getting the sense that people feel like they have no idea if they are getting the product that they originally paid for, or something much weaker, and this sentiment seems to be constantly spreadin…

Well, off the top of my head: - Banning OpenClaw users (within their rights, of course, but bad optics) - Banning 3rd party harnesses in general (ditto) (claude -p still works on the sub but I get the feeling like if I actually use it, I'll get my Anthropic acct. nuked. Would be great to get some clarity on this. If I invoke it from my Telegram bot, is that an unauthorized 3rd party harness?) - Lowering reasoning eff…

I will say I have noticed none of these things in my enterprise account. Is this is a known targeting of non-enterprise clients only?

Re: Anthropic downgraded cache TTL on March 6th

#364

So a side effect of this is -- even at 1 hour caching -- ... If you run out of session quota too quickly and need to wait more than an hour to resume your work ... you are paying even more penalty just to resume your work -- a penalty you wouldnt have needed if session quota was not so restrictive in first place, and which in turn causes you to burn through next session quota even faster. Seems like a vicious cycle t…

[deleted]

Re: Anthropic downgraded cache TTL on March 6th

#365

Earlier quoted context omitted.

> Taking advantage of the $200 plan. No, I'm paying $200 a month for a premium product that I expect premium service for. It's the single most expensive IT expense I have. Taking advantage my foot.

You are simply a bit too entitled. It's not a premium product and honestly not that expensive in my opinion either (though that is going to depend on your location). You are more than able to pay for API rates.

A normal person pays $0-10 for an AI plan, maybe double that for a business.

$200 is premium.

Re: Anthropic downgraded cache TTL on March 6th

#366
post #80

Earlier quoted context omitted.

> It's all circumstantial but everything points towards "desperately trying to cut costs". I have been wondering if it's more geared at reducing resource usage, given that at the moment there's a known constraint on AI datacenter expansion capability. Perhaps they are struggling to meet demand?

I wish they would just rip the bandaid to stop everybody's entitled whining. "We're sorry, what we were able to give you for $100/mo before now needs to be $200/mo (or more). We miscalculated/we were too generous/gave too much away for too little. It's a new technology, we are seeing a ton of demand, we are trying to run a business, hope you understand. If you don't want it, don't pay for it."

I wish they would too. I’d respect them more for the transparency. I think everyone’s enshitiffication sensors have rightly been dialed up over the years. So without explanations for the regressions it just feels like another example

Re: Anthropic downgraded cache TTL on March 6th

#367

Earlier quoted context omitted.

Pretty bad decision on his part. I've been telling other engineers within my company who felt threatened by AI that this would happen. That prices would rise and the marginal cost for changes to big codebases would start to exceed the cost of an engineer's salary. API credits are expensive, especially for huge contexts, and sometimes the model will use $200 in credits trying to solve a problem that could be fixed in…

>That prices would rise Competition will prevent that from happening. When anyone can host open models and there is giant demand for LLMs companies can not easily raise token prices without sending a lot of traffic to their competitors.

> When anyone can host open models

They'd still need to pay the actual power costs.

Re: Anthropic downgraded cache TTL on March 6th

#368

Has anybody else noticed a pretty significant shift in sentiment when discussing Claude/Codex with other engineers since even just a few months ago? Specifically because of the secret/hidden nature of these changes. I keep getting the sense that people feel like they have no idea if they are getting the product that they originally paid for, or something much weaker, and this sentiment seems to be constantly spreadin…

I'd say weaker, tasks claude code was aceing before it now fails with the exact same prompts, taking several rounds before it works. I'm looking to jump ship.

Re: Anthropic downgraded cache TTL on March 6th

#369
post #130
post #74

Earlier quoted context omitted.

A month ago the company I work at with over 400 engineers decided to cancel all IDE subscriptions (Visual Studio, JetBrains, Windsurf, etc.) and move everyone over to Claude Code as a "cost-saving measure" (along with firing a bunch of test engineers). There was no migration plan - the EVP of Technology just gave a demo showing 2 greenfield projects he'd built with Claude Opus over a weekend and told everyone to copy…

But cancelling IDE subscriptions? You need a proper IDE to along side AI augmented development unless you want to simply be along for the ride.

`git diff` is probably all you need.

Re: Anthropic downgraded cache TTL on March 6th

#370
As an aside, I built a tool to manage my own chat interface over the provider APIs. I added caching because the savings are quite significant and I have a little countdown timer that shows me how much time remaining until the cache is expired.

However, for the basic turn-based conversation the cache (at 5 minutes) is almost always insufficient. By the time I read the LLM response, consider my next question, write it out, etc. I frequently miss the cache.

I imagine it is much more useful if you have a tool that has a common prefix (like a system instruction, tool specs or common set of context across many users).

If you can get it to work frequently enough the savings are quite worth it.

Post reply on HN