• dan@upvote.au
    link
    fedilink
    English
    arrow-up
    77
    arrow-down
    6
    ·
    edit-2
    1 day ago

    I really don’t believe the headline. Google has thousands of teams of engineers that are writing code for hundreds of different products… There’s no way all of them are generating anywhere near 25% of their new code via AI.

    Unless they’re doing something like generating massive test fixtures or training data sets using AI and classifying them as “code” 🤔

    • 0x0@programming.dev
      link
      fedilink
      English
      arrow-up
      29
      arrow-down
      1
      ·
      2 days ago

      I really don’t believe the headline.

      The The company had a strong quarter thanks in large part to AI. part is what makes it sound strange to me, sounds like shareholder egostrking.

      That said all they need to do is mandate use of AI during development like my company’s done and they can boast this kind of bullshit easily.

      • aidan@lemmy.world
        link
        fedilink
        English
        arrow-up
        11
        ·
        2 days ago

        That said all they need to do is mandate use of AI during development

        Wtf does that mean? Like what if you know exactly what you want to do? Do you have to ask GPT to review your code?

        • 0x0@programming.dev
          link
          fedilink
          English
          arrow-up
          7
          arrow-down
          1
          ·
          2 days ago

          Where i work they had us use AI with the IDEs.

          I’d say about 20% of the times what it suggests is actually usable.

          That’s autocomplete on steroids for you.

    • FarceOfWill@infosec.pub
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      I wonder if “code” means pull requests and they have a load of automated ones to update versions of external and internal libraries

      • emax_gomax@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        Given the size of lockfiles this would not surprise me but who the hell counts lock files code. Their barely configs :/.

    • Shiggles@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      6
      ·
      2 days ago

      How often does a solution need “new” code and not “basically the same code as a previous issue but with two small details changed”? This is a genuine question, I have only ever coded as a hobby. But 25% of your work being essentially just copy pasted sounds plausible, and that’s sorta all LLMs are doing, right?

      • dan@upvote.au
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        2 days ago

        Reusable code is usually pulled out into a library and reused that way, rather than copied and pasted into a new project. You might copy and paste some boilerplate to new projects but it wouldn’t be anywhere near 25% of the code.

        I’m not sure why someone downvoted you (it wasn’t me!) because your comment did seem like a genuine question.