• Rooster326@programming.dev
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    5
    ·
    edit-2
    5 hours ago

    What exactly is “Used AI” though?

    Most developers are going to have some form of auto complete - AI powered or not.

    Is it just assets I assume?

    • fonix232@fedia.io
      link
      fedilink
      arrow-up
      2
      ·
      2 hours ago

      And more and more engineers use genAI to generate code. Hell, even I do, because it’s superb at getting the boilerplate ready from standard definitions, allowing me to focus on the important bits.

      LLMs are also pretty great at extrapolating a good working document from basic requirements.

      They’re really just a quite knowledgeable but inexperienced intern, and any software engineer that refuses to utilise them to some extent will be left behind - just like those who refused to move to IDEs with syntax highlighting, autocomplete and other helper tools.

    • Echo Dot@feddit.uk
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      2
      ·
      4 hours ago

      Autocomplete isn’t AI. It’s string recognition which predates AI by about 35 years.

      T9 predictive texting definitely didn’t contain AI, but was absolutely a thing for a really long time.

      • Rooster326@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        22 minutes ago

        There are 2 versions these days.

        One powered by AI that can complete the rest of your function, and regular that is typically only the word you are working on.

    • rtxn@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      3 hours ago

      auto complete

      It’s called lexical analysis or lexical tokenization. It existed long before LLMs (as long as high-level programming languages have, since lexical analysis of the source is the first step of compilation), it doesn’t rely on stolen code, and doesn’t consume a small village’s worth of electricity. Superficial parallels with chatbots do not make it AI – it’s a fucking algorithm.

      Besides, there is a world of difference between asking a clanker to spit out a Python function that multiplies two matrices, and putting the knock-off Shadowheart from TEMU in a million-dollar game.

    • Spice Hoarder@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 hours ago

      I assume it refers to assets and mechanics that actively involve AI. If you’re using Copilot to finish your switch case, I don’t think that would count.

    • froufox@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      1
      ·
      4 hours ago

      i think it’s impossible totally exclude ai from a developing process nowadays (you googled something? you use ai. etc.), but not having generated images/assets/texts is realistic