|
|
|
Ask HN: Is HN in denial about the impact of AI?
|
|
7 points
by ThrowAIAway
844 days ago
|
|
I've been lurking here for over a decade and love this community. I'm 50 years old and not a programmer but work in IT. I saw a few discussion about the impact of AI on developers on HN. It seems, while not a consensus, a lot of folks here think this LLM thing is overblown and will somehow go away or the AI progress will not be as bad as everyone is trying to make it to be. While others are pointing out that the job of a developer is not all about coding, but gathering requirements, understanding customer needs and then coding. So nothing to worry about here. Then I was reading other forums such as the VFX subredit and a lot of people are worried and agreeing that the field is dying a slow death. New people who studied VFX or similar are looking for career change. While veterans are seen it coming and take solace that they are not far away from retirement age. Am I reading too much into this? Is the recent progress in AI just the next Bitcoin/IPv6/3D TV's..etc? or do we need to prepare for the worse right now? |
|
The comparison to bitcoin is apt, in that the blockchain (not quite the same thing but related and part of the same hype cycle) is actually a useful algorithm, for certain applications. Way, way fewer applications than was believed at the peak of the hype cycle.
The thing is, how one prepares for wider use of LLM's, would be to make sure you're doing the things that LLM's are bad at, which is:
1) being honest
2) knowing the fundamentals of how the system you're programming for works, instead of just regurgitating some code you found elsewhere
3) try to make the simplest code that gets the job done, rather than find an excuse to use the latest buzzword to make things complex
This is all not only what would help to distinguish you from what an LLM would produce, it is also all good stuff to do regardless of whether or not LLM's flame out like many hype cycles before, and we enter a third "AI winter".
By the way, if you're not familiar with the term "AI winter", now would be a good time to look it up.