Treat Agent Output Like Compiler Output
4 points
1 day ago
| 2 comments
| skiplabs.io
| HN
vrighter
18 hours ago
[-]
where compilers use nondeterminism, they are always choosing between several proven valid options. This is not due to any external tools. It's a contract between the compiler and the programmer.

Llms are choosing from the space of all possibilities, including "miscompilations"

reply
haint
20 hours ago
[-]
Compiler output is deterministic, agent output is not.
reply