Hacker News new | ask | show | jobs
by ajaysheoran2323 64 days ago
Building an agent usually means solving three things:

1. Planning 2. Tools 3. Execution environment

Execution is often overlooked. Agents need somewhere to run code, install deps, write files, and continue workflows safely.

We ran into this while building agents, so we built Sandflare — sandboxes with memory that launch in milliseconds.

Agents can spin up environments, run code, and continue later without losing context.

https://sandflare.io

1 comments

can't i just run my own vps?