zlacker

[parent] [thread] 2 comments
1. ravens+(OP)[view] [source] 2026-01-26 21:05:30
I'm not sure that LLMs are going to [completely] replace the desire for JIT, even with relatively fast compilers.

Frameworks might go the way of the dinosaur. If an LLM can manage a lot of complex code without human-serving abstractions, why even use something like React?

replies(2): >>westur+Q5 >>mdtusz+wg
2. westur+Q5[view] [source] 2026-01-26 21:33:47
>>ravens+(OP)
Test cases; test coverage
3. mdtusz+wg[view] [source] 2026-01-26 22:32:30
>>ravens+(OP)
Frameworks aren't just human-serving abstractions - they're structural abstractions that allow for performant code, or even being able to achieve certain behaviours.

Sure, you could write a frontend without something like react, and create a backend without something like django, but the code generated by an LLM will become similarly convoluted and hard to maintain as if a human had written it.

LLM's are still _quite_ bad at writing maintainable code - even for themselves.

[go to top]