this post was submitted on 29 May 2026
88 points (92.3% liked)

Programming

27464 readers
308 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ghodawalaaman@programming.dev 2 points 1 month ago (2 children)

even if you write code using an LLM and understand every line there is no way for anyone to detect whether you used AI or not

[–] SorteKanin@feddit.dk 4 points 1 month ago (2 children)

I wouldn't say that. I think you can definitely tell if something is AI generated. If nothing else, you can see it via the git history, with the amount of code written in a short amount of time.

[–] Hexarei@beehaw.org 5 points 1 month ago

Don't underestimate the speed afforded me by my vim skills ;-)

[–] ghodawalaaman@programming.dev 3 points 1 month ago

that's not proof that someone has used AI but I haven't seen a real AI slop repo so dont know

[–] shiroininja@programming.dev 1 points 1 month ago* (last edited 1 month ago)

Oh you can. But my autistic brain is really good at pattern detection. And LLM generated code just doesn’t feel human. I can’t explain it other than it has the same vibe and formatting as examples in a textbook.

Also, lazy vibe coders. You can literally see the boundaries of chunks of code where they move from prompt to prompt. It’s like gluing newspaper articles together.