Use cases
An AI agent becomes far more useful the moment it stops living on your laptop. These are the workloads our customers move onto a dedicated machine first.
Give the agent a repository and a task and let it work while you do something else. It keeps going when you close your laptop.
Why a dedicated machine: builds and test runs are heavy, and they should not fight your editor for CPU.
Point the agent at a topic and let it read, crawl and summarise over hours instead of minutes.
Why a dedicated machine: long browsing sessions need a stable IP and an uninterrupted process.
Daily digests, monitoring, inbox triage, report generation — anything that has to happen at a fixed time whether or not you are awake.
Why a dedicated machine: a schedule is only reliable if the host never sleeps.
Run the agent with your own model provider keys and your own data, on infrastructure only you can reach.
Why a dedicated machine: your keys stay on a machine you rent, not in someone else's multi-tenant runtime.
One HTTPS address and one token that your teammates can use, instead of everyone installing the agent locally.
Why a dedicated machine: a single hosted instance keeps everyone on the same version and the same state.
Migrations, bulk transformations, dataset labelling, overnight batches — work measured in hours, not seconds.
Why a dedicated machine: nothing gets killed because a lid closed or a VPN dropped.
Every workload above runs on the same flat monthly server — you only choose how much CPU and memory it gets.