logoalt Hacker News

embedding-shapetoday at 12:15 PM1 replyview on HN

The prompts are now encrypted, not just the transit connections...


Replies

jagged-chiseltoday at 12:33 PM

Ok, so help me get this right: I ask the LLM for something, it generates prompts for sub-agents and sends them back to my client for it to call the sub-agents. Now, those sub-agent prompts are encrypted messages that the sub-agents will decrypt (by hitting a backend) to do their work.

Might as well just stuff the prompts in a database and only hand back the primary key to the client to hand off to the sub-agents. Keeps the same “data security” without the overhead of encryption (especially since encryption and decryption are happening in the same domain)

show 2 replies