Get the latest tech news
Why LLMs can't really build software
From the Zed Blog: Writing code is only one part of effective software engineering.
There are lots of different ways to do these things, but the distinguishing factor of effective engineers is their ability to build and maintain clear mental models. They can also do all the things that real software engineers do: read the code, write and run tests, add logging, and (presumably) use a debugger. They cannot build software because they cannot maintain two similar "mental models", identify the differences, and figure out whether or not to update the code or the requirements.
Or read this on Hacker News