If coding is solved, what now?: Measuring the sloppiness of code | EARENDIL
- LLMs have become almost perfect at generating code, but that isn’t the end of the story.
- Just because the code is formally correct doesn’t mean that it is not introducing unnecessary abstractions, creating duplicates, or just making bad decisions overall.
- This is not a groundbreaking observation, most people who have vibe-coded a project, have realized that each additional feature can sometimes lead to an explosion of lines of code (LOC).
Unverified
- LLMs have become almost perfect at generating code, but that isn’t the end of the story.
- Just because the code is formally correct doesn’t mean that it is not introducing unnecessary abstractions, creating duplicates, or just making bad decisions overall.
- This is not a groundbreaking observation, most people who have vibe-coded a project, have realized that each additional feature can sometimes lead to an explosion of lines of code (LOC).
Sources: Earendil