this post was submitted on 07 Apr 2025
359 points (95.7% liked)

tumblr

4060 readers
669 users here now

Welcome to /c/tumblr, a place for all your tumblr screenshots and news.

Our Rules:

  1. Keep it civil. We're all people here. Be respectful to one another.

  2. No sexism, racism, homophobia, transphobia or any other flavor of bigotry. I should not need to explain this one.

  3. Must be tumblr related. This one is kind of a given.

  4. Try not to repost anything posted within the past month. Beyond that, go for it. Not everyone is on every site all the time.

  5. No unnecessary negativity. Just because you don't like a thing doesn't mean that you need to spend the entire comment section complaining about said thing. Just downvote and move on.


Sister Communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] BURN@lemmy.world 3 points 8 hours ago (1 children)

Developer here

Had to spend 3 weeks fixing a tiny app that a vibe coder built with AI. It required rewriting significant portions of the app from the ground up because AI code is nearly unusable at scale. Debugging is 10x harder, code is undocumented and there is no institutional knowledge of how an internal system works.

AI code can maybe be ok for a bootstrap single programmer project, but is pretty much useless for real enterprise level development

[โ€“] minorkeys@lemmy.world 1 points 8 hours ago

It's definitely not good for whole programs in one go or complex programming. Businesses hoping to replace coders isn't really happening. But for bite sized code sections like a simple function or non-coders who need something that does a bespoke task in their life? It seems pretty effective. I don't know a programming language but decided to try and automate my trading strategies and in a month I'd written a program in Python that automatically trades my opening strategy. I would never have been able to do that without chatGPT. It has effectively reduced the time it takes to have functional code significantly, especially as I need to use APIs which AI has been phenomenal at providing without needing to dig through the documentation.

It isn't replacing engineers but it definitely helps save time and can empower non engineers to make useful programs without needing years of schooling.