this post was submitted on 31 Jul 2026
22 points (82.4% liked)

Technology

86835 readers
3733 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
[–] dil@piefed.zip 1 points 3 days ago (1 children)

I don't see how ai being used by the same software dev would lead to worse work, if they use it correctly on a task by task basis in cases where it doesn't need a lot of context/memory that keeps getting overwritten. I feel like they 100% use it as autofill or for structure that they check through while the companies claim it's just straight up aigenerated with no human input to boost their stock value.

[–] andyburke@fedia.io 4 points 3 days ago (1 children)

Because reading code isn't the same act as writing it.

It is way easier to miss a subtle issue when you are reviewing a bunch of code you didn't write than it is in code you actually wrote yourself using your own brain.

[–] dil@piefed.zip 2 points 2 days ago

That makes sense actually, I haven't programmed since freshman year of college and forgot how you hold it in your head. (which is stupid, while I use ai to mess with threejs, I still use blender geonodes manually which work the same as coding manually kinda, looking at other people's work it can be hard to process compared to when you make the tree yourself)