I’m not sure it would. AI can certainly help to speed things up, but not replace us entirely. I use AI to create general scripts that I then edit and enhance myself.
Yes – a lot of jobs will change because of AI. That doesn’t mean that they are necessarily replaced, but the jobs will change for sure. Programming is one where an AI assistant can help you write code, but because it doesn’t understand the business problem or what the code actually does, it’s going to need someone to “translate” what the AI tool comes up with into something that actually solves the problem the organisation is facing.
I can’t see AI fully replacing alot of computing jobs, it will start to be used alot more going forward but mainly in cross-checking and reviewing the work done by a human against the design documentation.
I’m looking forward to it being used in helping developing the documents I have to write which should free up my time to do other work.
I don’t code as often as I’d like so when I get a new project, I am a bit rusty. Let’s say it is sensor data and there are a lot of dates in the file. I can never remember how to check the computer recognises them as dates and convert them to the format I want so before, I used places like Stackoverflow to help me. I still do, but ChatGPT can give me some code quickly that I can then adapt.
It helps me to speed up the simpler tasks. I still feel you need humans to plan your program structure so that it addresses whatever requirements you need to achieve.
Comments
Edward commented on :
I don’t code as often as I’d like so when I get a new project, I am a bit rusty. Let’s say it is sensor data and there are a lot of dates in the file. I can never remember how to check the computer recognises them as dates and convert them to the format I want so before, I used places like Stackoverflow to help me. I still do, but ChatGPT can give me some code quickly that I can then adapt.
It helps me to speed up the simpler tasks. I still feel you need humans to plan your program structure so that it addresses whatever requirements you need to achieve.