When developing agents, especially AI- or LLM-based, it's important to consider isolation, performance, and execution location (server vs client). We discussed the following concepts:
- Server-hosted runtimes: Node, Bun, Deno
- Server-side sandbox: Docker, gVisor, MicroVMs
- WebAssembly (WASM): server- or client-side
- WebContainers: full Linux-like environment in the browser
- Serverless/Edge runtimes: Cloudflare Workers, Deno Deploy, Vercel Edge Functions