How it works in practice
Three loops we set up most often. All run on your repos and your project tracker. Nothing leaves your stack except the model calls.
Bug-fix loop
File a bug as an issue with a screenshot or stack trace. The agent reads it, traces the cause through the codebase, and opens a PR. You review and merge. Same as any other PR.
Routine feature delivery
Add an auto-implement label to a well-scoped ticket. The agent scaffolds, writes tests, and opens a PR. You spec, review, ship. Best for CRUD, integrations, and anything pattern-matched against existing code.
Self-maintaining tools
Internal dashboards and admin panels that update themselves as your data shape changes. No more "can someone please add this column to the report". The agent picks up the schema change and PRs the UI.