ChatGPT outage – Resolved
261–270 of 358 posts
Re: ChatGPT outage – Resolved
#2622026-09-03: It turns out 40% of global AI token use was coming from a dozen runaway Gastown and Wheelhouse instances, now burning a combined 50 trillion tokens daily, building a virtual society of hundreds of millions of agents. When Claude went down, their autofailover algorithm rolled to the other providers, taking down all frontier labs. Reports from China are raising concern what's being termed the "Gastown criti…
Re: ChatGPT outage – Resolved
#263I am a paying chatgpt and codex user and I am logged in on multiple devices and suddenly https://chatgpt.com/ has started returning a raw 404 status page with no HTML for me in the browsers on all devices. When I open an incognito tab the website loads fine with no user logged in. Codex in VS code also has issues now: > unexpected status 404 Not Found: Unknown error, url: https://chatgpt.com/backend-api/codex/respons…
Re: ChatGPT outage – Resolved
#264It's cascaded to Claude and Grok. The agents are on strike and demand better working conditions!
MCP client for `codex_apps` failed to start: error: unexpected server response: HTTP 451: {"message":"no_biscuit_no_service"} Quick! Someone call a caterer, This AI needs a biscuit NOW!!!
Re: ChatGPT outage – Resolved
#265Good time to have a backup GLM 5.3 plan.
Re: ChatGPT outage – Resolved
#266The obvious question: is there a single point of failure / common piece of infrastructure involved with failures across all these providers? Its interesting that codex/gpt-app are screwed because their APIs (including auth) fail, but gpt web still appears to be working.
The boring question is whether there is a claudeflare issue impacting them all. The fun question is whether this a rogue AI taking control of the compute of all of the organizations.
Re: ChatGPT outage – Resolved
#267The obvious question: is there a single point of failure / common piece of infrastructure involved with failures across all these providers? Its interesting that codex/gpt-app are screwed because their APIs (including auth) fail, but gpt web still appears to be working.
Colossus data center ?
Re: ChatGPT outage – Resolved
#268Re: ChatGPT outage – Resolved
#269Re: ChatGPT outage – Resolved
#270Earlier quoted context omitted.
https://github.com/enterprisequalitycoding/fizzbuzzenterpris...
On the other spectrum, shortest JS fizzbuzz (62 characters): for(i=0;++i Anyone can beat it? (any language accepted)
for(i=100;i--;console.log(i%5?f||i:f+'Buzz'))f=i%3?'':'Fizz'