I13Advanced

AI Safety Boundary Design

30 minEvery AI feature

Format: Design safety boundaries for your AI feature.

Boundary Checklist:

Things AI must NOT do:
□ Cannot access other users' data
□ Cannot execute any code
□ Cannot modify the database
□ Cannot call external APIs (unless explicitly allowed)
□ Cannot leak system prompts
□ Cannot generate harmful content

Things AI needs human confirmation for:
□ Delete operations
□ Sending emails/notifications
□ Modifying account settings
□ Operations involving money

My Notes