this post was submitted on 01 May 2026
42 points (97.7% liked)

Technology

84257 readers
4271 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
you are viewing a single comment's thread
view the rest of the comments
[–] Passerby6497@lemmy.world 3 points 1 hour ago (1 children)

(especially if I can give it a coding standard and have it stick to it)

Hoooooh boy, that if is doing a lot of heavy lifting, in my experience. I'm constantly telling the stupid little stochastic fuck to follow basic coding standards I've given it.

I don't use a lot of AI tooling outside of debugging and a little bit into command discovery, but fuck if the little shit isn't constantly rewriting my code into a shit style that I hate and constantly correct.

[–] garretble@lemmy.world 1 points 27 minutes ago (1 children)

One of my bosses has been a little Ai-pilled recently and he also contributes code.

I can tell which parts are his AI slop not from any git blame or anything but because of how it looks. You can see the stylistic differences in a block of code from one file to the next, and also it seems like AI likes to add comments to everything, and he just copy and pastes it all into the file. Those comments are often very different looking, too. So just stylistically everything is all over the place.

[–] frongt@lemmy.zip 1 points 19 minutes ago (1 children)

So, just like any team project.

[–] garretble@lemmy.world 1 points 12 minutes ago

Everyone has their own style, but Bob over here doesn't change his style every day. Before, my boss had their own style, and if I ended up working on their code I'd try to match that just to keep things consistent. But now it's all over the place.

AI slop just flops out whatever it feels like at any given time since it's just cribbing everything from the internet.