| ▲ | elAhmo 5 days ago | ||||||||||||||||
I would bet a significant amount of money that many LLM users don’t check the output. And as tools improve, this will only increase. The number of users actually checking the output of a compiler is nonexistent. You just trust it. LLMs are moving that direction, whether we like it or not | |||||||||||||||||
| ▲ | Jensson 5 days ago | parent | next [-] | ||||||||||||||||
> The number of users actually checking the output of a compiler is nonexistent. You just trust it. Quite a few who work on low level systems do this. I have done this a few times to debug build issues: this one time a single file suddenly made compile times go up by orders of magnitude, the compiler inlined a big sort procedure in an unrolled loop, so it added the sorting code hundreds of times over in a single function and created a gigantic binary that took ages to compile since it tried to optimize that giant function. That is slow both in runtime and compile time, so I added a tag to not inline the sort there, and all the issues disappeared. The sort didn't have a tag to inline it, so the compiler just made an error here, it shouldn't have inlined such a large function in an unrolled loop. | |||||||||||||||||
| ▲ | aprilthird2021 5 days ago | parent | prev | next [-] | ||||||||||||||||
Of course they don't. That's why things like the NX breach happen. That's also why they don't learn anything when they use these tools and their brains stagnate. | |||||||||||||||||
| ▲ | __loam 5 days ago | parent | prev [-] | ||||||||||||||||
Well they're not improving that much anymore. That's why Sam Altman is out there saying it's a bubble. | |||||||||||||||||
| |||||||||||||||||