|
|
|
|
|
by mlyle
115 days ago
|
|
Why does whether the agent "commits" to a rule cryptographically matter? Surely it's just the enforcement, and maybe the measuring of sentinel events -- how far does it wander off course. How is cryptography an important part of this, given that we're talking about a layer that sits on top of an LLM without an adversary in-between? I know you mention non-repudiation, but ... there's no kind of real non-repudiation here in this environment. |
|
But, it matters when there are multiple parties. An enterprise deploys an agent that can handle customer data. The customer wants proof the agent has followed the rules. The regulator wants proof that the logs were not just edited after an incident. Without cryptographic signatures and hash chains, the enterprise can just say "trust us." With them, the proof is independently verifiable.
It's just the difference between "we followed the rules" and "here's a mathematically verifiable proof we followed the rules." For internal use, it's an overkill. For anything with external accountability, that targets the point.