A quiet week with a theme — the execution layer hardened. Four items, ranked by Onlook impact.
- 01
E2B sandboxes can now pause and resume with full memory state
Sandbox persistence (public beta) snapshots filesystem and memory — pause an idle agent session, resume it ~1s later exactly where it left off, up to 30 days. Auto-pause replaces shutdown-on-timeout. If we ever run generated code in a sandbox, this is the primitive that makes per-user sessions cheap to keep warm.
- 02
Vercel Blob drops long-lived tokens — OIDC auth and signed URLs land
Blob now supports OIDC authentication (no more long-lived tokens) and time-bound signed URLs for upload/download/delete. Plus elastic build machines auto-adjust to dodge OOM failures. Real hosting-layer hardening on the surface we deploy against.
- 03
Cloudflare hardens Workers — egress control, bulk secrets, Agent Skills
Workers can now filter public egress through Gateway policies, manage up to 100 secrets per API call, and schedule Workflow instances via cron in the binding. The Agents SDK v0.14.0 adds an Agent Skills primitive — the skills-as-table-stakes arc reaches the edge runtime.
- 04
Anthropic trims the API edges — and says Claude writes 80% of its own code
Smaller, real API wins: the advisor tool gains
max_tokens, and refusals with no output stop being billed. Alongside, Anthropic published that over 80% of code merged at the company is now written by Claude — a data point worth sitting with.