this post was submitted on 14 Mar 2026
215 points (98.2% liked)

Fuck AI

6408 readers
1553 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

Amazon is tightening software development controls after several internal code errors caused major outages that disrupted millions of customer orders. The company launched a 90-day “code safety reset” requiring stricter reviews and approvals before deploying changes to critical systems. The move also reflects concerns about risks from faster development using AI coding tools.

#Amazon #TechNews #AI #SoftwareEngineering #CloudComputing #DevOps #CyberReliability

you are viewing a single comment's thread
view the rest of the comments
[–] Burghler@sh.itjust.works 11 points 4 days ago (1 children)

The hashtags on my Lemmy app are rendered with markdown so it's just a big ass fat header larger than the actual content. The audacity that this app can be paid for.

Sync, btw

[–] snowykitty@piefed.blahaj.zone 10 points 4 days ago (1 children)

even then markdown should only do that if there's a space after I thought

[–] ulterno@programming.dev 8 points 4 days ago

Yeah, Markdown requires a space right after the #, but quite a few parsers choose to be forgiving of this rule, to make it easier for beginners.

Although that ends up making them pick up the proper syntax much more slowly.
And then also backfires in cases like what is shown here.