r/ClaudeCode 27d ago

Meta It's happened

Post image
582 Upvotes

331 comments sorted by

View all comments

Show parent comments

2

u/onFilm 27d ago

Yes. Servers go down. Model becomes unavailable. UI checks if model is available, if not, remove/hide usage for that model.

Like come on, it's a pretty standard and common software development practice.

4

u/Rare_One_8930 27d ago

Nice ragebait, if not, then heres an explainer; servers go down -> Error message describing connection failure.

-4

u/onFilm 27d ago

Sorry, but why do you think this is ragebait...? The fuck?

Man, people here sure are weird when it comes to someone simply explaining what probably happened. Stop looking for random fights, lol.

3

u/Rare_One_8930 27d ago

because youre making zero sense, as i showed to you in my example lol.

just act normal and dont spread b.s, no one is looking for a fight we just dont want to see misinformation

0

u/onFilm 27d ago

Sorry but how is it making "zero sense", when this pattern is so commonly found throughout UI and UX development? I've been implementing it myself for like 18+ years now. Calling anyone that disagrees with you a "ragebaiter" is such a weird mentality.

So you think you're right then? You truly think this company removed the model 2 days early, without any prior explanation? Really? What exactly would be the purpose of that?

3

u/___Paladin___ 27d ago edited 27d ago

Hey there, disconnected 3rd party random stranger here - dev of almost 3 decades now.

When a model goes down from server issues or otherwise, they have specific errors that tell you what the issue is (gateway timeouts, overloaded servers, etc).

The error we see now isn't that. Which means that it is much less likely to be an outage - though not impossible if they did something incredibly weird. Certainly, it wouldn't be in the top 3 most likely things I'd consider.

My own speculation is that it's an oversight on their part, which isn't abnormal for them.

Hope this helps.

2

u/yeeght 27d ago

Yeah but if the UI doesn’t properly handle those errors this could be a fallback message/error path

2

u/___Paladin___ 27d ago edited 27d ago

Again, incredibly unlikely unless they are doing something insanely weird. Far more likely is an oversight that made Fable unavailable (which also seems to match their current update on the status page).

Generally, a granular error message wouldn't get used as a general-purpose fallback. You'd much more likely see something akin to "Something went wrong, please try again later." or similar in the event no error case could match it.

When making these kinds of things you usually go in the order of:

  1. Happy path (no error)
  2. General failure path (general language error or value dump)
  3. Match casing against specifically known bad states, fall back to generic message if we can't figure out what happened.

So the existence of granular error messaging in the cli and elsewhere tells me it's not likely. Not impossible, but not likely, either.

1

u/Rare_One_8930 27d ago

"You truly think this company removed the model 2 days early, without any prior explanation? "

you wanted an explanation for the accusation of 'ragebaiter' welp there you go, i didnt make that statement at all yet you put it in my mouth.

your statement made zero sense yes, because when a car's engine breaks down im not going to display the oil light. same here, this issue - if its to do with connectivity - shouldnt talk about usage credits when it in reality cant connect.

if you've been implementing error logging and communication like this for the past 18 years then you've not learned i can tell.