Many Gen Z employees say ChatGPT is giving better career advice than their bosses::Nearly half of Gen Z workers say they get better job advice from ChatGPT than their managers, according to a recent survey.

  • @zero_spelled_with_an_ecks
    link
    English
    54 months ago

    When I tried to use it for code-related questions, it straight up made things up that didn’t exist.

    • @[email protected]
      link
      fedilink
      English
      44 months ago

      That’s my biggest issue with AI. I’ve tried using it to help me code and it’s a way more often than not. It’s great for doing find/replace or guessing what I want a function to do and giving me a skeleton that I can change to do what I want. But anytime I try to do something a bit advanced, it chokes.

      Like this week I needed help with a regex match pattern, and it straight up gave me wrong code multiple times in a row. And not even multiple wrong answers, the same goddamned wrong answer 3 or 4 times in a row.

    • @[email protected]
      link
      fedilink
      English
      34 months ago

      Same here. The most I get out of might be a pointer to a module that could be a better approach, but the code I get from ChatGPT is usually worthless.

      I treat it as my water cooler talk, and maybe I’ll come away with a few new ideas.