Sandbox demo

Execution and Scope

Watching an agent work its task list — and keeping the diff inside the brief.

During execution the agent works through its task list — editing, running commands, checking items off as evidence accumulates. The failure mode to watch is scope creep: the agent notices a tangential problem and 'helpfully' fixes it, blowing up the diff. A well-run agent flags out-of-scope findings in the walkthrough instead of silently fixing them — and that rule is exactly the kind of thing you make durable in the knowledge base (Lesson 20... you'll get there).

Sandbox transcript
Antigravity · sandbox replay
Press Play to replay this transcript step-by-step.
0 / 6

The transcript is canned — no real API calls. The point is to internalize the loop: user → plan → tool → result → answer.

Check your understanding
Q1. Why is scope creep the main execution failure mode?
· Score 100% on the quiz.