Voices
GPT-5.6's Real Developer Story: Programmatic Tool Calling and In-Request Multi-Agent Land in the Responses API
The under-covered part of the GPT-5.6 launch is the API: Programmatic Tool Calling lets the model write JavaScript that runs in an isolated, network-less V8 runtime to orchestrate many tool calls itself (ZDR-compatible), instead of returning them one-at-a-time to your loop — so latency and token cost stop compounding with tool count, exactly where classic agent loops bleed. A parallel Multi-agent beta lets one GPT-5.6 instance spawn concurrent subagents and synthesize their work in a single request. This pushes orchestration OpenAI-side and is a direct shot at hand-rolled agent frameworks.
↳ Follow the thread