Shifts that have not hit you yet but will.
The OpenAI Assistants API is gone
Breaking change26 Aug
The Assistants API shut down on 26 August 2026. OpenAI directs existing users to the Responses API and Conversations API.
So what
This date has passed. If anything you run still calls it, it is already broken, and the failure may be sitting in a background job rather than anywhere a user would report it. Check your logs before you read the rest of this list.
GPT-5.4 and 5.4 mini retire in Codex today
Breaking change31 Aug
For users signed in with ChatGPT, GPT-5.4 and GPT-5.4 mini retire in Codex on 31 August 2026. OpenAI recommends GPT-5.6 Terra and GPT-5.6 Luna respectively.
So what
If a model name is hardcoded anywhere in your tooling, today is the day it stops resolving. Pin deliberately or read from config, but do not leave it as a literal in a script nobody owns.
GPT-5.6 Sol dropped over 20% for three months
Pricing21 Aug
OpenAI cut API and credit pricing for GPT-5.6 Sol by more than 20%, described as running for the next three months.
So what
A time-boxed cut is a trial balloon, not a new floor. Take the saving, but do not rebuild your unit economics on a price with an expiry date attached.
GitHub Copilot moved to usage-based billing
PricingGitHub announced Copilot is shifting to usage-based billing.
So what
Per-seat costs are predictable and usage-based costs are not. If you have agents running unattended, the same change that saves money on light users can produce a genuinely surprising invoice on heavy ones. Set a budget alert now rather than after the first bill.
Coding agents are moving from prompted to always-on
ToolingCursor introduced Automations for always-on agents, describing hundreds of automations per hour and incident-response use where a PagerDuty alert starts an agent that queries server logs over MCP.
So what
An agent with production log access is a new identity in your system. Before you wire one up, answer the boring question: what can it read, what can it change, and where is that written down.
Claude Opus 5 shipped
ModelsAnthropic released Claude Opus 5, reporting more than double Opus 4.8's performance on Frontier-Bench v0.1 at a lower cost per task, and within 0.5% of the top CursorBench 3.2 score at roughly half the cost per task.
So what
Cost per task is the number to compare, not cost per token. A model that costs more per token and finishes in fewer attempts can be cheaper in production, which is exactly the comparison a per-token price list hides.
Anthropic published a 2026 agentic coding trends report
ReadingA primary-source data set on how coding agents are changing development workflows, rather than another survey write-up of a survey.
So what
Worth an hour if you are setting an AI tooling policy this quarter. Read the methodology before the conclusions, as you would with any vendor-published research on its own category.