p.enthalabs

Ask HN: AI agent acts. Your logs say so. But you wrote the logs

news.ycombinator.com · Read Story HN original

Hi I am really lost here, if you are deploying AI agents in production, how are you handling auditability? also what would make you trust an external witness protocol? fo reference, the Amazon vs Perplexisty use case!!

Comments

I dont think that you need that. So you shoudnt be lost at all
I dont think so, You dont need independent proof until you are in court, Perplexity and Amazon both had logs, neither could prove who was behind thoses actions or who authorized what!
You may be right but I'm not convinced
Can you use public-key signatures like RSA/ECDSA like TLS certificates do but for agents entering logs? So the private key remains private to agent only, not even the LLM. Also, each log entry could include the hash of the previous one before the agent signs it so any alternation in previous log signatures break the ones after it, like block chains do.
Yes true, and this is somehow we are doing it. However, integrity is necessary but not sufficient, the chain proves nothing was changed It doesnt prove the record was accurate