←back to thread

3 points Rugu16 | 2 comments | | HN request time: 0s | source

My question is for Sr. SEs of the industries and veterans. Did you ever feel in your career that your job and field it self will be gone in few years. Looking at history I can see internet era was a big one when lots of people thought all their windows and console programming knowledge is gone, next was apps and iphone when people thought all their knowledge of web programming is gone and now with AI i am seeing reports all the time that machines will make programming obsolete. How can one keep motivation to do anything at this point? How can you compete with creating any product when it can just be replicated by AI in a day?
1. uberman ◴[] No.41916474[source]
Think of AI as a tool, like an IDE or scaffold that helps you do your job better (when appropriate).

It is not like we are anywhere close to the point where someone can say "I want a complete solution for X". Hell, I've never worked on a project where someone was actually able to fully articulate what they wanted/needed. I doubt anyone has. The inability to say in plain talk what it is that is needed is at the very core of the critique of waterfall design.

What AI is at the moment is essentially IDE code completion with code block generation. AI is not going to help your CFO create that boutique accounting system they want. You have to know how to program and design to even know what questions to ask of your AI tool. That is not going away anytime soon.

If your solution integrates with boutique APIs and libraries then at the moment coding AIs are a hindrance. They don't tell you when they don't know. They will confidently make some bullshit up. This also requires coding experience to know when AI is bullshitting you. I can tell you from first hand experience that AI code completion and GIS system integration is a waste of time.

replies(1): >>41917631 #
2. Rugu16 ◴[] No.41917631[source]
Great points and I do think about AI as tool but the speed at which the changes are coming is stressful to keep up with.