|
|
|
|
|
by illuminator83
37 days ago
|
|
I think a lot of people here have either not read the article fully or are misapprehending it. Neither this author nor most other sane people I know claim that the code or architecture these "loops" produce is great. In fact, the author explains how it is not great.
His point is rather, that we'll increasingly see a world in which code quality and maintainability by humans will cease to matter for a lot of codebases. There might be many software companies in the future which successfully sell software products which were created without a single software developer being involved in its development or maintenance. The code might be bloated and bad - but it doesn't matter because machines can still create and maintain it cheaper and faster than people can. I already see this happening at a small scale at the place where I work. Product managers with zero coding ability are attempting to create entire new product features on their own using Claude or Codex. We do not let them merge this stuff unsupervised but in some corners and in new repositories they are publishing stuff that they have barely spoken about with a developer. They are just doing it. We'll see more of that. |
|