Live data from Hacker News

Claude Is Down

status.claude.com

11–20 of 78 posts

Re: Claude Is Down

#11
post #8
post #6

everyone, switch to open ai for 50% off. today only!

OpenAI's track record has been rather poor this month as well actually, look at all the yellows and reds: https://status.openai.com/

Oh wow, I actually had no idea. It would be super nice to see all the AI API's statii on a single page.

Is that too much to ask for in 2025?

Re: Claude Is Down

#12
post #10

This is why I asked this question yesterday: "Ask HN: Why don't programming language foundations offer "smol" models?" https://news.ycombinator.com/item?id=45840078 If I could run smol single language models myself, I would not have to worry.

The answer to most convenient solutions is money. There's no money in that.

Re: Claude Is Down

#13
post #11
post #8

Earlier quoted context omitted.

OpenAI's track record has been rather poor this month as well actually, look at all the yellows and reds: https://status.openai.com/

Oh wow, I actually had no idea. It would be super nice to see all the AI API's statii on a single page. Is that too much to ask for in 2025?

If you build it, they will come

Re: Claude Is Down

#15
post #10

This is why I asked this question yesterday: "Ask HN: Why don't programming language foundations offer "smol" models?" https://news.ycombinator.com/item?id=45840078 If I could run smol single language models myself, I would not have to worry.

Have you even tried Qwen3-Coder-30B-A3B?

Re: Claude Is Down

#16
On flights with shitty wifi I have been running gpt-oss:120b on my macbook using ollama. Ok model for coding if you can't reach a good one.

Re: Claude Is Down

#17
This is the part in the movie where they have to convince the grizzled hacker to come out of retirement because he's the only one who can actually operate Emacs or vim and write code.

Re: Claude Is Down

#18
post #11
post #8

Earlier quoted context omitted.

OpenAI's track record has been rather poor this month as well actually, look at all the yellows and reds: https://status.openai.com/

Oh wow, I actually had no idea. It would be super nice to see all the AI API's statii on a single page. Is that too much to ask for in 2025?

> all the AI API's statii

The Latin plural of "status", in the accusative form, would actually be "status" as well.

Something like

  omnes status intelligentiae artificialis in eadem pagina videre amem.

Re: Claude Is Down

#19

On flights with shitty wifi I have been running gpt-oss:120b on my macbook using ollama. Ok model for coding if you can't reach a good one.

GPT-OSS-120b/20b is probably the best you can run on your own hardware today. Be careful with the quantized versions though, as they're really horrible compared to the native MXFP4. I haven't looked in this particular case, but Ollama tends to hide their quantizations for some reason, so most people who could be running 20B with MXFP4, are still on Q8 and getting much worse results than they could.
Post reply on HN