Ask HN: Were CS profs right to look down on programming in light of modern AI?
Given that modern AI can automate routine programming, maybe CS professors weren't just being snobbish in the way they looked down on programming in their lectures even though most of their students were going to become programmers.
3 comments
[ 5.7 ms ] story [ 20.8 ms ] threadKernel programming still resists AI so C and assembly arent going anywhere.
Don't get me wrong, it still important, but I think understanding concepts and principles behind each application become more important
You still need to understand how database works and how to analyze performance, how to avoid N+1 problem. You still need to understand how to run your application in the cloud or some bare-bone vm. You still need to understand security concepts