Remix.run Logo
addandsubtract 4 days ago

Now that you mention it, why don't we encrypt injectable data that comes from users and only decrypt it on the client?

OutOfHere 4 days ago | parent | next [-]

The issue is that certain questions may genuinely require the LLM to have the raw descriptions. For example, "List my grocery store transactions".

repelsteeltje 4 days ago | parent | prev [-]

You mean, use encryption (+base64 or something) as a "poor man's" string-escape? Interesting idea!