“At the end of the day, that actually takes a lot of money and resources to do this.”
Complete digital access to quality FT journalism with expert analysis from industry leaders. Pay a year upfront and save 20%.
。新收录的资料是该领域的重要参考
Фото: Сергей Аверин / РИА Новости。业内人士推荐新收录的资料作为进阶阅读
If you are using LLMs to write code (which in 2026 probably most of us are), the question is not whether the output compiles. It is whether you could find the bug yourself. Prompting with “find all bugs and fix them” won’t work. This is not a syntax error. It is a semantic bug: the wrong algorithm and the wrong syscall. If you prompted the code and cannot explain why it chose a full table scan over a B-tree search, you do not have a tool. The code is not yours until you understand it well enough to break it.