Sandbox demo

One Agent, Sequenced Work

Queue dependent follow-ups into one conversation so context carries; save parallel for independence.

The default is still serial: one agent, one conversation, follow-ups queued in the same thread so context carries forward. Serial is right whenever steps share state — the fix informs the test, the test informs the docs. A second task in a warm conversation starts with everything the first one learned.

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

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

Check your understanding
Q1. When does queueing a follow-up in the same conversation beat spawning a fresh agent?
· Score 100% on the quiz.