Earlier quoted context omitted.
This is close, but the real problem isn’t that the food is underpriced, it’s that the supply of ingredients is severely limited.
Those are the same thing
Anthropic downgraded cache TTL on March 6th
331–340 of 447 posts
Re: Anthropic downgraded cache TTL on March 6th
#332Re: Anthropic downgraded cache TTL on March 6th
#333[flagged]
Then throw in the people using $10k in their token burning "gastown" and bragging on Twitter... I haven't really hit real usage limits in the past 2 weeks, and part of me wonders if its a loud minority who all abused Claude Code, and now Anthropic has just permanently gimped their accounts. Something like if you are in the top 5% of users, they are now giving you limits to bring you down to the average user.
Re: Anthropic downgraded cache TTL on March 6th
#334It's also routinely failing the car wash question across all models now, which wasn't the case a month ago. :-/ Seeing some things about how the effort selector isn't working as intended necessarily and the model is regressing in other ways: over-emphasizing how "difficult" a problem is to solve and choosing to avoid it because of the "time" it would take, but quoted in human effort, or suggesting the "easier" path f…
Step 2: Panic.
Step 3: Destroy product.
Re: Anthropic downgraded cache TTL on March 6th
#335Anthropic responded: https://github.com/anthropics/claude-code/issues/46829#issue...
Re: Anthropic downgraded cache TTL on March 6th
#336It's also routinely failing the car wash question across all models now, which wasn't the case a month ago. :-/ Seeing some things about how the effort selector isn't working as intended necessarily and the model is regressing in other ways: over-emphasizing how "difficult" a problem is to solve and choosing to avoid it because of the "time" it would take, but quoted in human effort, or suggesting the "easier" path f…
Step 1: Sell at a loss. Step 2: Panic. Step 3: Destroy product.
Re: Anthropic downgraded cache TTL on March 6th
#337Earlier quoted context omitted.
Are we at the point where there are external constraints that cash can't solve?
can't tell if you're being facetious but yes, there's not enough cash in the world to double energy/silicon fab capacity in a year. Infrastructure takes time, hardware is hard, and you have to be willing to bet that the demand will be there 5 years from now to make an investment today.
Re: Anthropic downgraded cache TTL on March 6th
#338On slightly off topic note: Codex is absolutely fantastic right now. I'm constantly in awe since switching from Claude a week ago.
I'm currently "working" on a toy 3d Vulkan Physx thingy. It has a simple raycast vehicle and I'm trying to replace it with the PhysX5 built in one ( https://nvidia-omniverse.github.io/PhysX/physx/5.6.1/docs/Ve... ) I point it to example snippets and webdocumentation but the code it gens won't work at all, not even close Opus4.6 is a tiny bit less wrong than Codex 5.4 xhigh, but still pretty useless. So, after reading…
Xhigh can also perform worse than High - more frequent compaction, and "overthinking".
Re: Anthropic downgraded cache TTL on March 6th
#339Earlier quoted context omitted.
How do people like that ascend to CTO?
The Peter Principle: https://en.wikipedia.org/wiki/Peter_principle
Re: Anthropic downgraded cache TTL on March 6th
#340Has 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…
For example, after a question about a script that used taskset and CUDA_VISIBLE_DEVICES to handle NUMA domains on a parallel GLUE evaluation run:
>Round 2 tasks reuse GPU slots that Round 1 may still be occupying. Cola, SST-2, and QQP are small datasets and will likely finish before MNLI, but QNLI is sizable. If QNLI (GPU 3, slot 3) is still running when Round 2 launches, that's fine — they're on different slots. But more importantly, Round 2 uses slots 5/6/7 (GPUs 7/0/1), while Round 1 uses slots 0/1/2/3/4 (GPUs 4/5/2/3/6). So there's no GPU collision — you're good here actually. Disregard, this is clean.