ToolsThe story, in brief

New tools and features in the Responses API

OpenAI just shipped Remote MCP, image gen, and Code Interpreter into Responses API. Agents got faster.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

OpenAI is expanding the Responses API with production-ready agent capabilities (Remote MCP, image generation, Code Interpreter). This lowers the barrier for developers to build and deploy multi-tool agents at scale, directly competing with agent frameworks and pushing the shift from chatbots to autonomous workflows.

The key facts

6 to know
  1. Remote MCP added to Responses API

  2. Image generation capability shipped

  3. Code Interpreter integrated

  4. Optimized for GPT-4o and o-series models

  5. Focus on agent reliability and efficiency

  6. Published May 21, 2025

Go to the source

OpenAI Blogopenai.com

Publisher excerpt: New features in the Responses API: Remote MCP, image gen, Code Interpreter, and more. Powering faster, smarter agents with GPT-4o & o-series models, plus new features for reliability and efficiency.
Read original report
Back to today's editionMore tools news

The wider picture

View all
Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
AI illustration by KeyNews
Tools01

The Genie One MCP is now Generally Available

Genie One MCP is a production-ready tool layer for integrating coding agents into enterprise workflows. Practitioners building agentic systems now have a standardized, vendor-backed protocol for connecting agents to IDEs and development environments — lowering friction from pilot to deployment.

Databricks
Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI illustration by KeyNews
Tools02

Rabbit Is Back, This Time With an AI Agent App

A failed AI hardware play pivots to cross-platform agent software — a test case for whether agent UX can drive mainstream adoption outside dedicated devices.

Wired AI
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Tools03

llm-typesafe 0.1a0

A new Python library for enforcing type-safe outputs from LLMs—useful for practitioners building production applications where unpredictable output shapes break downstream code. Early alpha, but addresses a real friction point in AI app development.

Simon Willison