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

Programming

21456 readers
248 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 [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 91 points 2 days 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!

[–] [email protected] 9 points 2 days ago* (last edited 2 days ago)

In soviet russia, ChatGPT uses you for vibe coding!

[–] [email protected] 11 points 2 days 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.

[–] [email protected] 10 points 2 days 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.