
OpenAI Gives Developers the Building Blocks for Agents That Actually Do Things
New sandbox execution and computer environments turn the Agents SDK from a conversation framework into a platform for autonomous software that can run code, manipulate files, and maintain state across long sessions.
Crédit photo: Photo via Unsplash. Free to use under Unsplash License. · source
OpenAI has released a significant update to its Agents SDK, adding native sandbox execution and what the company calls a "model-native harness." The changes address one of the fundamental challenges in building useful AI agents: giving them a safe, persistent environment where they can actually execute code and work with files.
What changed in the Agents SDK?
The Agents SDK update introduces two core capabilities that were previously difficult to implement reliably. First, developers can now run agent code inside secure sandboxes, meaning the AI can execute shell commands and manipulate files without risking the host system. Second, the new model-native harness provides a standardised way to connect agents to tools while maintaining state across interactions.
Think of it like giving an AI assistant its own isolated computer. Previously, if you wanted an agent to write and run a Python script, you had to build elaborate safety mechanisms yourself. Now that infrastructure comes built in.
How does the computer environment work?
Alongside the SDK update, OpenAI detailed how it built an agent runtime using the Responses API. The system combines three components: the Responses API for handling model interactions, a shell tool for executing commands, and hosted containers that provide isolated environments for each agent session.
À lire aussi
More in AI Models
Chipmakers swung wildly this week, from a Tuesday 'chip-wreck' to a Micron-led surge after hours. What's actually going on with AI's hardware backbone?
Sarah Williams · 26 Jun · 5 min
The original Creator Studio was shut down in 2023. Now it's back, rebuilt around an AI assistant that promises to grow your audience and reply to comments in your voice.
Sarah Williams · 26 Jun · 5 min
At its annual Config conference, Figma announced coding layers, AI-generated motion graphics, and a reimagined canvas that blurs the line between design and full-stack development.
Sarah Williams · 26 Jun · 5 min
Everyone talks about chips and models. The memory bottleneck is the part of the AI buildout that keeps getting underestimated, and Micron's latest earnings make that case hard to ignore.



