←back to thread

229 points modinfo | 1 comments | | HN request time: 0.215s | source
Show context
Klonoar ◴[] No.40835818[source]
Alright, here’s a take I haven’t seen in this thread yet: how could this be used for fingerprinting, beyond an existence check for the API itself?
replies(2): >>40835874 #>>40836402 #
1. poikroequ ◴[] No.40836402[source]
These models make heavy use of RNG (random number generator), so it would be difficult to fingerprint based on the output tokens. It may be possible to use specially crafted prompts that yield predictable results. Otherwise, just timing how long it takes to generate tokens locally.

There's already so many ways to fingerprint users which are far more reliable though.