A new survey conducted by the U.S. Census Bureau and reported on by Apolloseems to show that large companies may be tapping the brakes on AI. Large companies (defined as having more than 250 employees) have reduced their AI usage, according to the data (click to expand the Tweet below). The slowdown started in June, when it was at roughly 13.5%, slipping to about 12% at the end of August. Most other lines, representing companies with fewer employees, are also at a decline, with some still increasing.

  • jubilationtcornpone@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    42
    ·
    16 hours ago

    Personal Anecdote

    Last week I used the AI coding assistant within JetBrains DataGrip to build a fairly complex PostgreSQL function.

    It put together a very well organized, easily readable function, complete with explanatory comments, that failed to execute because it was absolutely littered with errors.

    I don’t think it saved me any time but it did help remove my brain block by reorganizing my logic and forcing me to think through it from a different perspective. Then again, I could have accomplished the same thing by knocking off work for the day and going to the driving range.

    • August27th@lemmy.ca
      link
      fedilink
      English
      arrow-up
      40
      ·
      16 hours ago

      Then again, I could have accomplished the same thing by knocking off work for the day and going to the driving range.

      Hey, look at the bright side, as long as you were chained to your desk instead, that’s all that matters.

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      14
      ·
      14 hours ago

      At one point I tried to use a local model to generate something for me. It was full of errors, but after some searching online to look for a library or existing examples I found a github repo that was almost an exact copy of what it generated. The comments were the same, and the code was mostly the same, except this version wasn’t fucked up.

      It turns out text prediction isn’t that great at understanding the logic of code. It’s only good at copying existing code, but it doesn’t understand why it works, so the predictive model fucks things up when it takes the less likely result. Maybe if you turn the temperature to only give the highest prediction it wouldn’t be horrible, but you might as well just search online and copy the code that it’s going to generate anyway.

    • UncleMagpie@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      1
      ·
      14 hours ago

      The bigger problem is that your skills are weakened a bit every time you use an assistant to write code.

      • KneeTitts@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        12 hours ago

        The bigger problem is that your skills are weakened a bit every time you use an assistant to write code

        Not when you factor in that you are now doing code review for it and fixing all its mistakes…

      • floofloof@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        edit-2
        14 hours ago

        It depends how you’re using it. I use it for boilerplate code, for stubbing out classes and functions where I can tell it clearly what I want, for finding inconsistencies I might have missed, to advise me on possible tools and approaches for small things, and as a supplement to the documentation when I can’t find what I’m looking for. I don’t use it for architecting new things, writing complex and specialized code, or as a replacement for documentation. I feel like I have it fairly well contained to what it does well, so I don’t waste my time on what it does badly, and it isn’t really eating away at my coding brain because I still do the tricky bits myself.

      • Honytawk@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        7
        ·
        12 hours ago

        That is just dumb.

        Your skills are weakened even more by copying code from someone else. Because you have the use even less of your brain to complete your task.

        Yet you people don’t complain about that part at all and do it yourself all the time. For some it is even the preferred method of work.

        “Using your skills less means they get weaker, who would have thought!”

        With your logic, you shouldn’t use any form of help to code. Programmers should just lock themselves in a big black box until their project is finished, that will make sure their skills aren’t “weakened” by using outside help.