top | item 47041878

(no title)

ATechGuy | 13 days ago

And how are you going to define what ocaps/flows are needed when agent behavior is not defined?

discuss

order

ryanrasti|13 days ago

This is a really good question because it hits on the fundamental issue: LLMs are useful because they can't be statically modeled.

The answer is to constrain effects, not intent. You can define capabilities where agent behavior is constrained within reasonable limits (e.g., can't post private email to #general on Slack without consent).

The next layer is UX/feedback: can compile additional policy based as user requests it (e.g., only this specific sender's emails can be sent to #general)

botusaurus|13 days ago

but how do you check that an email is being sent to #general, agents are very creative at escaping/encoding, they could even paraphrase the email in words

decades ago securesm OSes tracked the provenience of every byte (clean/dirty), to detect leaks, but it's hard if you want your agent to be useful

ATechGuy|13 days ago

TBH, this looks like an LLM-assisted response.