DevAI Research2 min reading time

smolmachines / smolvm as a sandbox for untrusted Python & JavaScript

Simon Willison's Weblog
Read full post
Smolvm 1.8.3 provides a secure sandbox environment for running untrusted Python and JavaScript code with hardware-isolated VMs, enforcing resource limits and no network access. Testing showed effective isolation with cold starts under 1.5 seconds and warm executions around 50 ms. Limitations in some environments like Claude Code were overcome by running tests on GitHub Actions runners with KVM support.

More in Dev

Dev6 min read

How Credit Genie keeps codebase docs fresh with OpenWiki

LangChain
Dev19 min read

Article: When Spec-Driven Development Pays Off

InfoQ (AI, ML & Data)
Dev19 min read

Deploying Qwen3.8-2.4T-A95B on Amazon SageMaker HyperPod with vLLM

AWS Blog