You should worry about Chat-GPT if your in the Software Development space.
I know abit about Software and from my recent exp of ChatGPT it is a game-changer. Ppl will still need to know how to code but I can for sure now see AI writing most of our code in the future. I think the next steps will be pipelines that integrate AI code writers into IDE and Dev environments.
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
www.youtube.com
Nope. Mostly just misunderstanding by people who don't know anything about actual REAL development (not people who do it as a hobby) that think the AI is good at inferring context. It's terrible actually and need human guidance. It would build you something that didn't work and that had nothing to do with what you wanted it to do if it had to do it on its own.
However, what it WILL do is cause developers who don't use Chat GPT to lose their jobs to developers who do since it is very useful at doing boilerplate code to allow you to build things quickly as long as you know what you are wanting to do. However it's still wrong a lot as it doesn't understand differences between various frameworks oftentimes and will give you code that isn't applicable and you need to correct it, but it still saves a lot of time.
Sometimes it can also be more trouble than it's worth and you can find yourself spending an hour or more trying various solutions it gives you that continuously don't work properly. It's good for getting a rough draft of what you want but you need to handle the specifics and hook stuff up properly on your own many times.