Management may eventually purge engineers that won’t adopt AI.

  • Korhaka@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    12 days ago

    I only use SQL at work and not really had much use with AI. I can’t give it our databases and the time it takes to describe the issue is usually slower than writing the solution myself.

    I have had it provide useful output when other options failed but it’s few and far between.

    • SpikesOtherDog@ani.social
      link
      fedilink
      English
      arrow-up
      2
      ·
      12 days ago

      I have some experience with SQL from Access. I can see it providing some guidance for how to do a join, but the deeper you get the more it starts resembling an expanded regex. I don’t expect the generated SQL to get the lists and parenthesis correct.

        • SpikesOtherDog@ani.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          11 days ago

          Not as much as asking the LLM to do so, but I feel that joining two tables is a basic task for us but I wouldn’t entrust it to the machine.

          • Korhaka@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 days ago

            Asking an LLM takes longer than typing join myself and is more likely to get it wrong.

            • SpikesOtherDog@ani.social
              link
              fedilink
              English
              arrow-up
              1
              ·
              10 days ago

              I get it. You know what you have to do and it’s faster if you do it yourself. It was the point I was getting at.