Lesson 799 of 1169
AI Agents Should Have a Permission List
Tell AI what it can and can't touch — like rules on a babysitter's note.
Explorers · Agentic AI · ~24 min read
The big idea
Did you know AI agents need rules? Just like a babysitter has a 'can do / can't do' list, AI agents should too. 'You can read email. You can't send any.' Clear rules = safe AI.
Some examples
- Can: read calendar. Can't: change it.
- Can: search the web. Can't: buy stuff.
- Can: write a draft. Can't: post it.
- Can: ask. Can't: do — without OK.
Try it!
Write a 'can / can't' list for an AI helper in your school.
Why permission lists matter so much
Imagine you hired a new babysitter and forgot to leave any rules. They might decide to redecorate your bedroom, eat all the snacks, or invite their friends over — not because they're mean, but because nobody told them not to. AI agents are exactly the same. Without a permission list, an AI agent will do whatever seems helpful to it at the time. That might mean sending an email you weren't ready to send, deleting a file you needed, or making a purchase by accident. Permission lists act like guard rails. They define the 'safe zone' the agent is allowed to work inside. Outside that zone, the agent must stop and ask a human. The smaller and more specific you make the permission list, the safer your agent is. This isn't about mistrusting AI — it's about designing a system where mistakes stay small and fixable.
- Read-only permissions (can look but not change) are the safest starting point
- One-step-at-a-time permissions mean humans approve before anything big happens
- Scope limits (like 'only work in the Downloads folder') keep accidents contained
- Time-based limits (like 'only run between 9am and 5pm') add another safety layer
Key terms in this lesson
End-of-lesson quiz
Check what stuck
8 questions · Score saves to your progress.
Lesson help
Questions are best handled with a grown-up here.
For this age range, Tendril keeps freeform AI chat paused until parent/guardian consent and child-safe moderation are fully verified. Use the quiz, notes, and related lessons below, or ask a parent, guardian, teacher, or librarian to work through the question with you.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Explorers · 40 min
When Many AI Agents Team Up Like a Sports Squad
Sometimes lots of small AI agents work together, each doing one thing well.
Explorers · 7 min
Test AI Agents on Tiny Tasks First
Try an AI agent on a small safe task before giving it big jobs.
Builders · 40 min
Builder Capstone: Design an Agent for Your Life
No code. Just design. Pick a real task you do every week and draft a complete agent spec — goal, tools, loop, stop, approvals, and what success looks like.
