this post was submitted on 27 Apr 2026
796 points (99.0% liked)

Technology

84171 readers
2538 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] BlackLaZoR@lemmy.world 3 points 37 minutes ago

Learning from mistakes of people dumber than you isn't a thing these days. Prepare for one AI disaster after another

[–] dbtng@eviltoast.org 7 points 1 hour ago

3-2-1
Its really common for companies to not have an offsite backup. My own employer only offsites the customer data, not our core biz stuff. And I setup the offsite replication. It did not exist until I built it. (Proxmox Backup Server is tha best!)

[–] WhatsHerBucket@lemmy.world 32 points 3 hours ago (2 children)

"That's ok, it will be great in robots with lethal weapons. What could go wrong? It'll be the greatest killing machine, like you've never seen before". 🫲 🍊 🫱

[–] _g_be@lemmy.world 3 points 38 minutes ago

Incredible emoji

[–] Napster153@lemmy.world 2 points 28 minutes ago

Can we make sure to make Ted Farro suffers worse this time?

Being reduced to a mutant blob for, say, a few extra thousand years and maybe put in a zoo or something?

[–] percent@infosec.pub 22 points 3 hours ago (2 children)

Seems like they were operating with a pile of bad practices, then threw AI into the mix.

Neural networks are approximation algorithms. There's a reason LLMs are generally more productive with statically typed languages, TDD, etc. They need those feedback loops and guard rails, or they'll just carry on as if assuming they never make mistakes (which tends to have a compounding effect).

If you want to use AI safely, you should be more defensive about it. It will fuck up; plan accordingly.

[–] Kage520@lemmy.world 7 points 2 hours ago (3 children)

There really should be a certification course for using AI safely. I'm slop coding a hobby app and I'm shocked at how much it FEELS like it can do, because it can do amazing things, yet fails in the strangest ways. When it feels like it can get away with it, it forgets earlier discussions and moves on without it. So you can spend time hammering out a whole section of code, then move on, and AI will rip out everything that references that code and think of a different way in the moment and code that in instead. It won't be the same. It probably won't work, or at least won't pass all test cases. But if you aren't paying attention and keep coding, your original part of the project is no longer functioning and you won't understand why. But every step of the way it's confident in its answers and you won't suspect that it fundamentally no longer understands the project.

[–] ExFed@programming.dev 5 points 1 hour ago* (last edited 1 hour ago) (1 children)

As someone who started writing software over 20 years ago (yikes I feel old), I feel like a lot of the best practices I've come to appreciate are really just strategies for mitigating future pain or boring/uninspiring work. When you eliminate most of the cost of rewriting everything from scratch by a machine that feels nothing, then "best practices" kinda lose their meaning.

Edit: confusing sentence order.

[–] Rooster326@programming.dev 2 points 1 hour ago* (last edited 1 hour ago)

I feel like a lot of the best practices I've come to appreciate are really just strategies for mitigating future pain or boring/uninspiring work.

And now you know the difference between Intelligence and Wisdom.

Also everything has a cost. The only time something has no cost is when you decide your life, your time, is meaningless.

[–] mark@programming.dev 5 points 2 hours ago* (last edited 2 hours ago) (2 children)

yup and when you DO catch it spitting out nonsense. it"ll say "oh you right, let me change that".. 🙄 like, why do I have to tell you that you're wrong about something? You should already know it's wrong and fix it without me ever pointing it out.

[–] Rooster326@programming.dev 8 points 1 hour ago

But it didn't even understand it was wrong

It can't understand that. It can't understand anything

The Human-feedbaxk algorithm dictates humans prefer to receive an apology so it does.

[–] SparroHawc@lemmy.zip 6 points 1 hour ago

That's because it doesn't really 'know' things in the same way you and I do. It's much more like having a gut reaction to something and then spitting it out as truth; LLMs don't really have the capability to ruminate about something. The one pass through their neural network is all they get unless it's a 'reasoning' model that then has multiple passes as it generates an approximation of train-of-thought - but even then, its output is still a series of approximations.

When its training data had something resembling corrections in it, the most likely text that came afterwards was 'oh you're right, let me fix that' - so that's what the LLM outputs. That's all there is to it.

[–] Rooster326@programming.dev 4 points 2 hours ago* (last edited 1 hour ago)

There is a course. It's called experience. Common sense.

All that any 4 hour YouTube/LinkedIn learning would-do would-be to perpetuate this idea that developers aren't necessary. Take this course, buy these tokens and become A based God

load more comments (1 replies)
[–] sturmblast@lemmy.world 2 points 1 hour ago

It's gonna take your job... uh huh..

[–] thedeadwalking4242@lemmy.world 9 points 3 hours ago (1 children)

Gunnar be honest. It's not a good backup if this can possibly happen. Like LLMs agents are dangerous but if you can just delete everything in 9 seconds then you need to rethink your security practice. No one employee should have that much power.

[–] corsicanguppy@lemmy.ca 3 points 2 hours ago

There are rules for backups and role separation. Some of that is in iso27002, and none of it is even known by these lost boys bereft of proper mentorship and bouyed by their own accidental success.

[–] LordCrom@lemmy.world 30 points 4 hours ago (1 children)

This was the exact plot of Silicon Valley when Son of Anton deleted the entire codebase as the most efficient way to remove bugs.

[–] Rooster326@programming.dev 6 points 2 hours ago

And it was right!

[–] Fmstrat@lemmy.world 71 points 6 hours ago (1 children)

This guy.

The PocketOS boss puts greater blame on Railway’s architecture than on the deranged AI agent for the database’s irretrievable destruction. Briefly, the cloud provider's API allows for destructive action without confirmation, it stores backups on the same volume as the source data, and “wiping a volume deletes all backups.” Crane also points out that CLI tokens have blanket permissions across environments.

Oh look, they have project level tokens: https://docs.railway.com/integrations/api#project-token

They chose to give it full account access, including to production. But ohhhh nooooo it's not MYYYY fault!

[–] chronicledmonocle@lemmy.world 60 points 5 hours ago (5 children)

Also backups stored on the SAME VOLUME as the prod data? How fucking stupid do you have to be?

[–] Fmstrat@lemmy.world 21 points 5 hours ago (6 children)

Oh yes, I skipped that part. Railway specifically explains their solutions are self-managed. If they were doing pgdumps to the same volume, that's on them.

If Railway loses business over this, they may have a libel claim. They'd never do it, but it wouldn't be invalid.

load more comments (6 replies)
load more comments (4 replies)
[–] diabetic_porcupine@lemmy.world 4 points 3 hours ago (1 children)

9 seconds eh? What a record !

[–] thermal_shock@lemmy.world 2 points 2 hours ago (1 children)

Wait til someone invents 8 second wipes

[–] nexguy@lemmy.world 2 points 1 hour ago

That's crazy talk

[–] SaharaMaleikuhm@feddit.org 7 points 3 hours ago

Skill issue

[–] SabinStargem@lemmy.today 56 points 6 hours ago (6 children)

This isn't an AI problem, this is an "Don't allow anyone access your backups without following protocol." problem.

load more comments (6 replies)
[–] 1hitsong@lemmy.ml 75 points 7 hours ago

I love reading feel good news stories. 🤗

load more comments
view more: next ›