Skip to content(if available)orjump to list(if available)

Claude Is Down

Claude Is Down

62 comments

·November 7, 2025

davidw

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.

Ancapistani

Funny you should say this - just this morning I was mocked during a standup because I use Neovim instead of VSCode.

Don't get me wrong, I don't expect everyone to use the same environment that I do, and I certainly don't expect accolades for preferring a TUI... but that struck me as a regression of sorts in software development. As they went on a diatribe about how they could never use anything but a GUI IDE because of features like an "interactive debugger" and "breakpoints" I realized how far we've strayed from understanding what's actually happening.

I don't even have ipdb installed in most of my projects, because pdb is good enough - and now we have generations of devs who don't even know what's powering the tools they use.

r14c

Maybe its a generational thing, but to me an elite hacker is an uwu catgirl type with lain vibes that knows an unhealthy amount about computers. typically an emacs evil-mode user who would quote weird poems about whatever software they're working on.

elpakal

Sir the vibe coding didn’t work, break the glass and call in dev!

summarity

It’s wall e but for devs

jacquesm

Emacs or vim? Code? No, the source code was lost aeons ago, all we have is hexedit on /proc. Please don't cause it to dump core just get it out of its infinite loop.

PeterStuer

"It's a UNIX system, I know this"

bitwize

"Everybody stand back! I know regular expressions."

https://xkcd.com/208/

hearsathought

Not just any code. COBOL or FORTRAN. Heady stuff.

bdcravens

I guess this will be the next generation of classic news cycle on HN:

1. {AWS, Github} is down

2. Post to HN about it

3. Comments wax poetic about getting rid of it and doing it the "old way"

4. It's back up before most read the post

__0x01

The monster babbleth no more, sire.

spullara

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.

mrkiouak

The key thing I'm confident in is that 2-3 years from now there's going to be a model(s) and workflow that has comparable accuracy, perhaps noticeable (but tolerable) higher latency that can be run locally. There's just no reason to believe this isn't achievable.

Hard to understand how this won't make all of the solutions for existing use cases commodity. I'm sure 2-3 years from now there'll be stuff that seems like magic to us now -- but it will be more-meta, more "here's a hypothesis of a strategically valuable outcome and heres a solution (with market research and user testing done".

I think current performance and leading models will turn out to have been terrible indicators for future market leader (and my money will remain on the incumbents with the largest cash reserves (namely Google) that have invested in fundamental research and scaling).

embedding-shape

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.

throwaway314155

What’s the distinction between MXP4 and Q8 exactly?

embedding-shape

It's a different way of doing quantization (https://huggingface.co/docs/transformers/en/quantization/mxf...) but I think the most important thing is that OpenAI delivered their own quantization (the MXFP4 from OpenAI/GPT-OSS on HuggingFace, guaranteed correct) whereas all the Q8 and other quantizations you see floating around are community efforts, with somewhat uneven results depending on who done it.

Concretely from my testing, both 20B and 120B has a lot higher refusal rate with Q8 compared to MXFP4, and lower quality responses overall. But don't take my word for it, the 20B weights are tiny and relatively effortless to try both versions and compare yourself.

eli

Should be a bit faster if you run an MLX version of the model with LM Studio instead. Ollama doesn't support MLX.

Qwen3-Coder is in the same ballpark and maybe a bit better at coding

ZeroCool2u

LM Studio will run dynamic quants from Unsloth too. Much nicer than Ollama.

sebastiennight

Could you share which Macbook model? And what context size you're getting.

onion2k

I just checked gpt-oss:20b on my M4 Pro 24GB, and got 400.67 tokens/s on input and 46.53 tokens/s on output. That's for a tiny context of 72 tokens.

turblety

Are you running the full 65GB model on a MacBook Pro? What tokens per second do you get? What specs? M5?

jonaustin

On an m4 pro 128gb: 75 t/s.

Caveat: That's just for the first prompt.

iAMkenough

If they're running 120B on a M5 (32GB max of memory today), I'd like to know how.

thaw13579

Probably an M4 which has up to 128GB currently

moralestapia

That must be a beefed up MacBook (or you must be quite patient).

gpt-oss:20b on my M1 MBP is usable but quite slow.

kasperset

It reminds me of early day of Twitter's fail whale.

van_lizard

Ask Gemini to make a nice anime portrait of Claude. Maybe with an interesting weapon in hand just in case.

yodon

> This incident has been resolved.

xrd

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.

embedding-shape

> I wonder why I can't find a model that only does Python and is good only at that

I don't think it's that easy. The times I've trained my own tiny models on just one language (programming or otherwise), they tend to get worse results than the models I've trained where I've chucked in all the languages I had at hand, even when testing just for single languages.

It seems somewhat intuitive to me that it works like that too, programming in different (mainstream) languages is more similar than it's different (especially when 90% of all the source code is Algol-like), so makes sense there is a lot of cross-learning across languages.

XzAeRosho

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

jazzyjackson

And or, the lower parameter models are straight up less effective than the giants? Why is anyone paying for sonnet and opus if mixtral could do what they do?

null

[deleted]

xvector

No, it's because that's not how training an LLM works.

xrd

But, for example, Zig as a language has prominent corporate support. And, Mitchell Hashimoto is incredibly active and a billionaire. It feels like this would be a rational way to expand the usage of a language.

acedTrex

because a smol model that any of the nonprofits could feasibly afford to train would be useless for actual code generation.

Hell, even the huge foundational models are still useless in most scenarios.

trvz

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

Balinares

Qwen3 Coder 30B A3B is shockingly capable for its parameter count, but I wouldn't overlook how much weight the words "for its parameter count" are carrying here.

xrd

I haven't. I will.

I wonder if you could ablate everything except for a specific language.

mrinterweb

Claude has had an uncomfortable number of availability incidents recently. https://status.claude.com/

trq_

We're back up! It was about ~30 minutes of downtime this morning, our apologies if it interrupted your work.

TIPSIO

I noticed a huge dip in activity in one of the subreddits I frequent exactly at the same time

bashy

Yeah, getting this;

API Error: 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"},"request_id":null}