Ask HN: Is Engineering Doomed?
1–10 of 16 posts
Re: Ask HN: Is Engineering Doomed?
#2Re: Ask HN: Is Engineering Doomed?
#3It 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.
Re: Ask HN: Is Engineering Doomed?
#4Re: Ask HN: Is Engineering Doomed?
#5Re: Ask HN: Is Engineering Doomed?
#6It’s like worrying about nuclear war - low probability of a negative outcome completely out of your control.
Re: Ask HN: Is Engineering Doomed?
#7Those were gentle transitions. Probably the biggest was from mainframe to PC. I was in a team of designers in the early 90s and found I was the only one who could think in terms of user interaction instead of a basically linear flow. I had worked on getting to grips with it.
Re: Ask HN: Is Engineering Doomed?
#8If it is, so is most other knowledge work. In which case society is so screwed in the short-to-medium term that there’s no point in worrying about it since you can’t do anything to prevent or avoid it. It’s like worrying about nuclear war - low probability of a negative outcome completely out of your control.
Re: Ask HN: Is Engineering Doomed?
#9I am not afraid of being replaced by AI, at all
Re: Ask HN: Is Engineering Doomed?
#10Think 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 c…