|
|
|
|
|
by cheema33
225 days ago
|
|
> The fatal problem with LLM-as-runtime-club isn’t performance. It’s ops (especially security). For me it is predictability. I am a big proponent of AI tools. But even the biggest proponents admit that LLMs are non-deterministic. When you ask a question, you are not entirely sure what kind of answers you will get. This behavior is acceptable as a developer assistance tool, when a human is in the loop to review and the end goal is to write deterministic code. |
|
Whereas that sort of evaluation is trivial with code (even if at times program execution is non-deterministic), because its mechanics are explainable. Things like only testing boundary conditions hinge on this property, but completely fall apart if it’s all probabilistic.
Maybe explainable AI can help here, but to be honest I have no idea what the state of the art is for that.