this post was submitted on 13 Apr 2025
260 points (99.2% liked)

Technology

68772 readers
4729 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
[–] hera@feddit.uk 23 points 3 days ago (2 children)

As a very experienced python developer, I have tried using chatgpt for debugging and vibe coding multiple times and you just end up going in circles and never get to a working solution. It ends up being a lot faster just to do it yourself

[–] j0ester@lemmy.world 2 points 1 day ago

Thank you! So many morons saying you can just use Generative AI to build whatever you need. That’s a no..

[–] gigachad@sh.itjust.works 12 points 3 days ago* (last edited 3 days ago) (1 children)

Absolutely agree. I just use it for some simple stuff like "every nth row in a pandas dataframe slice a string from x to y if column z is True" or something like that. These logics take time to write, and GPT usually comes up with a right solution or one that doesn't need a lot of modification.

But debugging or analyzing an error? No thanks

[–] AdamEatsAss@lemmy.world 9 points 3 days ago (2 children)

I have on multiple occasions told it exactly what the error is and how to fix it. The AI agrees, apologizes, and gives me the same broken code again. It takes the same amount of time to describe the error as it would have for me to fix it.

[–] BreadstickNinja@lemmy.world 8 points 3 days ago

This is my experience as well. Best case scenario it gives me a rough idea of what functions to use or how to set up the logic, but then it always screws up the actual implementation. I've never asked ChatGPT for coding help and gotten something I can use off the bat. I always have to rewrite it before it's functional.

[–] spirinolas@lemmy.world 3 points 2 days ago

My rule of thumb is, if he doesn't give you the solution right off the bat he won't give you one. If that happens either fix it yourself or start a new chat and reformulate the question completely.