Hacker News new | ask | show | jobs
by lumax15 496 days ago
We built out a few mechanisms to make sure Lynx only automatically perform safe actions, and you have complete control over it’s access and behavior:

1. Users can set whether Lynx commands run automatically or manually. In manual mode, users can approve, edit, or reject commands before they execute.

2. When manual mode is off, the model was trained to only automatically execute read-only commands. Although it’s theoretically possible to still execute unsafe commands, we audit this internally and have a 0% error rate.

3. Our system supports fine-grained RBAC for various integrations (such as DataDog, Kubernetes, cloud providers), allowing you to grant specific permissions for investigation tasks while restricting sensitive operations.