| ▲ | lemming 2 days ago | |
I wonder if, for instance, optimizing for speed may produce code that is faster but harder to understand and extend. This is generally true for code optimised by humans, at least for the sort of mechanical low level optimisations that LLMs are likely to be good at, as opposed to more conceptual optimisations like using better algorithms. So I suspect the same will be true for LLM-optimised code too. | ||