AI Tools2026-08-1110 min read

The Assistants API Dies on 26 August. Deprecation Is a Compliance Control Now.

On 10 August 2026 OpenAI shut down gpt-5.2-chat-latest and gpt-5.3-chat-latest. On 26 August the Assistants API itself is removed, one year to the day after the notice, with no automated migration tool and manual thread migration. Two more shutdown waves land on 23 October and 11 December. Model deprecation has stopped being an engineering chore and become a change management control that your GRC platform cannot see.

Yesterday, 10 August 2026, two model endpoints stopped answering. The OpenAI deprecations page lists gpt-5.2-chat-latest and gpt-5.3-chat-latest as shut down on that date, with gpt-5.6-sol named as the replacement for both. If your application had either of those strings hardcoded in a configuration file, you found out at the moment traffic started failing rather than at the moment the notice was published. Fifteen days from now something considerably larger happens: on 26 August 2026 the Assistants API is removed from the platform entirely, exactly one year after OpenAI notified developers of its deprecation on 26 August 2025. The replacement is the Responses API paired with the Conversations API. There is no automated migration tool, and thread migration is manual.

It is worth being precise about why the Assistants shutdown is a different class of problem from a model swap. Changing a model string is a configuration edit and a round of regression testing. Leaving the Assistants API means rebuilding an architecture. The object model translates roughly rather than exactly: Assistants become reusable prompt configurations, Threads become Conversations, Runs become Responses, and Run Steps become Items. Underneath that renaming sits a genuine philosophical reversal. The Assistants API managed state on the server through Assistants, Threads and Runs, and it owned the tool calling loop on your behalf. The Responses API is stateless by default, with server side state available only if you opt into Conversations separately, and the tool loop is now yours to write and yours to get right. You gain control and you inherit responsibility for orchestration that used to be invisible. Teams that treated the Assistants API as a convenient way to avoid building agent plumbing are about to discover exactly how much plumbing it was doing.

A year of notice is generous by the standards of this industry, and it will still not be enough for a meaningful number of organisations, for a reason that has nothing to do with engineering competence. Model identifiers and API surfaces are the least governed dependency in most codebases. A package version lives in a lockfile that a scanner reads. A cloud resource lives in Terraform that drift detection watches. A model string lives in an environment variable, a prompt template, a notebook, a Zapier step, an n8n node and a hardcoded literal in a script somebody wrote in an afternoon, and nothing in the toolchain enumerates them. When the deprecation notice arrives, there is no authoritative answer to the question of how many places need changing, so the work does not get scheduled, so it happens in the last fortnight, so it happens badly.

Framed correctly, this is not a chore. It is change management, and the frameworks already have language for it. ISO 27001 Annex A control 8.32 covers change management and expects changes to information processing facilities to be planned, tested and approved rather than executed under deadline pressure by whoever noticed the outage. Annex A 8.9 on configuration management expects a baseline that records what is actually deployed, which is precisely the inventory nobody has for model identifiers. If you report against SOC 2, criterion CC8.1 is the change management criterion and an auditor is entitled to ask how a forced vendor migration was authorised, tested and documented. A migration that happened in a panic, with no test evidence and no rollback plan, is a finding regardless of whether the application came back up.

The supplier dimension matters just as much. ISO 27001 Annex A 5.19 and 5.21 cover information security in supplier relationships and across the ICT supply chain, and a model provider that can withdraw a capability your product depends on is a supplier concentration risk in the plainest sense. Under ISO 42001 the exposure is sharper still, because the AI management system expects a maintained inventory of AI systems and their components, and expects lifecycle controls over changes to those systems. A model substitution is a change to an AI system. It alters output distribution, refusal behaviour, tone, latency and cost, and it can quietly invalidate every evaluation result and every bias assessment you produced against the previous version. If you documented performance characteristics for an AI system during an ISO 42001 implementation and then swapped the underlying model in an emergency without rerunning anything, your documentation is now describing a system that no longer exists.

The compliance automation platforms will not catch this, and the reason is structural rather than a missing feature request. Vanta, Drata, Secureframe, Sprinto and Thoropass build continuous monitoring on systems that emit records a connector can subscribe to: the identity provider, MDM, cloud accounts, repositories, the HR system. A model identifier buried in an application configuration emits nothing. There is no OAuth event, no tenant, no billing line that distinguishes one model version from another in a way a GRC dashboard can read. Vanta shipped a GRC agent this year and the category is genuinely improving, but no connector currently tells you that your production summariser is pinned to a snapshot with a published end of life. This is a control you author yourself, with a named owner, or it does not exist.

The practical work is smaller than the anxiety suggests and it starts, as these exercises always do, with counting. Grep every repository, infrastructure template, notebook, prompt file and automation platform for model identifier patterns and produce one list of every model string in production, with an owner and a consuming service against each. Expect the list to be longer than predicted and expect several entries in tools nobody considered code, particularly n8n workflows and scheduled scripts. Then pin deliberately: use dated snapshot identifiers rather than aliases ending in latest, because an alias that silently repoints is a change you did not approve and cannot evidence, while a dated snapshot at least fails loudly on a date you can put in a calendar. Put those end of life dates in the same change calendar as certificate expiry and framework surveillance audits, because they are the same kind of obligation. Subscribe someone by name to the deprecation pages of every provider you use, not just OpenAI, since Anthropic, Google and every other vendor run the same lifecycle. Finally, make an evaluation suite the gate on any model change, so that a swap produces a comparison rather than a hope, and keep the result as evidence.

The rest of the calendar is already published and there is no excuse for being surprised twice. On 23 October 2026 gpt-3.5-turbo-0125 and gpt-4-0613 shut down along with other chat models and, importantly, the fine tuned versions derived from them, which is the group most likely to have no migration path at all because the training data may no longer exist in an accessible form. On 11 December 2026 the original GPT-5 family snapshots and o3-2025-04-16 follow. That is two more forced migrations before the year ends, both with dates you can act on today. The broader lesson is the one this industry keeps relearning at the cost of an incident: every genuinely useful new layer, cloud, SaaS, containers, open source packages, MCP servers and now foundation models, arrives faster than the governance around it, and the organisations that come through the correction well are the ones that started counting before anything broke. Counting your model strings is an afternoon of work. Doing it after 26 August, while the Assistants API is already gone and someone is asking why the product stopped responding, costs considerably more than an afternoon.

OpenAIdeprecationchange managementISO 27001SOC 2ISO 42001vendor riskResponses API

Editorial note: AES Tech reviews are independent. Some outbound links are affiliate links and are marked sponsored; they never change our rankings. See our disclosure.

// Signal, not noise

Get the next post by email

One short email when something worth knowing ships. No spam, unsubscribe anytime.

More from the blog