| ▲ | armchairhacker 6 hours ago | ||||||||||||||||||||||
AI could be deterministic, only it requires sacrificing performance and nobody cares enough. Although algorithms are more predictable, and you can follow an algorithm's steps (even a complex algorithm can be broken into large sequences of steps, which may be broken further). | |||||||||||||||||||||||
| ▲ | sarchertech 6 hours ago | parent [-] | ||||||||||||||||||||||
Determinism is the wrong thing to worry about. As you say an LLM could theoretically be deterministic. Chaos (prompt instability) is the problem that isn’t solvable if you want to treat an LLM like a compiler by doing something like checking in the prompts and rebuilding the code each time. In general if you change a single line of source code, a compiler will not produce a completely different program. If you change a single word in a prompt, you will get output that likely doesn’t match a single line of the original output. Chaos is what leads to unpredictability, and there’s no solution to this on the horizon. | |||||||||||||||||||||||
| |||||||||||||||||||||||