Discussion
xeornet: Auth is failing, session kicked out.
izolate: Does anyone recall how to code manually? I certainly don't :-)
behnamoh: I feel ashamed writing code while Claude does it way better than me... I've found my forte is at designing systems and making project-level decisions rather, something that Claude still doesn't do very well.
lnenad: It's really amazing how stability of platforms has gone down in the last year or so.
romanhn: If only this was correlated with something else going on in the industry...
behnamoh: Yup, I get: OAuth token has expired. Please obtain a new token or refresh your existing token. And their /login page doesn't work.claudown
avra: I was wondering the same. They just updated the status page but it was showing green for a while and I couldn't login.https://status.claude.com/
verelo: Jesus that’s a bad looking status page lol it’s almost a rainbow
world2vec: Weird, it' all looks good to me. Using both Chat and Code variants without issues.
minton: Same. I have been using it all morning, no issues.
erksa: yes, the new normal is crazy. Claude/Github et al.They are dogfooding their own tools and causing so much downtime, all in the spirit of "staying a head".
zurfer: https://status.claude.com/incidents/jm3b4jjy2jrt https://news.ycombinator.com/item?id=47336889
aeblyve: I found it absurdly slow yesterday.
bartread: I don't know about down but I use the VS Code extension on a Pro plan (that I'm considering upgrading from) and it's been slower than molasses flowing uphill in winter for me this afternoon. I'm (a) feeling unwell, and (b) up against a deadline, so this is starting to damage my calm.
prmph: Are they going to extend my subscription time as a result? It ends today, but I was locked out an hour or so ago, and I'm not sure if that was actually due to this outage.All the vibe coding is clearly not working out too well.
rethab: Same issue here. What was the name of that question and answer site again where you had to manually copy and paste code from? ;-)Official status is still green: https://status.claude.com/But downdetector is clear: https://downdetector.com/status/claude-ai//edit: there's an official incident now: https://status.claude.com/incidents/jm3b4jjy2jrt
giancarlostoro: They just updated it some 4 minutes ago.> Update - We're currently investigating issues with Claude Code and Claude.ai. Some users may be unable to log in, and others may experience slower than usual performance. The Claude API is not affected.
ridiculous_leke: Can people drop a good LocalLlama setup that I can run on M4?
giancarlostoro: Not sure about LocalLlama, but have you tried LMStudio? If you use Zed it will auto-pickup whatever model you enable on LMStudio. I keep meaning to write a blog post about this for people unaware that you can pair the two pretty easily on a Mac. I mostly use CC but like to test offline models now and then to see how far they've come along.
ridiculous_leke: I use Ollama to run local models but have never used one with CC. Curious what models work best for people.
eduardogarza: Can someone that's worked at one of these big companies honestly explain how it happens that when these guys are down, it's never for like 10-15 mins ... it's always 1-2+ hours? Do they not have mechanisms in place to revert their migrations and deployments? What goes on behind the scenes during these "outages"?
jcfrei: Quick fixes have tendencies to break other stuff and just make matters worse. Better to leave it offline for a little longer, fix the definitive root issue and make sure it comes online nicely. If the issue was just a quirk in a recent deployment then these probably can be reverted easily on the endpoints where they were just deployed (I'm sure they are using staggered roll-outs). These long term downtime things are probably not issues related to a recent release.
iamsaitam: Login failed: Request failed with status code 500Good times..