• Solumbran@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 minutes ago

    There can be a million papers on how AI is worthless, the vibe coders are way too brainwashed into their shitty habits that they’ll never stop. It’s basically a sect at this point, but a sect that is destroying the world.

  • Lovable Sidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 hours ago

    I’m a retired software dev, but anactive developer I know talks about how much time he saves daily by using Claude for grunt work.

    • toofpic@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 hours ago

      Most of the younger generation devs at my company are using ai coding - mostly for said gruntwork (like writing small functions, api methods, writing what data they want to see instead of complex sql requests), but some are more enthusiastic and use heavier agentic setups. The best validation is that we still have old-school human pull request reviews (enforced by a scary Chief R&D) and if your colleague would see something unreadable or weird, your stuff wouldn’t pass.
      I’m a Product Manager and I have several pet products now - all pretty viable (depending on the time I invested in each of course). A stocks website, a money splitting android app (now passing google play review), a weather app. All working, and I have really low coding skills myself

    • hperrin@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 hours ago

      Tell him this: If you’re writing that much boilerplate (grunt work), you’re probably doing something wrong. If AI can write your normal work, you really should be learning, so not using AI at all.

      • Lovable Sidekick@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 hour ago

        Actually I’m not going to tell a dev with decades of experience that an internet rando thinks he’s doing his job wrong lol.

        • hperrin@lemmy.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 hour ago

          K. It’s astounding to me that after decades in the business, he’s still writing code that can be written by basically an intern.

          When I try to get AI to write my code, it stumbles all over itself just failing to understand the simplest of my libraries. (Literally it made multiple mistakes using the fucking tokenizer library I wrote that is so simple, an intern would have no problem with it.)