You're Not Taking on Enough Tech Debt

3 pointsposted 7 hours ago
by raghavtoshniwal

3 Comments

N_Lens

7 hours ago

LLMs work better in codebases with less tech debt.

Especially as a codebase grows, LLMs can get lost in dead code and red herrings, so I don’t think the fundamental assumption of this article holds true, atleast not in the size of codebases I’m working with.

techblueberry

7 hours ago

Also, I think most tech debt doesn’t take the form of coding errors, but decisions with external dependencies, and difficult migrations - changing your api schema, self-hosted instead of managed databases, unscalable database architecture. The hard hard problems. Not that you shouldn’t take in the tech debt early on; a startup shouldn’t start being infinitely scalable.

raghavtoshniwal

7 hours ago

I agree. Do you think LLMs can now handle relatively larger codebases than they did before? If yes, do you think this trend will stop at some point?