Scheduled tasks

A scheduled task is a prompt that runs on a repeating schedule and records what it returned each time, so you can check back rather than asking again.

How scheduling works

Tasks are stored in this browser and polled on an interval by the open tab. They do not run in the background and there is no daemon, which is the honest consequence of an app with no server: if no tab is open, nothing runs. A task that was missed runs at the next check instead.

Results and history

Every run records its result, so a task doubles as a log of how an answer changed over time. Runs can be triggered by hand, and a task can be edited, paused or deleted at any point without losing what it already collected.