| ▲ | farmdawgnation 4 hours ago | |||||||
I think you could also make the case that the existing abstractions aren't actually fully deterministic themselves. The compiler or interpreter may not behave as it should. Therefore, for any correct C code, there's probability that the GCC compiler will turn it into correctly formed machine code. But it may not! Is the probability much higher with GCC? Sure. But it's still a probability. | ||||||||
| ▲ | anon-3988 3 hours ago | parent | next [-] | |||||||
I am sorry but this is an insane take. The probability of GCC going haywire with your special snowflake correct C code? Please. Have this EVER happen to you? I am not talking about the performance of the generated assembly because that IS flaky, but functionality wise I do not think so. If people are so confident about the determinism of LLMs, or at least consider it on par with compilers, please ask it to compile your source code instead. Better yet, replace all your GNU utils with LLM instead. Replace your `ls` with `codex "prompt"`. | ||||||||
| ||||||||
| ▲ | hirako2000 2 hours ago | parent | prev [-] | |||||||
They are deterministic. Including in the way they fail. | ||||||||