6 ms·
Easy answer is large unmaintainable code bases + “agentic engineering”
by aselimov3 3mo ago
Easy answer is large unmaintainable code bases + “agentic engineering”
- thallavajhula 3mo agoIDK with certainty if that's the reason, but I'm sure it's contributing.
- aselimov3 3mo agoI 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.
- thallavajhula 3mo agoI agree with you on the large codebase issue. That's a very real thing.