InstaVM Engineering

Blog

Technical deep-dives on secure AI execution, sandboxing, and building production agents.

Tarit

Tarit: an open-source microVM stack for AI agents

Tarit is our open-source microVM stack: a KVM VMM with live snapshots, and an orchestrator with warm pools and HA failover, for running agents and RL environments.

AAbhishek·6 min read
July 29, 2026
AI Agents

How code mode can help smaller LLM models

code mode vs direct tool call

MManish·5 min read
July 24, 2026
AI Agents

Why AI Agents Need a Two-Tier Architecture

How do you deploy a public chatbot that runs real commands — ffmpeg, shell tools, anything — without a stray prompt wiping your host or leaking your keys? Split the brain from the hands.

MManish·5 min read
July 15, 2026
NixOS

NixOS on InstaVM: reproducible dev environments you can snapshot and restore

At InstaVM we think your environment should be yours to define, as code, not whatever a base image happened to ship. So we added nix-dev, a real NixOS sandbox. Declare it in a flake, install with Nix, snapshot it, and boot identical copies on demand.

MManish·8 min read
June 26, 2026
Claude Managed Agents

Self-Hosting Claude Managed Agents on InstaVM

Anthropic runs the agent loop; you run the sandbox. Self-host Claude Managed Agents on InstaVM, keeping real API keys out of the sandbox.

MManish·12 min read
June 13, 2026
AI Agents

InstaVM Volumes: durable memory for long-running agents

Durable storage for any InstaVM sandbox. Volumes give agents a memory that outlives the VM, so a long-running agent can stop, restart, and resume where it left off.

AAbhishek·4 min read
May 29, 2026
InstaVM

Deploy anything on InstaVM with `instavm.yaml`

Field-by-field reference for instavm.yaml: services, jobs, cron, VM sizing, vault-backed keys, egress allowlists, volumes, and callbacks.

AAbhishek·9 min read
May 14, 2026
InstaVM

Deploy an Exa deep research agent on InstaVM with vault-backed API keys

Build a deep-research agent with Exa and the OpenAI Agents SDK on InstaVM. The OpenAI and Exa keys never enter the process environment.

AAbhishek·9 min read
April 30, 2026
OpenAI

InstaVM is a sandbox provider for the OpenAI Agents SDK.

InstaVM is a sandbox provider for the OpenAI Agents SDK. Run SandboxAgent workloads inside Firecracker microVMs with PTY support, egress controls, and port exposure.

AAbhishek·5 min read
April 17, 2026
AI

How Claude Code & Codex approach sandboxing

How OpenAI's Codex and Anthropic's Claude Code prevent an LLM from running arbitrary commands on your machine. Same OS primitives, different trust architectures.

AAbhishek·18 min read
April 5, 2026
InstaVM

Deploy from your coding agent with the InstaVM Skill

Install the InstaVM skill once and let your coding agent deploy agents and vibe-coded apps without leaving the conversation.

MManish·2 min read
March 28, 2026
InstaVM

Meet InstaVM

Today we're launching the public beta of InstaVM with $50 in free compute, no credit card required, plus the full runtime, networking, and observability stack agents need in production.

AAbhishek & Manish·7 min read
March 17, 2026
OpenClaw

Fastest Way to Deploy OpenClaw

Deploy OpenClaw in minutes on InstaVM: create snapshot, launch VM, share URL, set token, and approve device. Just Claw.

MManish·3 min read
February 28, 2026
AI

Where to Run AI-Generated Code: Top 5 Sandboxing Solutions for 2026

A technical guide to running AI-generated code safely in production. Compare Firecracker microVMs, containers, and WASM approaches across InstaVM, E2B, Vercel, Cloudflare, and Daytona.

AAbhishek·8 min read
January 4, 2026
Claude Agent SDK

How to Run Claude Agent SDK: A Step-by-Step Sandbox Tutorial (No Templates Required)

Stop fighting with sandbox templates. Learn how to bypass configuration errors and run the Anthropic Claude Agent SDK instantly using InstaVM.

MManish·6 min read
December 31, 2025
Blog

Anthropic Skills Can Be Programmatically Optimized (Using DSPy)

Are the Skills already optimized at the job they are supposed to do? Or can we make it even better?

MManish·10 min read
December 21, 2025
Security

I built a mitmproxy AI agent using 4000 paid security disclosures

Teaching AI agents to find security vulnerabilities by distilling 4,000 paid HackerOne bug bounty reports — from PDF cracking to API hacking with CLI tools.

MManish·8 min read
December 9, 2025
DSPy

InstaPoT: Using InstaVM with DSPy's Program of Thought

Learn how to use InstaVM as the code execution backend for DSPy's Program of Thought module, enabling secure Python code execution for LLM-powered reasoning.

MManish·8 min read
November 27, 2025
Blog

Anti-patterns while working with LLMs

Anti-patterns observed while working extensively with LLMs — from redundant context to over‑engineering.

MManish·8 min read
November 10, 2025
Blog

Part 2: I Want Everything Local — Building My Offline AI Workspace (Claude Skills)

We wanted to let people import their skills from Claude and use it locally — no cloud dependencies, maximum privacy.

MManish·10 min read
October 23, 2025
Blog

Coderunner Receives Funding from Microsoft and GitHub Open Source

Our Open sourced implementation received financial sponsorship from Microsoft and GitHub

AAbhishek·1 min read
October 21, 2025
Blog

I Want Everything Local — Building My Offline AI Workspace

Building a completely offline AI workspace with local LLMs, sandboxed code execution, and browser automation — no cloud dependencies, maximum privacy.

MManish·10 min read
August 8, 2025
We use cookies to improve your experience. See our cookie policy.