AGENTS / PRACTICAL GUIDE
Autonomy needs boundaries.
Reliable agents use narrow capabilities, observable state transitions, bounded retries, human approval gates, and recovery paths—not merely longer persona prompts.
Safe architecture
- Separate trusted rules from untrusted data.
- Grant least-privilege tools.
- Separate read, draft, approve, and execute.
- Use idempotency keys for mutations.
- Record redacted actions and outcomes.