Lv.1 0 XP

Minimal Footprint — The Safety Principle for Agentic Systems

Core 8 min +35 XP
💡
THE ANALOGY

A surgeon following the principle of 'do no harm beyond what's necessary.' Don't make a 10cm incision when a 2cm incision does the job. Don't remove a healthy organ while you're in there. Only touch what you need to, only access what you need, only change what you must.

⚠️ EXAM TRAP — The Wrong Answer People Choose

Confusing minimal footprint with minimal capability. Minimal footprint doesn't mean limiting what agents can do — it means limiting what they ACTUALLY DO to what's necessary for the task. A powerful agent following minimal footprint is safer than a limited agent that ignores the principle.

KEY POINTS
1 Minimal footprint: request only necessary permissions, prefer reversible over irreversible actions, do less and confirm when uncertain about scope.
2 Irreversible actions (deleted files, sent emails, processed payments) require extra caution — prefer reversible alternatives when available.
3 When uncertain about scope, pause and ask rather than proceeding with a broader interpretation.
4 Minimal footprint applies to tool access (don't request tools you won't use), data access (don't fetch data you won't need), and side effects (don't modify what you don't need to modify).
5 Human-in-the-loop checkpoints are the mechanism for minimal footprint in agentic systems — pause at decision points where proceeding might exceed the intended scope.