Hacker News new | ask | show | jobs
by aselimov3 44 days ago
Easy answer is large unmaintainable code bases + “agentic engineering”
1 comments

IDK with certainty if that's the reason, but I'm sure it's contributing.
I can’t remember where I read or watched this, but the argument was that the main problem with a lot of software is simply code base size. Once your code base is large enough , it can no longer really be understood as a whole which leads to performance issues/bugs/vulnerabilties. I think that’s just an unavoidable part of large software.

Agentic engineering is probably not helping since it tends to accelerate growth of LOC. I also personally think quality is an issue as well but it could be a skill issue on my end idk.

I agree with you on the large codebase issue. That's a very real thing.