|
|
|
|
|
by helen___keller
1159 days ago
|
|
I don’t think that’s necessarily a problem. Technically every time you update gcc your compiler might produce a different underlying program for your source code. The bigger problem is that LLMs are slow and expensive. Even in the future after many improvements, it makes more sense to have an LLM write a program once ever, rather than write a program on every compile or every execution. |
|
Individual versions are deterministic though. Two identical prompts to a LLM at the same time can give drastically different results, because the the responses are probabilistic. You can't assemble complicated systems that way and expect them to behave consistently.