Remix.run Logo
lelanthran 4 hours ago

>> Writing the code hasn’t been the bottle neck to developing software for a long time. It’s usually the thinking that takes most of the time

> I used an LLM to research the code paths and ensure that my understanding of the break was correct and what the potential side effects of my proposed fix would be.

Using the LLM for understanding is very different to using the LLM for codegen.

You are not really disagreeing with the author here; it's just that for the specific project he is talking about, he already understands it just fine so the advantages of LLM help in understanding is tiny.

dpark 2 hours ago | parent [-]

My point is that these are not separate activities. They are drawing a false distinction between thinking and coding and then asserting that code speed doesn’t matter and implying that AI only helps with the coding bit.

None of this is actually true, though. Coding and thinking are often tightly intertwined, as rarely is the coding piece so straightforward that it requires no interesting thought. Coding speed does matter, even if it’s not the primary bottleneck for many things. And AI can be very helpful outside the context of pure coding.