I'm feeling a bit sorry for Anthropic. This last month must be very tough on them.
Oh no won’t someone please think about the trillion dollar corporation!
Claude.ai and API unavailable [fixed]
51–60 of 129 posts
Re: Claude.ai and API unavailable [fixed]
#52Between GitHub and Claude, it seems Eternal December[0][1] is upon us. [0]I say December, because that's around the time the models got good enough that non-AI folks started to notice. [1] https://en.wikipedia.org/wiki/Eternal_September
I don't really blame Anthropic here.
Re: Claude.ai and API unavailable [fixed]
#53Re: Claude.ai and API unavailable [fixed]
#54There's a live Claude status board in the corner so you know when it's time to get back to work.
Re: Claude.ai and API unavailable [fixed]
#55I don't really mind hopping between claude/codex/glm/kimi except I don't know a good way to resume as session across agent harnesses. Normally I'd just have it write out what it's doing to a file, if I need to transfer context, but if it goes down mid-session that's a no-go. I think people have built tools for this, and of course you could reasonably vibe one yourself, but I don't really trust something like that to…
Re: Claude.ai and API unavailable [fixed]
#56This is a tough moment. Claude is simultaneously becoming substantially more expensive, substantially less reliable (single 9 of reliability), and substantially less performant. It's really hard to justify the cost of a subscription over there right now.
Re: Claude.ai and API unavailable [fixed]
#57This is a tough moment. Claude is simultaneously becoming substantially more expensive, substantially less reliable (single 9 of reliability), and substantially less performant. It's really hard to justify the cost of a subscription over there right now.
Is this just the API and I'm too much of luddite to actually use the API?
Re: Claude.ai and API unavailable [fixed]
#58This is a tough moment. Claude is simultaneously becoming substantially more expensive, substantially less reliable (single 9 of reliability), and substantially less performant. It's really hard to justify the cost of a subscription over there right now.
I say this as someone working for a tech company who does not have to foot the bill (in the >$1k per month bracket)
I also experienced and accept the 1990s levels of unreliability, which is my “internet generation”. My first access was lifting a handset and placing on a speaker/mic cradle.
Programmers these days are fucking spoiled. If it’s $220 worth of value for $200 - I get it. But I’m getting $100k of value for $10k and so I’ll put up with some shit.
Re: Claude.ai and API unavailable [fixed]
#59So happy to have diversified my model providers this past couple of weeks. GPT-5.5 has had no trouble slotting into Opus workloads. Will be fun to try out more of the models as time goes on to build some resiliency into my engineering workflows :).
Re: Claude.ai and API unavailable [fixed]
#60I don't really mind hopping between claude/codex/glm/kimi except I don't know a good way to resume as session across agent harnesses. Normally I'd just have it write out what it's doing to a file, if I need to transfer context, but if it goes down mid-session that's a no-go. I think people have built tools for this, and of course you could reasonably vibe one yourself, but I don't really trust something like that to…
You might search for a concept like `/handoff` that's in ampcode. I'm sure someone's built a skill for just this.