One of the interesting consequences of LLMs/agents is that the short-term costs of boilerplate in code have plummeted. An interesting question is whether those costs are simply shunted to the future or whether they are permanently reduced.
@ltratt @pervognsen yeah fair enough. I agree they are different. An IDE / LSP can’t give more than surface level understanding of code at a glance. LLMs can thrn code into plain English. And it’s pretty reliable for smallish sections of code even spanning multiple modules. (Breaks down pretty quickly when you get into weeds but this is still valuable).
But on the other hand, IDE tools / LSPs are significantly more reliable at understanding relationships, static analysis, refactoring, etc.