Fetching from the wire…
Public story · 2026-09-18 · high
One flag puts each eval trial in its own microVM, and secrets never touch the model's token stream.
Why now: Vercel shipped the integration on September 17.
Vercel's Sandbox can now run Harbor, the evaluation harness behind Terminal-Bench. Its registry also covers SWE-bench, tau3-bench and OSWorld, per Vercel's changelog. Add --env vercel to a harbor run command and each trial gets its own Firecracker microVM instead of sharing one machine, so a batch of eval runs parallelizes past a single box. The integration requires Harbor 0.22.0 or later.
That parallelization matters for anyone running agent evals at scale, since queuing trials on one machine is the bottleneck Vercel is targeting here.
The security design is the bigger deal. Network policy gets enforced at the sandbox firewall, outside the VM the agent runs in. Optional credential injection attaches secrets to outbound requests without those secrets ever entering the sandbox, so the model never sees the token it's using.
Google's credentials API works the same way, and it's the right design for a simple reason. A prompt injection or a compromised tool call can't exfiltrate a credential it was never shown. The key exists only at the network layer, attached to the request after it leaves the sandbox. Most agent sandboxing still hands the model the key and hopes the isolation boundary holds. This design removes the need for that bet: the model has nothing to leak because it never held anything.
The changelog doesn't say how credential injection gets configured, or whether it's on by default or something teams opt into. Anyone running agents against real API keys should check that before assuming the protection applies automatically.
Each link below shares sources, entities, or timing with this story.
Malte Ubl argues defenders hold a temporary edge because they can run stronger models than attackers, and that edge is closing (Vercel). K3 matches Sonnet 5 and beats Opus 4.8 on vulnerability discovery; asked to escape Vercel Sandbox it mapped attack surface, found privilege-...
Announced August 7: Hermes can use AI Gateway as its inference layer for 200+ models with no token markup and per-request dashboard visibility, and execute shell commands inside an isolated Vercel Sandbox microVM instead of on your machine, with Node.js 24/22 and Python 3.13 a...
iad1 stays the default, joined by sfo1, cle1 and cdg1, with region choice on all plans and failover configuration limited to Pro and Enterprise. Set it in Settings, via vercel project update my-project --sandbox-region cdg1 --sandbox-failover-regions iad1,cle1, or by passing r...
Moonshot AI dropped Kimi K2.6 today and the numbers are hard to ignore. One trillion parameters total, 32 billion active per token across 384 experts, 256K context window, and native multimodal input. It scores 58.6 on SWE-Bench Pro versus GPT-5.4's 57.7 and Claude Opus 4.6's...
OpenAI shipped GPT-5.5 on April 23, six weeks after 5.4. The capability jump is real: 82.7% on Terminal-Bench 2.0 vs Claude Opus 4.7's 69.4%. The Pro tier nearly doubles Opus 4.7 on FrontierMath Tier 4 at 39.6% vs 22.9%. It uses 40% fewer tokens on Codex tasks while matching 5...
Gemini 3.6 Flash launched July 21 at $1.50/1M in, $7.50/1M out, claiming 17% fewer output tokens than 3.5 Flash, DeepSWE code precision up from 37% to 49%, OSWorld-Verified computer use at 83% (from 78.4%), and a knowledge cutoff finally moved from January 2025 to March 2026....
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.