01 / Run limits
When should an agent stop?
A failed run can still produce useful work. Stripe, Dropbox, and DoorDash use different limits.
From the cases
Short observations for people who build agents.
Each note examines a design choice from the catalog. Sources describe what teams report. Our observations explain what those reports may mean for other builders.
01 / Run limits
A failed run can still produce useful work. Stripe, Dropbox, and DoorDash use different limits.
02 / Human attention
Uber and HubSpot check review comments before engineers see them.
03 / Agent roles
DoorDash changed how its agents divide a code review. Each design exposed a different problem.
04 / Work state
A new worker can continue from a saved record.
05 / Tools and context
An agent can find a tool before it loads the details.
06 / Workflow control
Code can control a step that must follow a fixed rule.
07 / Evaluation
Past tasks and failures can become repeatable checks.
These notes describe selected cases. They do not establish that one design works best for every team.