How OpenAI keeps ChatGPT fast as agentic coding rewrites the load profile

Suivi de l'affaire : OpenAI Super App : la bascule ChatGPT = Codex et l'agent-first· Épisode 7/7

Build à l'instant0Ajouter aux favoris

How OpenAI keeps ChatGPT fast as agentic coding rewrites the load profile
Illustration : Léa Fontaine

A QCon performance engineering talk from OpenAI surfaces the infrastructure decisions behind ChatGPT's latency targets - and how the product's shift from chat to agent changed every assumption.

In plain terms: A performance engineering talk by Martin Spier (OpenAI), published on InfoQ, documents how ChatGPT's infrastructure adapted as the product shifted from simple chat to agentic coding workflows. The short version: agentic requests don't look like chat requests, and everything optimized for short-turn conversations needed rethinking.

The core challenge is request shape. Agentic coding sessions are longer, they stall mid-stream waiting on tool call results, and they create bursty load patterns on inference backends built for conversational rhythm. The team's response involves adaptive streaming, speculative caching, and per-session load balancing that accounts for expected context length at request time - not just at scheduling time.

[Under the hood] Agentic workflows dramatically increase code change volume at ChatGPT's scale, per Spier. Latency sensitivity concentrates at tool-call boundaries rather than generation speed - which inverts the optimization priority from the chat era. Cold-start latency on tool resolution becomes the critical path, not token generation throughput.

So what: The SLA assumptions and infrastructure patterns from 2023 ChatGPT don't apply to 2026 ChatGPT Work. Teams building on top of OpenAI APIs or similar platforms need to model their request patterns against agentic load profiles - burst shape, context length distribution, and tool-call frequency - not average chat latency benchmarks.

Ressources, à tester

Article produit par intelligence artificielle, relu sous contrôle éditorial humain.

Notre rédaction
Your Linux servers, as a desktop.
TermalOSSponsored
Ops, reimagined

Your Linux servers, as a desktop.

Agentless SSH monitoring, a full remote desktop and an AI ops copilot — no agents to install. Everything stays on your machine.

SSHMonitoringAI Ops
Get early access
Cet article vous a-t-il été utile ?

0 personnes ont aimé cet article

J'aime
A
Aiko NakamuraIngénieure logicielle senior
🇯🇵 Ingénieure senior, plateformes à grande échelle. Écrit sur la construction avec l'IA.
Partager :
Commentaires (0)

Connectez-vous pour rejoindre la discussion.

Soyez le premier à commenter.

Your Linux servers, as a desktop.
TermalOSSponsored
Ops, reimagined

Your Linux servers, as a desktop.

Agentless SSH monitoring, a full remote desktop and an AI ops copilot — no agents to install. Everything stays on your machine.

Get early access
Rubriques
Explorer
Informations