Agent Infrastructure: Sandboxes, Protocols, and 5× Throughput
From model to agent: Equipping the Responses API with a computer environment — OpenAI equips the Responses API with a sandboxed computer environment and a shell tool so agents can run commands, manage files, and execute workflows inside a constrained runtime. This matters because it gives practitioners a standardized, auditable sandbox to run and test agent actions, reducing surprise side effects and making orchestration and validation far easier (Principles 07 & 09).
Perplexity takes its ‘Computer’ AI agent into the enterprise, taking aim at Microsoft and Salesforce — Perplexity brings its Computer agent to enterprises, routing tasks across ~20 models and isolating sessions with Firecracker microVMs. This matters because it provides a concrete, production architecture for multi-model orchestration, model routing, and session isolation you can emulate when moving agents from experiment to service (Principle 09).
Nemotron 3 Super Delivers 5x Higher Throughput for Agentic AI — NVIDIA’s Nemotron 3 Super boosts agentic AI throughput up to 5×, offers a 1M-token context window, and ships as an open-weight hybrid MoE model tuned for long-lived agents. This matters because throughput plus long contexts change the trade-offs for persistent, memory-rich agents and let you rethink inference topology, cost-per-task, and state management (Principles 06 & 07).
Slashing agent token costs by 98% with RFC 9457-compliant error responses — Cloudflare now serves machine-readable RFC 9457 error responses that cut agent token usage by over 98% and supply structured retry guidance. This matters because structured errors remove opaque failure modes from agent loops, enabling deterministic retry policies, big cost savings, and more robust orchestration (Principles 11 & 06).
Manufact raises $6.3M as MCP becomes the ‘USB-C for AI’ powering ChatGPT and Claude apps — Manufact advances the Model Context Protocol (MCP) as open infrastructure to plug agents into apps and standardize context exchange across UIs and backends. This matters because a shared protocol reduces brittle integrations, accelerates reproducible agent interfaces, and moves teams toward reusable artifacts and legible landscapes for outcome delivery (Principles 11 & 06).