I think there are interesting use cases for sandboxes that have nothing to do with AI code execution.
If you can isolate tenants and pin them to their own compute, that’s a pretty powerful primitive for multi-tenant software generally.
CI/CD systems, per-tenant queries with variable compute/memory, third-party plugin systems, user-defined logic, etc.
Cool to see AI infra make infra better for non-AI products too.