• badbytes@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    “2024 the report found that developers were not worried that AI would still their jobs.” Still? I think AI might take the articles author job first.

  • _cnt0@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    Invest in debugging and code review capabilities: With 45% of developers reporting increased debugging time for AI code, organizations need stronger code review processes. They need debugging tools specifically designed for AI-generated solutions.

    Or, maybe, don’t use tools that generate garbage code.

  • Onno (VK6FLAB)@lemmy.radio
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    It’s ironic that this comes from Stack Overflow where I’ve seen on more than one occasion the wrong answer selected as the solution whilst the right answer was ridiculed and voted down.

    This was happening long before Assumed Intelligence was pretending to be the nail to every hammer.

  • xoggy@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 days ago

    I prefer the term slot machine coding because you keep thinking you almost have a jackpot but there’s one lemon in there so you get that rush to keep pulling the lever and expecting different results.

    • xthexder@l.sw0.com
      link
      fedilink
      arrow-up
      0
      ·
      6 days ago

      This really puts into perspective why everyone seems to be so addicted to asking the AI bullshitter questions. Once again, the problem is gambling

    • bassomitron@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 days ago

      That’s a great way of putting it and definitely something I was guilty of doing when this stuff first emerged and I was experimenting with it.

      Nowadays, I only use our internal LLM to generate boilerplate or simple scripts that wouldn’t take me more than 5-10 minutes to write myself to save some tedium. I think that’s what most actual devs/admins do with it nowadays, if they interface with the tech at all.

      • ugo@feddit.it
        link
        fedilink
        arrow-up
        0
        ·
        6 days ago

        Which is doable with some snippet engine or simple file template and very minimal scripting to integrate that with your editor of choice.

        Not exactly a smart investment of trillion of dollars.

        • bassomitron@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 days ago

          Oh, 100%. I’m mostly a server admin these days, I don’t do much software dev stuff anymore. As such, it’s mostly powershell or python scripts. Using a dedicated IDE for fairly small scripts isn’t really needed .