API, Claude.ai, and Console services impacted [resolved]
71–80 of 81 posts
Re: API, Claude.ai, and Console services impacted [resolved]
#72Funny observation - it feels like being in the EU I get a much better AI SaaS experience than folks over in the US. It’s like every other day, the moment US working hours start, AI (in my case I mostly use Anthropic, others may be better) starts dying or at least getting intermittent errors. In EU working hours there’s rarely any outages.
Re: API, Claude.ai, and Console services impacted [resolved]
#73Earlier quoted context omitted.
I've been paying for the $20/m plan from Anthropic, Google, and OpenAI for the past few months (to evaluate which one I want to keep and to have a backup for outages and overages). Gemini never goes down, OpenAI used to go down once in a while but is much more stable now, and Anthropic almost never goes a full week without throwing an error message or suffering downtime. It's a shame because I generally prefer Claude…
Same here, but for API access to the big three instead of their web/app products, and Gemini also shows greater uptime. But even when the API is up, all three have quite high API failure rates, such as tool calls not responding with valid JSON, or API calls timing out after five minutes with no response. Definitely need robust error handling and retries with exponential backoff because maybe one in twenty-five calls…
Re: API, Claude.ai, and Console services impacted [resolved]
#74Nooooo I'm going to have to use my brain again and write 100% of my code like a caveman from December 2024. Comment last time that had me chuckling.
Re: API, Claude.ai, and Console services impacted [resolved]
#75Anthropic has by far been the most unreliable provider I've ever seen. Daily incidents, and this one seems to have taken down all their services. Can't even login to the Console.
But they've stabilized the past 5 months.
Re: API, Claude.ai, and Console services impacted [resolved]
#76Anthropic has by far been the most unreliable provider I've ever seen. Daily incidents, and this one seems to have taken down all their services. Can't even login to the Console.
I've been paying for the $20/m plan from Anthropic, Google, and OpenAI for the past few months (to evaluate which one I want to keep and to have a backup for outages and overages). Gemini never goes down, OpenAI used to go down once in a while but is much more stable now, and Anthropic almost never goes a full week without throwing an error message or suffering downtime. It's a shame because I generally prefer Claude…
Re: API, Claude.ai, and Console services impacted [resolved]
#77Earlier quoted context omitted.
And yet even dogfooding their own product heavily, it's still a giant janky pile. The prompt work is solid, the focus on optimizing tools was a good insight, and the model makes a good agent, but the actual claude code software is pretty shameful to be the most viable product of a billion dollar company.
What artifact are you evaluating to come to this conclusion? Is the implementation available?
The point of Claude Code is deep integration with the Claude models, not the actual CLI as a piece of software, which is quite buggy (it also has some great features, of course!)
At least for me, if I didn’t have to put in the work to modify the Gemini CLI to work reliably with Claude (or at least to get a similar performance), I wouldn’t use Claude Code CLI (and I say this while paying $200 per month to Anthropic because the models are very good)
Re: API, Claude.ai, and Console services impacted [resolved]
#78Everyone will just have to learn how to do it like we did in the old days, and blindly copy and paste from Stack Overflow.
Re: API, Claude.ai, and Console services impacted [resolved]
#79Re: API, Claude.ai, and Console services impacted [resolved]
#80Earlier quoted context omitted.
What artifact are you evaluating to come to this conclusion? Is the implementation available?
A. I use it daily to take advantage of the plan inference discount. B. Let's just say I didn't write the most robust javascript decompilation/deminification engine in existence solely as an academic exercise :)