this post was submitted on 05 Aug 2026
483 points (97.3% liked)

Technology

86879 readers
3837 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] naught@sh.itjust.works 4 points 5 hours ago (2 children)

I think you're right in general. I think juniors and those who havent yet had experience are not going to understand a goddamn thing and produce broken, insecure, unmaintainable slop.

I've written my share of garbage code -- completely by hand! And i'm much better for it.

Once you have that experience, once you've written a few backends and frontends, there's not much left to understand. Move the data from here to there. Display it, transform it, slice it up. For webdev AI is a huge force multiplier. I can make a dozen features or apps in the time it used to take me to learn one framework I was curious about. It even helps me learn faster because of how quickly I can test new patterns and ideas.

There's certainly a right way to use it if you want to continue being edified, burning the planet down aside.

[–] some_designer_dude@lemmy.world 2 points 5 hours ago

burning the planet down aside

If we only used AI for codegen, this probably wouldn’t be much of an issue. Those cat videos take more energy than building a complete app. Also, it’s all pretty new and the newest tech 40 years ago would have filled a warehouse and had the computational power of a potato, but here we are now. I expect we’ll get more efficient at it and in the ways we use it. And there’s already a huge worldwide shift in energy capture (America aside…)

[–] MangoCats@feddit.it 1 points 4 hours ago

I’ve written my share of garbage code – completely by hand!

Whenever I look back at old code, mine or others, the first words that usually come to mind are "what you have to understand about this is... we were on a tight schedule, we never thought this was going to be used in production, we weren't allowed to execute the planned and contracted refactor... etc. etc. etc."