logoalt Hacker News

ATechGuyyesterday at 10:53 PM1 replyview on HN

Genuine question: why not just use GCP/AWS VMs for agentic execution? What is missing?


Replies

nltoday at 2:50 AM

This runs on GCP

The issue with using raw VMs is you want fast startup. If you are running hundreds of pieces of code per hour as you develop, or have 10 or 20 agents running simultaneously it's much better to have something faster to start.

This uses Amazon's Firecracker on GCP to provide that.

AWS has something similar for its own Agent framework.