←back to thread

490 points todsacerdoti | 1 comments | | HN request time: 0.548s | source
Show context
BurningFrog ◴[] No.44383219[source]
Would it make sense to include the complete prompt that generated the code with the code?
replies(3): >>44383344 #>>44384164 #>>44386462 #
catlifeonmars ◴[] No.44384164[source]
You’d need to hash the model weights and save the seeds for the temperature prng as well, in order to verify the provenance. Ideally it would be reproducible, right?
replies(1): >>44385459 #
1. danielbln ◴[] No.44385459[source]
Maybe 2 years ago. Nowadays LLMs call functions and use tools, good luck capturing that in a way that it's reproducible.