this post was submitted on 07 Jul 2025
209 points (100.0% liked)

Programming

21432 readers
331 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] oantolin@discuss.online 84 points 1 day ago (3 children)

Normally people use ChatGPT to vibe code, this is the first instance I'm aware of of ChatGPT using people to vibe code!

[–] Atherel@lemmy.dbzer0.com 6 points 21 hours ago* (last edited 21 hours ago)

In soviet russia, ChatGPT uses you for vibe coding!

[–] zod000@lemmy.ml 8 points 1 day ago (1 children)

I actually had this happen more than once because of a coworker that uses Copilot and it would help him with code and use functions not in existance. He has since finally stopped trusting Copilot code without more testing.

[–] JWBananas@lemmy.world 9 points 1 day ago

Worse, they typically do exist, just in training data made up of others' code. Sometimes if you put the function names into GitHub search, you can find them.