Lesson 991 of 1455
Why Agents Like Claude Code Keep Asking 'Can I Run This?'
Permission prompts in Claude Code, Cursor Agent, or Copilot Agent are the safety net — read them, don't auto-approve.
Builders · Agentic AI · ~4 min read
The big idea
Modern agents pause to ask 'can I run `rm -rf node_modules`?' or 'can I send this email?' This isn't the AI being annoying — it's the AI being safe. The 'always allow' button feels productive. It is also how teen coders accidentally delete their homework. Read every permission prompt for the first month.
Some examples
- Claude Code asks before running `git push --force` — you stop it because that would erase your teammate's work.
- Cursor Agent asks before deleting a file — you notice it picked the wrong one.
- Copilot Agent asks before installing a dependency — you spot a typo'd package name (typosquatting attack).
- GitHub's Copilot Workspace asks before committing — gives you a chance to read the diff.
Try it!
Use any agent for one session and read every permission prompt out loud before clicking. Note the ones you'd have regretted.
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
Builders · 7 min
AI Agents and Volunteering: Helping Run a Club Event
How student leaders can use AI agents to help organize a real volunteer event.
Builders · 7 min
When AI Agents Mess Up: Recovery Mode
Agents WILL make mistakes — this lesson teaches you to spot, stop, and undo agent errors.
Builders · 7 min
Letting Claude Code Run on Its Own (Carefully)
Claude Code can finish multi-step coding tasks unattended — but only if you fence in what it can touch.
