• flop_leash_973@lemmy.world
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    2
    ·
    21 hours ago

    I can’t say AI hasn’t changed how I work, it has. Instead of going to Google, vendor docs, or the manpage for whatever code or system I am working on I will ask Claude or Gemini to take a stab at building the initial pass of the code or to look up what some cryptic error code means for me. Or even a better way to write some code that I think can be more concise.

    The key I think is I never let it make the final decisions for me. The workflow is always look up information > shows it to me > ask for permission to do the thing > do the thing.

    But none of that is “changing everything” in the way executives and the Sam Altman’s of the world want to profess. It is just a sometimes more efficient for me way of doing the same thing I was doing before.

    A lot of people I have seen that crow about how they are using AI to change their work lives are just doing really fancy Github workflows and actions to automate something they used to still do manually for some reason. They rarely are doing anything that couldn’t be done with the time to research and test without AI.

    • m3t00🌎🇺🇦@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 hours ago

      my routine was search for similar function, read/understand a piece of code. copy/paste block. modify for my context. test, move on hardly ever wrote anything from scratch because it just took longer. ai seems like an unmodified copy/paste that doesn’t quite work. like generated art for non–artists, sucks. generated code for non-coders also sucks.

    • TehWorld@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      17 hours ago

      They didn’t have the framework knowledge before to automate the thing. It’s exactly where I was before AI. I knew that I could work more efficiently, but spending months learning Python was a lot slower than the 45 minutes, every other week I save by having a script do something for me. I don’t save enough budget to actually afford the time and effort to find a programmer, tell them what I need and then pay them to write it for me. Took 20 minutes worth of tweaking with the free tier of Claude and it was done to a “good enough” standard to save the time.

      • LittleBorat3@lemmy.world
        cake
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        Same here too busy to automate before AI and exactly this would have lead to more efficiency.

        I could have told people I am sick for two weeks and then went on to learn and write scripts.