# A calmer way to let coding agents work
Give a bag of agents
a codebase. Keep the
humans in control.
Gattini coordinates bounded jobs for coding agents. Give each task a clear scope, a place to work, and a result you can inspect.
01Delegate a taskChoose the work and its limits.
02Give it a workspaceKeep parallel work apart with Git worktrees.
03Review the resultSee what ran and decide what lands.