Nondeterminism's Not the Problem
isaacvando
14 points
4 comments
May 29, 2026
Related Discussions
Found 5 related stories in 86.7ms across 8,861 title embeddings via pgvector HNSW
- Non-determinism is an issue with patching CVEs mathewpregasen · 44 pts · May 08, 2026 · 52% similar
- There Is No 'Hard Problem of Consciousness' ahalbert4 · 28 pts · May 18, 2026 · 50% similar
- We Stopped Using the Mathematics That Works slygent · 88 pts · March 09, 2026 · 44% similar
- A Pascal's Wager for AI doomers vrganj · 64 pts · April 20, 2026 · 44% similar
- Anthropic's AutoDream Is Flawed k1musab1 · 12 pts · April 02, 2026 · 43% similar
Discussion Highlights (2 comments)
Krssst
Fully agree with the article (as my comment history would attest). I wonder why people worry so much more about "determinism" over conformance to a spec. (a compiler can be nondeterministic and correct which is not particularly good but definitely not worse than being incorrect) Maybe most devs don't care so much about the language specification and just expect the code to do vaguely what it looks it should do intuitively? This is not very clear to me, at least for libraries I guess a lot of people don't read API docs and just call the API hoping it does what the name says (preconditions be damned) in which case nondeterminisc observable behavior would be more problematic than nonconformance to a spec (API doc) they don't read.
peterlk
Any sufficiently specified prompt is indistinguishable from code