We've Normalized AI Outages, and That Should Bother You
The article discusses the normalization of frequent outages in AI services, which has become a concerning trend in the tech industry. Despite the impressive capabilities of these tools, users have adjusted their expectations to accept unreliability, which could have serious implications for standards in software engineering. The author emphasizes that reliability should be a core value in technology, rather than an afterthought.
- ▪AI services like Claude, Anthropic, and OpenAI experience outages multiple times a week.
- ▪Users have adjusted their expectations to accept these frequent disruptions.
- ▪The author argues that reliability is a culture that should be prioritized in software engineering.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3880804) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mike Pultz Posted on May 17 We've Normalized AI Outages, and That Should Bother You #ai #discuss #softwareengineering #sre I've been writing software and running production infrastructure for over 20 years. I've been on call at 3am, written post-mortems, and had the kind of conversations with clients about downtime that you don't forget. The baseline expectation, baked into every product I've ever built or supported, is that reliability is non-negotiable.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).