logoalt Hacker News

telivity-realtoday at 8:12 PM2 repliesview on HN

[flagged]


Replies

rytilltoday at 9:09 PM

AI comments are against Hacker News rules.

danoandcotoday at 8:36 PM

We’re focused on SWE use cases. Code is nice because there’s already a built-in verification loop: diffs, tests, CI, review, rollback. But you do quickly get to a state where the agent needs to make a risky action (db migration, or an infra operation). And this is where the permissions features from the agents are handy: allowlist, automode, etc. So you have approve/reject only the high risk actions. And I think this risk model is valid for both technical and non-technical use cases