Outlier  ›  how-to

How to run long AI jobs unattended on your Mac

Quick answer
  • Some work is too long to babysit: a large refactor, a sweep across many files, a research task with dozens of steps.
  • Outlier can keep working on one after you walk away, carrying context forward between iterations.
  • It self-limits — a cycle budget and a time budget — so "unattended" never means "unbounded".
  • A kill switch is checked every iteration, so stopping it is always one action.

The reason people babysit AI is not enthusiasm — it is that a metered assistant with no memory of the last step will happily burn money going in circles. Remove the meter and add carry-forward, and leaving it running becomes reasonable.

Why unattended is different from a long prompt

A long prompt is one turn. An unattended job is many, where each iteration has to know what the previous one learned, decide what is left, and stop when it is done or out of budget.

That last part is the one people skip. Without a budget, an agent that misunderstands the goal doesn't fail — it loops. Cost is what usually caps that in the cloud; locally there is no cost signal, so the limit has to be explicit.

Setting one running

  1. Describe the job as an outcome, not a single instruction.
  2. Let it self-pace. It decides when to run the next iteration rather than hammering continuously.
  3. Leave it. Progress carries forward between cycles.
  4. Stop it whenever — the kill switch is checked every iteration.

The budgets are real limits, not suggestions: a cap on cycles and a cap on wall-clock hours, both enforced by the loop itself.

The honest limits

Common questions

Can AI keep working while I'm away from my Mac?

Yes. Self-running tasks continue across iterations, carrying state forward, with cycle and time budgets so a misunderstood goal cannot loop indefinitely.

What stops it running forever?

Two explicit budgets — a maximum number of cycles and a maximum elapsed time — plus a kill switch the loop checks every iteration.

Does a long job cost more?

No. Local inference has no per-token charge, which is exactly why letting something iterate is reasonable here and expensive in the cloud.

Does it need internet?

No, unless the job itself asks for web research. The model and your files are local.

Try it on your own Mac

One signed, notarized download. No account, no token bill, and it keeps working with the Wi-Fi off.

Get Outlier for Mac

New models worth running