What you can automate
One-shot research
“Research quantum computing deeply” — NIOM works in the background and notifies you when it’s done.
Recurring content
“Write a blog post about AI every 2 days” — scheduled runs, each going through the full reasoning pipeline.
File monitoring
“Watch my downloads folder and organize new files” — reacts to changes automatically.
Triggered actions
“When I push to main, summarize the changes” — waits for a condition, then executes.
How it works
When NIOM detects a request that’s long-running or recurring, it creates a background task instead of trying to do everything in one shot:The approval graduation system
This is what makes NIOM unique. The agent learns when to ask and when to just handle it:| Mode | What happens |
|---|---|
| Always ask | Every run waits for your approval before proceeding |
| First N (default) | NIOM asks for approval on the first 3 runs. After that, it runs autonomously |
| Never ask | Full autonomy from the start — use with caution |
Task lifecycle
Tasks are persistent — they survive overlay closes, sidecar restarts, even machine reboots:Managing your tasks
Click the ⚡ Tasks button in the overlay to:- See all active, scheduled, and completed tasks at a glance
- Pause / Resume / Run Now any task
- Edit goals, schedules, and approval settings
- View full execution history with every tool call
- Approve or reject pending runs (with optional notes)