Top
Best
New

Posted by rob 8 hours ago

Elevated error rate across multiple models(status.claude.com)
201 points | 249 comments
yanis_t 8 hours ago|
I 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

aftergibson 7 hours ago||
https://pi.dev/models is throwing an internal server error for me.
agentcooper 53 minutes ago|||
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

CBLT 47 minutes ago||
Linked your own project with an "All rights reserved" license? The only thing my company will allow me to do with that software is have AI steal it </s>
agentcooper 39 minutes ago||
We don't have any client-side telemetry. Conversations with Poolside models are stored, but you can use any ACP agent with pool. And we have plans to open-source it eventually.
kordlessagain 7 hours ago|||
I just did a build in Nemesis8 (containerized agents) and Pi appears to be working fine. Opencode is a good choice too if you're interested in checking out GLM 5.2 from z.ai.

https://github.com/deepbluedynamics/nemesis8

cromka 7 hours ago|||
Is pi better than opencode?
epistasis 4 hours ago|||
I haven't tried opencode, but when I opened pi I was able to complain about that silly and stupid left-padding that LLM TUIs have started using that prevents basic copy-paste operation, and pi was able to edit itself to fix it.

So I'm sold on that level alone. Good stuff.

zipy124 7 hours ago||||
They are different models. OpenCode is trying to be a claude code/codex replacement, where-as pi is something you build yourself, kind of trying to be an emacs type thing compared to vs-code. As in emacs it is more common to write your own extensions, where as in vs-code most people just download them.
agentdev001 6 hours ago||
I keep butting into the question of; why opencode, when you've got codex available? Codex is open source as well, and i can't seem to picture a situation where one would want Opencode over Codex.

As far as I can tell, they tick the same boxes- but one has the support of a big boy model provider.

coder543 4 hours ago|||
Well, the reason is simple: over the past several months, it has become very difficult to use Codex with non-OpenAI models. They removed the old edit tool that didn't require OpenAI's free form tool calling (that no other LLM host supports), they are adding tools to every request of a type that break most LLM hosts unless you use a proxy to filter them out, they add a "developer" role to some messages which breaks some chat templates, etc.

If someone wanted to fork Codex and make a community-maintained version that supports third party models, that would be great, because I liked Codex better than OpenCode for the most part.

Maybe you've found workarounds. Maybe you're using an old version of Codex. Maybe you have your own soft fork. I don't know. But I used to be able to use Codex with self-hosted models, and I gave up on that about a month ago as they kept breaking that.

agentdev001 4 hours ago||
Ah, I wasn't aware things regressed there. Yea certainly workarounds n soft fork sorts of things definitely would work- but thats a bummer than things have changed.

From watching Pr's and issues- seems like openai at least wants to come across as if theyre supporting non-oai models :/

coder543 4 hours ago||
Yeah... one of the relevant issues: https://github.com/openai/codex/issues/11940#issuecomment-45...

You would think they would support their own GPT-OSS model, but, not really anymore. I wish they would release a GPT-OSS 2, but this doesn't fill me with confidence.

Carrok 5 hours ago|||
If you care about privacy at all, you can route your Opencode requests through an inference provider that does not retain any logs or data. It is also much cheaper. So if your boxes include `Privacy` and `Affordability`, then no, they don't tick the same boxes.
agentdev001 5 hours ago|||
You can use the Codex harness with non-openai providers if you want.
arcanemachiner 2 hours ago||
Pretty sure you need to use an older version of Codex for this to work.
cromka 5 hours ago|||
I think they meant using Codex with non-openai providers?
trollbridge 6 hours ago||||
oh-my-pi is a bit of a cross between the two; comes with basically everything OpenCode does, but still easy to customise.

OpenCode is nice if you don't want to do a lot of research and just want to get started right away. The OpenCode Go plan for $5 a month for your first month is a great way to do this, with good models to choose from and reasonable usage limits for a beginner.

cromka 5 hours ago||
I use Go plan precisely with Opencode IDE (and also Jetbrains IDE suite), but now also have access Gemini Pro and Claude Pro. And wonder which tooling to invest my time into, especially that MCP servers also potentially come into play here, and I want at least some models/tools to handle private tasks, like handling my increasingly-complex Home Assistant setup. And I also want to start using models according to needs (plan, execution, reviews). This shit gets extremely complicated extremely quickly, not to mention how often this field shifts direction.
trollbridge 4 hours ago||
I use “all of them”. My primary harness is oh-my-pi. I probably use 10 different models on a regular basis.

I occasionally use OpenCode.

I try to use Codex and Antigravity as much as I can, often using it as a secondary agent (due to different usage pricing models than API). The same skills and MCPs work across harnesses.

Edit: I don’t use Claude Code simply because I already have enough to deal with and don’t see a major advantage to their harness. I use Opus credits from my Google subscription on the rare occasion I need them.

Cursor is also worth checking out particularly at the $20 a month price tier. If you have Grok you effectively already have it too.

I expect to have a completely different answer a year from now. The main “lift” we’ve gotten from AI tools is our clients now get an Android + iOS app + macOS app + Electron + PWA to go with whatever web based app they want us to build, at essentially the same original price. (There’s also a CLI and a TUI, but so far none of them care about that…)

We just made the decision to start adding MCPs to apps. Gonna be an interesting conversation in a few weeks when I can tell my business contact he can use his favourite chatbot to now plug in directly to the custom app he bought from me.

cromka 2 hours ago||
Nice, thanks for the write-up!
kordlessagain 7 hours ago|||
I like it.

One caveat is that it doesn't do MCP tools, but can wire them up with bash (or use CLIs if those are available).

sergiotapia 4 hours ago|||
I can vouch for ohmypi, it's quite good out of the box and works great with your codex subscription or openrouter or fireworks etc. Very good harness.

https://omp.sh/

bflesch 2 hours ago|||
website is super laggy and has low FPS
MrOxiMoron 7 hours ago|||
Except I was having connection issue and errors through open router too
jwr 7 hours ago||
"curl -fsSL https://pi.dev/install.sh | sh" — seriously? That tells me a lot about the whole project, unfortunately.
mik3y 7 hours ago|||
I am genuinely curious what it tells you, as "curl https//.. | sh" has long been an enormously popular approach to distribution in the open source world. Homebrew, to name just one example, advertises a similar method.

(pi.sh also documents other install methods, like `npm`, on their homepage)

If trust and security is the issue, unfortunately "better" ideas like hashpipe [1] never achieved critical mass

    [1] https://news.ycombinator.com/item?id=9318286
NekkoDroid 5 hours ago|||
I really hate the `curl <url> | sh` specifically because if your connection drops at a specifically unlucky point in time you are left with a partially executed script which if you are unlucky enough may just have been executing `rm -r ~/.cache/<pkg>/download` but it stopped at `rm-r ~/`.

Is it likely? No. Can it happen? Yea.

Just make it `curl -o <file> <url> && sh <file>` and this entire problem is gone.

cyberax 4 hours ago||
Most scripts now put all the code into a shell function and call it in the last line of the script, so this bug can't happen.
msdz 2 hours ago||
Correct, and/or in addition, most nowadays prepend something like `set -euo pipefail` to the scripts in the line immediately after the shebang which results in stopping on errors, including things such as syntax errors stemming from e.g. incomplete installer transmission over wire.

(At least for bash scripts, I’m not sure whether these are POSIX syntax to be frank.)

TacticalCoder 6 hours ago||||
> I am genuinely curious what it tells you, as "curl https//.. | sh" has long been an enormously popular approach to distribution in the open source world.

It's plain horrible. You could have, for example, a compromised server serving malware but only one out of every 100 download. The only signature you rely on is TLS.

Proper package distribution are using proper signatures schemes, are decentralized, even for some offer reproducible builds (meaning you can rebuild the whole package yourself and verify your build matches), etc.

Hashpipe is an attempt at reproducing some of those guarantees. Not unlike container pining using hashes. It at least fixes the "Jack and John installed this already and I know I'm getting the same version as they did".

Proper software distribution is signed, reproducible and ideally also uses some proof-of-existence for the hashes.

My bet is this: in the face of the countless supply chain attacks, we'll see more and more people getting very serious about security, including the security of software distribution. And curl bash'ing won't be part of it.

tovej 7 hours ago|||
What about better ideas like installing from source, or using a package manager? Or even flatpaks.
arbll 7 hours ago|||
From source: creates much more work for the user.

Package managers: ecosystem is fragmented, requiring a long list of distro- and package-manager-specific instructions. Many scripts already install through package managers, they simply make the user’s life easier.

Flatpaks: These are clearly designed for desktop applications, with CLIs treated as an afterthought. They may be the best long-term hope, but today they are definitely not as convenient or widely available as a simple script.

If you care about adoption, `curl | sh` is the only real option today, which is why virtually all project show it as the first option.

tovej 7 hours ago||
Bullshit.

There's plenty of big projects that don't suggest you curl a script right into your shell.

If you have curl, you're probably on Linux. Just use the package manager like an adult.

arbll 5 hours ago||
The "like an adult" is what has and will continue to hold back linux on the desktop. Always gatekeeping less technical users instead of acknowledging adoption and ease of use are critical.
8note 3 hours ago|||
i dunno, nothing about most computing is particularly easy to use or intuitive.

what has worked over time is having computers of various types in schools, where teachers teach students and let them play with it.

nobody teaches about the command line, so nobody knows what to do with it. its also inscrutible without a useable help view, unless you already know how to use the terminal

arbll 1 hour ago||
Windows, macOS, iOS, and Android are definitely much easier to use and more intuitive than Linux today. That’s because their developers are incentivized to put themselves in the shoes of less-skilled users and figure out how to build a good experience for them.

I’m all for higher Linux adoption on desktop, but there’s still a lot of resistance to making less-skilled users the primary target instead of power users.

Teaching can help, but if it takes 50 hours to learn the basics of Linux versus 5 hours for Windows, it’s a losing battle.

pluralmonad 4 hours ago|||
Is this stance gate keeping users? Isn't a pkg manager installation also a one liner? This seems more like gate keeping lazy distributors.
arbll 4 hours ago||
A lot of those scripts are wrappers around package managers. Creating them is extra work for distributors, but they still do it because package-manager installs are not truly one-liners and offer far less control over the installation experience.

Users need to figure out which of the 10+ package managers they should be using, then run several commands. If something fails, the error messages are often cryptic and not easily configurable by the distributor.

And that’s before getting into the many rough edges of package managers. Most of them flat-out refuse to handle configuration and leave that part to the end user. Now you also need to document how to edit YAML and restart a systemd service. With an install script this is also solved.

For power users, this always looks trivial. In practice it raises the barrier to entry and can meaningfully affect adoption if your product is often used by less technical people.

tovej 2 hours ago|||
Your arguments do not make even a little sense.

In what world does a user have to choose between 10 package managers? Each distro has exactly one. There are also only about three, maybe four main package managers out there.

A shell script being piped into bash has so many more ways to break than a package. And if yhe theory is that package managers are fickle (they aren't), then how does adding more complexity help?

It is much simpler, much safer, and easier to maintain a package than an install.sh, eapecially for a big project.

Configuration can be handled by a script, yes. Here's a crazy idea: Your package can include scripts for configuring the software. It's almost as if most packages do. The scripts/utilities could even restart a systemd service for you.

Unless you're talking about configuring your build, in which case we're dealing with an experienced developer who will have no trouble just cloning the repo and building from source.

My biggest issue is: if we're dealing with someone who can't use a package manager, we're dealing with someone who doesn't have the capacity to judge how safe a script downloaded off the internet is. This does not drive linux adoption, it drives botnet adoption.

arbll 1 hour ago||
It's crazy to me that even after seeing so many major software distributors choose `curl | sh` as their entry point, people like you will still argue to the ends of the earth that there’s no problem with the package manager ecosystem.

I'll stop there. I'm not interested in continuing this discussion when it's being conducted in bad faith.

mik3y 11 minutes ago||
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.

Technical purity/superiority isn’t the only factor, or even the most important one, driving projects to offer quick installers like this.

bflesch 2 hours ago|||
It's about trust and having an official account for packaging on each platform where my customers getting their software from.
arbll 1 hour ago||
Most official repositories have policies that are incompatible with the needs of software vendors (release timing, supported versions, bundled dependencies, etc...).

IMO a lot of the blame falls onto the package manager ecosystem refusing to take into account very valid needs and claiming they aren't real / desirable.

mik3y 7 hours ago|||
The ideas aren't mutually exclusive, and I've never seen an open source project support "curl | sh" without also supporting those methods.

Indeed, plenty of these scripts often act as a "what OS and packager do we have" mux. Just look at the source of this one, for example.

When you support an open source project at scale and/or with less savvy users, you come to see the benefit of "here, just f'ing slam this into your shell and we'll figure it out" installers. I know I have.

throwaway2027 7 hours ago||||
Claude Code does it the same way (which doesn't excuse it obviously) but still.

curl -fsSL https://claude.ai/install.sh | bash

https://code.claude.com/docs/en/quickstart

ardacinar 7 hours ago||
Yep, that's not an excuse. Claude goes down all the time, should pi also go down?

Oh wait (from another comment under this article): > https://pi.dev/models is throwing an internal server error for me.

sippeangelo 7 hours ago||||
Seriously, what is the threat model here?
InsideOutSanta 7 hours ago|||
There is no threat model that doesn't also apply to pretty much every other distribution method.

It's just people who have internalized "don't paste commands from the Internet into your terminal" and aren't thinking about exactly what makes pasting commands from the Internet into your terminal dangerous, and how that applies to this specific case.

arbll 7 hours ago|||
Nah bro package manager where you copy and paste their custom repo and key from the same website that hosts the `.sh` is definitely safer, trust me

/s

efficax 7 hours ago||||
it tells you they're just like basically every other CLI targeting project for the last 15 years? I mean is it a big security hole we all accept, yes, it is. But it's not really indicative of much. That's also how I install rust.
croes 5 hours ago||
We also accepted the security risks of npm and such and we get one supply chain attack after another.

Maybe security should be at a higher position on our priority list.

The careless days are ultimately over but we still don’t act like that.

Arubis 7 hours ago||||
I get this, and would recently have had a similar reaction. But I have to ask: do you typically run your agent harness in yolo mode?
horsawlarway 7 hours ago||||
Yeah, totally reasonable comment given the utter security that must come from anthropic with their installer, amiright?

oh wait...

"curl -fsSL https://claude.ai/install.sh | bash"

(right from https://claude.com/product/claude-code)

Further - what the flicking fuck do you think an installer is going to do on your system? Not run any commands? Because I've written installers for every platform... they ALL can run commands.

So what exactly is the complaint in this comment? If you want to go read the install script - knock yourself out (or hell, point your agent at it...).

kordlessagain 7 hours ago||
And you can simply look at the installer by pulling it up in the browser.
qarl2 7 hours ago||
You can simply look at the installer by leaving off the "| bash".
tuvix 7 hours ago||||
both the Julia and Rust programming languages use curl -> sh to install
tovej 7 hours ago||
Both of them provide that option. I've never installed rust without a package manager. Why would I?
qarl2 7 hours ago||
> Why would I?

Because then you can install it without depending on a package manager?

tovej 7 hours ago||
Yeah, from source in that case. Or using a verified binary if I absolutely had to.
qarl2 7 hours ago||
Yes, if you want to, you can do that.

Understand that 99% are comfortable trusting downloads. They know that it's just as easy to sneak backdoors into source code as it is to sneak backdoors into executables.

See also: XZ hack.

tovej 3 hours ago||
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 downloading.

If you run a script off the open internet, you're being massively irresponsible. There are so many attack vectors that could be used here, and they are much easier to implement than something like the massive social engineering attack that was XZ.

qarl2 7 hours ago||||
My dude - if you're going to trust them then you're going to trust them.

You think it's hard to obfuscate shell calls from inside a built executable?

What it tells us is that you're probably searching for reasons to grouse about AI.

plagiarist 7 hours ago||||
In general I agree with you, but on the other hand it is an agentic coding agent you should have isolated in a container or VM anyway
lo0pback 7 hours ago|||
[dead]
robertsconley 7 hours ago||
I have been developing software since the late 80s, mostly CAM software for metal cutting machines, and I have been refereeing tabletop roleplaying games like Dungeons & Dragons since the late 70s.

I get the power of LLMs, and I do find them useful. But I find them useful in much the same way I find a really good set of random tables useful, or a good set of rules for procedurally generating something like a star sector for a science fiction campaign.

For my day job developing software, and for the RPG campaigns and books I run and publish today, LLMs are, in many cases, random tables on steroids. After using them for two years, even with all their improvements, I am continually reminded by the results I get that, at the heart of it, I am still dealing with what amounts to randomly generated content.

Yes, I know it is more accurate to call the process probabilistic rather than random. And yes, somebody can construct a technically deterministic setup with fixed weights, fixed seeds, fixed sampling parameters, and a frozen runtime environment. But that is like saying you can recreate a rainstorm if you get a thousand butterflies to flap their wings in exactly the right way. It may be technically true, but it is not how the technology behaves in normal day-to-day use.

For practical purposes, given the same prompt and the same apparent starting conditions, the result can differ each time you use a model. The outputs will often be highly correlated, and often useful, but they are not deterministic software in the ordinary sense.

So far, I am failing to see how the inherent probabilistic nature of the technology can be fully overcome. I understand how we got to where we are today from older neural net technology, including the systems used for vision and sound. What we have now can be very useful. But my view is that it is being badly oversold and overhyped. Its probabilistic nature is being vastly underestimated, and that is a major reason for much of the weirdness and many of the failures we keep seeing.

In tabletop roleplaying, there have been times when hobbyists relied too much on procedurally generated content and ultimately got burned by it, either through campaigns that were not as fun or products that were subpar. Each time, the lesson was the same: there is no substitute for human judgment.

Any workflow or technology incorporating LLMs has to keep humans in the loop, and not merely as rubber stamps. The human has to remain the primary decision maker.

dgellow 2 hours ago||
> So far, I am failing to see how the inherent probabilistic nature of the technology can be fully overcome

I deeply hope we never reach the point where that’s overcome. What we’ve seen over the past few years is how AI will destroy humanness from pretty much the entire digital realm. It’s by far the most evil, anti-human technology ever created, corrupting everything it touches. The last thing we need is for it to become reliable

Legend2440 3 hours ago|||
The trouble is: there is no deterministic algorithm that can do the things neural networks can do.

For many of these problems, I think it is likely that no deterministic algorithm can exist because the problems are fundamentally underspecified. E.g. a common task in computer vision is generating a 3D depth map from a 2D image. This is inverting a lossy projection, so any solution must be a least partially a hallucination.

I think we just have to accept this. It's a different type of algorithm, built out of statistics instead of logic, with different strengths and weaknesses compared to traditional software.

kridsdale1 2 hours ago||
I feel the same way. Analogy: we’ve been geologists this whole time, building our dynamic and interesting mechanical planet.

Now, biology exists. It’s wet and messy and impossible to understand (we haven’t invented the microscope yet). That doesn’t mean biological study is not worth doing.

throwaway219450 4 hours ago|||
> I am failing to see how the inherent probabilistic nature of the technology can be fully overcome.

This is common in image generation pipelines because if you find an image you really like, you can store the seed and then reproduce it with small tweaks, otherwise - to quote Borges - “Look at it well. You will never see it again" User-facing deterministic pipelines do exist for generative AI.

I know you make this argument in your post, but that's really the answer if you want repeatable results. For a classifier or a detector, determinism is a requirement, but for an LLM non-determinism desirable property because it feels like a more natural conversation. The downside is it's extremely difficult to replicate a response without pointing the model to an earlier conversation.

And specifically for the RPG case, don't you want non-determinism? You don't want the model spinning up the same identical person if you say "Generate me an NPC character sheet for an innkeeper". This was a complaint that people had in the past, that models would regurgitate the same scenarios or the same jokes.

Where I suspect DMs run into trouble is not randomness, but lack of self-consistency in worldbuilding. Say you generate an NPC and then refer back to them later and the model gets some details wrong. You could compare to a system like Dwarf Fortress where everything down to the genealogy and faction relationships are rigidly generated.

jungturk 3 hours ago|||
Setting aside that we're living in a universe that's full of (practically) deterministic processes built over probabilistic components (and which behave sufficiently reliably without any human in the loop), I think the specific failure mode you're citing is that there aren't enough gates and constraints applied to the processes you've seen.

LLMs can contribute quite reliably given very narrow prompts and short horizons (keeping turns low and context brief). If you chain a bunch of these narrow contributions together and define guardrails (structured outputs, online evals, other-llm-as-judge/jury, etc...) you can produce a very repeatable workflow that reliably delivers to defined service levels.

The obvious issue being - you've got to define the workflow and implement all the guardrails, not hope that the LLM will infer them during a session or a one-shot prompt.

svachalek 6 hours ago||
I think we need to disqualify humans as well. Their brains have been shown to operate on probabilistic chemical interactions and even quantum effects.
robertsconley 6 hours ago||
That doesn’t disqualify humans. It highlights the difference I am talking about.

Those chemical interactions and quantum effects lead to emergent properties like judgment, experience, context, accountability, and an understanding of consequences. Those are not properties that LLMs possess, regardless of how useful their output can be.

That is not to say that, in the future, LLMs won’t be used as part of other systems that add some of those properties. But that is not what we have today, or what can be seen in the foreseeable near future.

ACCount37 2 hours ago|||
> Those are not properties that LLMs possess, regardless of how useful their output can be.

What makes you say that? Other than the usual "I'm a human, and humans must be very special, so when something that's not a human does X, it's either not real X, or X wasn't important in the first place".

It highlights, in my eyes, that "critical flaws" of LLMs are the same exact flaws that humans routinely suffer from. Sometimes LLMs have it worse, but sometimes they have it better too.

LLMs do improve release to release though. Humans are more of a mixed bag.

vamos_davai 4 hours ago|||
My understanding is that the quantum effects has 0 impact, see https://en.wikipedia.org/wiki/Orchestrated_objective_reducti.... It's currently fringe/unproven science.
kordlessagain 7 hours ago||
Actual 90d uptime: 97.6838% (calculated by Codex from live data)

  Computed from the page’s own data for 2026-03-26 through 2026-06-23:

  - Partial outage: 43h 15m 1s
  - Major outage: 6h 46m 48s
  - Total affected time: 50h 1m 49s
  - Major-only uptime: 99.6861%
So, only one 9 for 10x vibes.
fluidcruft 7 hours ago|
I want uptime modulo in my timezone/work hours. I don't give a shit about any 9's earned while I'm sleeping.
kordlessagain 5 hours ago|||
Sleeping less nowadays...
bflesch 2 hours ago|||
Thanks, never thought about that. Definitely makes sense for situations where you don't have 24/7 requirement for a service.

These stupid SLAs in the SaaS contracts should be reframed like this: 99.9% during working hours, not 99.9% overall. Would also give the SaaS vendor leeway to only guarantee 90% availability outside working hours, and then do their maintenance tasks in those windows.

hmokiguess 2 hours ago||
> Be Anthropic

> Optimize your bottom line for token spending so you collect $$$$

> Release Ultracode feature that optimize for Token Spending (a.k.a Dynamic Workflows)

> Tokenmaxxing achieved + 529 Overloaded unsustainable APIs everywhere

swader999 7 hours ago||
I had to log in to github and review a PR by hand just now. I felt like a savage again!
badlibrarian 2 hours ago||
It started failing two days ago, when it suddenly couldn't access gmail threads reliably. Then it started popping up warnings that I was over quota when I wasn't. It even let me use Fable briefly, or pretended to. Meanwhile search finally started working, so there's that.

This video, wow: https://www.threads.com/@founder__growth/post/DZz_9Ikj3Wx

Out of desperation, I moved to ChatGPT and it's working better than I remember. All these companies are playing games under load, under failure. No wonder we can't agree on what's good for what.

ra0x3 8 hours ago||
status.claude.com looks like a holiday christmas ornaments
dcchuck 8 hours ago||
Our team calls this "full three pepper blend" ;)
dpedu 7 hours ago|||
https://anthropicisdown.com/
braindeadly 7 hours ago|||
Looks like Mike and Ike candy.
bflesch 2 hours ago||
The ridiculous marketing message about their oh-so-good-we-cant-release-them models is just the cherry on top.
elAhmo 3 hours ago||
Speaking of LLM looping techniques, Claude seems to be having elevated error rate on a /loop as well.
TheSilva 8 hours ago||
So can we hire back those Oracle workers to write some code now?
mdrzn 8 hours ago|
The rainbow has to keep being a rainbow.

ClaudeCode still has a 99.27 % uptime

ClaudeCowork has 99.52 % uptime

ClaudeForGovernment has 99.93 % uptime

fearmerchant 7 hours ago|
I must be unlucky because I'm in that .73% way more than .73% of the time.
Schiendelman 4 hours ago|||
That's how outages on very popular systems work - there's no downtime when most engineers are sleeping, since they're not under load.
KyleTheDev 4 hours ago||
A lot of deployments are also being done by engineers, performing the deploys while awake. Thus increasing the risk of outages while I'm awake. :(
lordgrenville 4 hours ago|||
There was a post on here the other day explaining this exact phenomenon: https://brooker.co.za/blog/2026/06/19/waiting.html
More comments...