Comment by softwaredoug
20 days ago
If enterprises are deterministic, that’s what a coding LLMs are for. To create the deterministic part with the help of the LLM.
20 days ago
If enterprises are deterministic, that’s what a coding LLMs are for. To create the deterministic part with the help of the LLM.
I mostly agree — using LLMs to help author deterministic code is a good fit. The distinction I’m trying to draw is that once that code exists, the determinism has to live outside the model.
LLMs can assist in creating the rules, but they shouldn’t be the place where those rules are enforced or bypassed at runtime.