What it does
Left to itself, a coworker tends to do a chunk of work and hand it back. That’s right for a question and wrong for “go through all 200 of these”. Type/loop and it keeps going: finishing a piece, checking what’s left, starting the next, until the job is genuinely complete. You can add the task on the same line, or an interval like 10m to have it check back on that rhythm.
While it’s running you get a marker showing it’s still going and how many rounds it has done, with Stop right there.

Seven rounds in. The loop runs on our side, so closing the tab doesn't stop it.
/stop to end it.
When you’d use it
- A long list of items that all need the same treatment
- A job you know will take an hour and don’t want to shepherd
- Work you’re starting at the end of the day to read tomorrow
- Anything where the check-ins are pure overhead
- A task that needs several rounds of “now do the next one”
When not to
- The finish line is vague — it’ll keep going longer than you meant
- Each step needs a judgement you’d want to make
- It’s the first time this coworker has done this kind of work
- The work is irreversible and you haven’t planned it
What it doesn’t change
Running long doesn’t mean running unsupervised.- Approvals still pause it. It waits for your yes exactly as it would otherwise.
- Permission rules still apply. Nothing is loosened because it’s in a long run.
- You can still interrupt. Type a correction and it’s picked up at the next step.
Good to know
This is one of the built-in skills — every coworker knows how to do it, with nothing to switch on.
A long run costs more than a short one, simply because more work happens. Worth knowing before starting one on a big list.
Keep working, schedules, or self-scheduling?
Common questions
How do I stop it?
How do I stop it?
Type
/stop, or stop the task. Everything finished so far stays.Can I close the tab?
Can I close the tab?
Yes. It keeps working and the whole run is there when you come back.
What if it gets stuck?
What if it gets stuck?
It tells you rather than looping on the same failure. A run that can’t proceed ends and explains why.
Will it keep going forever?
Will it keep going forever?
No. It stops when the job is done — which is why writing a clear finish line matters.
Can I use it with a schedule?
Can I use it with a schedule?
Yes. A scheduled task can itself run long, which suits a nightly job that has to work through a queue.
Next steps
Slash commands
How to start and stop it.
Watching progress
Following a long run.
Dynamic workflows
When one coworker isn’t fast enough.
Autonomy overview
Everything that runs without you.
