Ask HN: Languages in the Age of AI
Most of my professional work is in embedded systems, typically using C++. I've been doing more of my hobby work in Python (MicroPython/CircuitPython) and was thinking of investigating Rust.
But then it occurred to me that if we're using AI more and more to generate code, does it really matter what language is used? If an agent is writing most of my code from prompts, I just need to understand the language well enough to verify that the reviewing agent is doing a good enough job and maybe tweak it a bit when I have to. If we can trust the AI to avoid the common problems, then what difference does the language make?
3 comments
[ 0.26 ms ] story [ 15.2 ms ] threadBut it may be the case that AI-specific languages and higher abstractions evolve and in future we may just be managing a series of prompts that generate code on the fly at compile time.
I am glad to this idea but I think it won't be natural languages - it may be some kind of Immediate Representation - full of semantic definite tokens.