|
|
|
|
|
by nonethewiser
41 days ago
|
|
This is an interesting way of thinking about it. I generally agree. I especially agree that anti-AI sentiment partially comes from miss-using it. However: Determinism isn't a requirement for 100% correctness. A Las Vegas algorithm is randomized, non-deterministic and guarantees 100% correctness [0]. The execution can be different every time but the result will always be correct. determinism does not lose accuracy. It does lose time predictability. So if your problem with AI is accuracy, then in theory your problem is just premature stopping. [0] https://en.wikipedia.org/wiki/Las_Vegas_algorithm |
|
Like the GP said, the point of determinism is that you can trust the correctness of the results, without doing any checking. Solved problems stay solved.