Will AI Redefine Programming?
Since the 1st programming languages made their appearance until today we have "low" and "high" level programming languages. How will AI affect the further evolvement of what we call "programming" today?
I work on low level Linux stuff nftables, raw sockets, kernel capabilities. AI helps me write boilerplate faster but it has no idea why PR_SET_KEEPCAPS needs to come before setuid or why my packet parser needs a specific bounds check. It just guesses and gets it wrong half the time. I think AI changes what we spend time on, not whether we're needed.