I asked GPT4 to write me a simple document. Took like 9 tries and I had to proof read it and make adjustments. And that's with a simple paragraph in a written language. Forget about doing the header and the footer properly.
It's silly that I have to spell it out on HN of all places. Writing code is much more complex. There's a reason we call the job "Software Engineer". GPT doesn't know what it doesn't know.
It doesn't know that the unit tests broke because of the python script written for 3.5 that had an update in a dependency for 3.10 which broke backwards compatibility. Can you get it to fix the GitHub Action? Good luck.
It doesn't know that the local dev environment targets WSL on Windows for the web app and an iPhone in dev mode for the mobile app.
It has no idea where to retrieve the signing certificate, what format to use, or even how to generate a new one.
I can go on and on.
You're really gonna give this "AI" SSH access to your prod server and pray it doesn't rm -rf the entire thing because that line happened to be in a script designed for clearing the working copy during a deploy on a load balanced box that has been deprovisioned from the target group. Really?
If you're worried about GPT taking over your job you just show your own lack of knowledge and experience.
You can create a perfect machine to lay bricks. It could even be better then a human. But you will find that as soon as it encounters a situation it can't predict....the whole thing falls apart.