Earlier quoted context omitted.
When that downtime happens is way more important than the amount of it. Imagine if your payroll system was down for 8 hours a month, but it just so happened to be the day payroll do their calculations?
Totally. The uptime metrics are deceiving imo. A more useful measure for a productivity tool like Claude Code is uptime during work hours for a given time zone. I strongly suspect at least for the three US time zones, we would be looking at a single nine of uptime for that measure.
Elevated error rate across multiple models
281–290 of 293 posts
Re: Elevated error rate across multiple models
#282Earlier quoted context omitted.
Bad faith, or perhaps just ignorance. It reminds me of purist junior engineers - and I have been one - refusing to understand or tradeoff in the world beyond their own. Rather than argue with those of us who are pointing out messy realities, this commenter might be better served filing a bug against any number of the projects that offer installation this way, asking them to remove it, and see if it lands any better.…
I would appreciate it if you would respond to me directly rather than suggest vaguely that I'm inexperienced and don't understand the realities of software distribution. I would also appreciate it if you actually talk about something concrete rather than simply claiming to be right. You shouldn't pipe stuff from the internet into your shell. Are you claiming that's about some highfallutin "technical purity"? Is it te…
Nobody would argue that it's categorically safe/good/smart to blindly pipe a script into your shell; and for the record, I agree. I would also readily agree that habituating users to doing this probably creates new, more general risks especially among how less-technical users interact with their CLI.
However, the realities of the "real world" make it popular for a reason, in light of those negatives; tons of scaled projects continue to offer a 1-liner. So we have to ask, why? They'd probably say that's because it (a) improves project adoption, and (b) reduces "install broken" tickets.
You have to address the non-technical merits and goals to get behavior to change here, and sadly, I don't think anyone has done that.
But who cares about me? I'm not currently maintaining one of these (though I did once). My suggestion to bring your argument to an active project was genuine: try it! I'd be delighted to see you bring about the change you want.
[PS: The commenter I replied to originally used the term "bad faith", which they've since edited]
Re: Elevated error rate across multiple models
#283Re: Elevated error rate across multiple models
#284Earlier quoted context omitted.
Totally. The uptime metrics are deceiving imo. A more useful measure for a productivity tool like Claude Code is uptime during work hours for a given time zone. I strongly suspect at least for the three US time zones, we would be looking at a single nine of uptime for that measure.
Imagine your boss complaining about your productivity in the same way you blame your tools.
Re: Elevated error rate across multiple models
#285Earlier quoted context omitted.
>> It’s 36°C outside Yeah AI Data Centers do that....
I really wish people wouldn't pretend these actually matter compared to, say, the proliferation of personal internal combustion cars, or shipping using bunker fuel.
[1] - "...Data centers are projected to surge from consuming 4% of U.S. power to 9%–12% by 2030. Morgan Stanley forecasts that the resulting emissions from this American infrastructure spike will equal roughly 40% of the entire U.S..."
[1] - https://opportunitygreen.org/data-centres/?tab=overview
Re: Elevated error rate across multiple models
#286Earlier quoted context omitted.
>> What can your company do? Hire some Developers?
Developers who can code without LLMs will go extinct in couple years and there will be legends about them, you should at least have some decent open weight model as a backup
Re: Elevated error rate across multiple models
#287Earlier quoted context omitted.
Imagine your boss complaining about your productivity in the same way you blame your tools.
Imagine you told your boss you slept 8 hours a day like everyone else, so your productivity is the same. Except you sleep during working hours and everyone else is awake!
Re: Elevated error rate across multiple models
#288I suppose it's a good time to encourage people trying out pi[1] with any cheap model from the openrouter rankings page[1]. [1] https://pi.dev/ [2] https://openrouter.ai/rankings
I retried Pi yesterday with GLM5.2 and Deepseek I asked a simple question about my codebase. Pi: >60s and 100k tokens, I cancelled and gave up Claude (pointed at the same deepseek model): 17s 15k tokens I burned my $5 GLM budget in 15 minutes. So idk what the Pi hype is about cuz this is my 3rd disappointing try
Not worth it in my opinion.
You'll get 10x more value by using MiMo 2.5 or DeepSeek Flash which is what I use for most code.
Re: Elevated error rate across multiple models
#289Earlier quoted context omitted.
99% of developers are most definitely not comfortable piping a script into the shell. I would never runa script without reviewing it. I would install a package from a distros repository without reviewing the contents, however, because I can trust that a distro maintainer has reviewed it, that anyone else in the community can review it, and that that the bytes I'm downloading are the specific bytes I'm supposed to be…
As someone who has spent years in the software industry in silicon valley - My experience does not match yours.
Well, I suppose that matches the "move fast and break things" credo. lol.
Re: Elevated error rate across multiple models
#290I suppose it's a good time to encourage people trying out pi[1] with any cheap model from the openrouter rankings page[1]. [1] https://pi.dev/ [2] https://openrouter.ai/rankings
With Agent Client Protocol (ACP) you can keep the same UI and switch not models, but entire agents, that means using tools/prompts/compaction/etc that are tailored for the model. Try Zed[1] for GUI and pool[2] for TUI. [1] https://zed.dev/ [2] https://github.com/poolsideai/pool