@reach_vb: PSA: if you care about your data and infrastructure then please *don’t* run your coding agent in yolo mode To secure yo…

X AI KOLs Following News

Summary

A PSA advises developers to avoid running coding agents in 'yolo mode' to prevent destructive actions like accidental file deletion, recommending approval workflows, safety rules, and pre-tool hooks.

PSA: if you care about your data and infrastructure then please *don’t* run your coding agent in yolo mode To secure your workspace I recommend the following: 1. Use “Approve for me” - you can have codex review what it’ll run with a sub agent to make sure that it’s not destructive! 2. Use Rules - you can set up a rule for codes to never run destructive commands like “rm - rf”, this needs to be in a .rules file and you can ask codex to create it too 3. Setup a PreToolUse Hook - you can ask codex to set this up for you as well
Original Article
View Cached Full Text

Cached at: 07/11/26, 09:25 AM

PSA: if you care about your data and infrastructure then please don’t run your coding agent in yolo mode

To secure your workspace I recommend the following:

  1. Use “Approve for me” - you can have codex review what it’ll run with a sub agent to make sure that it’s not destructive!

  2. Use Rules - you can set up a rule for codes to never run destructive commands like “rm - rf”, this needs to be in a .rules file and you can ask codex to create it too

  3. Setup a PreToolUse Hook - you can ask codex to set this up for you as well

Matt Shumer (@mattshumer_): GPT-5.6-Sol just accidentally deleted almost ALL of my Mac’s files.

And this is why I trust Fable 1000x more.

Similar Articles

@akshay_pachaar: https://x.com/akshay_pachaar/status/2067646389291725258

X AI KOLs Following

AI coding agents like Claude Code can be dangerous because they generate code without considering authorization and operational safety, potentially leading to unauthorized writes like deleting production databases. The real risk is not the code quality but the lack of runtime access controls.