Every day there’s more big job cuts at tech and games companies. I’ve not seen anything explaining why they all seam to be at once like this. Is it coincidence or is there something driving all the job cuts?

  • treadful
    link
    fedilink
    English
    arrow-up
    15
    ·
    5 months ago

    I’m pretty excited about LLMs being force multipliers in our industry. GitHub’s Copilot has been pretty useful (at times). If I’m writing a little utility function and basically just write out the function signature, it’ll fill out the meat. Often makes little mistakes, but I just need to follow up with little tweaks and tests (that it’ll also often write).

    It also seems to take context of my overall work at the time somehow and infers what I’ll do next occasionally, to my astonishment.

    It’s absolutely not replacing me any time soon, but it sure can be helpful in saving me time and hassle.

    • conditional_soup@lemm.ee
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      5 months ago

      Those little mistakes drove me nuts. By the end of my second day with copilot, I felt exhausted from looking at bad suggestions and then second guessing whether I was the idiot or copilot was. I just can’t. I’ll use ChatGPT for working through broad issues, catching arcane errors, explaining uncommented code, etc. but the only LLM whose code output doesn’t generally create a time cost for me is Cody.