Comment nonsense (Score 1) 155
Will there be an AI-optimized programming language at the expense of human readability?
Why? We already have machine code. What could an "AI-optimized programming language" do that neither machine code nor current programming languages already do?
"Could we get our AIs to go straight from prompt to an intermediate language that could be fed into the interpreter or compiler of our choice?
Uh, you can do that today. That "intermediate language" is any programming language that has enough stuff on the Internet that the LLMs have trained them.
Now whether or not that's a good idea or a recipe for desaster is an ongoing discussion. As a security professional, my take is simple: Thank you AI, my job is secure until I retire. Just when technical solutions like W^X or Rust's memory ownership to list just two of dozens, were eliminating entire classes of vulnerabilities.
The best part? I don't even need to learn anything new. AI has trained on insecure code, example code, "why does this not work" Stackoverflow questions and a whole lot of other stuff full of bugs and vulns. They're all showing up again in vibe coded slop.