HN 提问:人工智能时代的编程语言
1 分•作者: HeyLaughingBoy•3 天前
我大部分的专业工作都集中在嵌入式系统,通常使用 C++。我最近在业余项目中使用 Python(MicroPython/CircuitPython)的次数越来越多,并且正在考虑研究 Rust。
但随后我想到,如果我们越来越多地使用人工智能来生成代码,那么使用的语言真的重要吗?如果一个代理通过提示来编写我大部分的代码,我只需要足够了解这门语言,以便验证审查代理是否做得足够好,并在必要时进行一些微调。如果我们能信任人工智能来避免常见问题,那么语言还有什么区别呢?
查看原文
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.<p>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?