Ask HN: How to distribute proprietary LLM prompt?
An interesting use-case for LLMs is to distribute an OSS LLM (like ollama) but specialize it with a custom, large prompt. This prompt may be proprietary. Is there any way to achieve this goal without putting the LLM behind a service API?
6 comments
[ 8.5 ms ] story [ 38.4 ms ] threadAnywho, delaying that moment means a remote service under your own control, and some code which checks all output for prompt exfiltration attacks (which may not be plaintext, but base64 and weirder things) while also minimizing false-positives or legitimate use cases, like a code-method they can use with an implementation you want to keep secret.
It would be interesting to see if there is a way to bake in the prompt with the weights which may also be a valuable performance improvement, in addition to obscuring the prompt.