Many Gen Z employees say ChatGPT is giving better career advice than their bosses

L4sBot@lemmy.worldmod to Technology@lemmy.world – 199 points –
Many Gen Z employees say ChatGPT is giving better career advice than their bosses
cnbc.com

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.

45

You are viewing a single comment

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

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.