This edition looks at changes that could affect work already on a product team’s desk: producing images, running a website, maintaining a native integration and deciding how an AI review fits the release process.
The main announcements below were published on September 8. Two shorter items from September 1 are also worth keeping on the engineering calendar. We have linked the official sources and our longer analysis so the rollout details are easy to check.
OpenAI: compare the result you can actually use
GPT Image 2.5 Sunburst and Flare were released on September 8. OpenAI positions Sunburst for demanding editing precision and Flare for fast everyday generation. Both support generation and editing through the Image API and the Responses API image tool.
Our take: pick a real asset workflow and agree on what a successful output must preserve. Compare time and cost to an accepted result, including retries. We have not run an independent benchmark of these models.
Cloudflare: a better first choice for the origin handshake
Automatic Key Exchange learns what an origin supports and selects an appropriate first key share. It can use a compatible hybrid post-quantum exchange when the origin supports it. The September 8 rollout is enabled by default, subject to the documented connection requirements.
Our take: check the TLS stack and connection path before expecting a benefit. This affects new Cloudflare-to-origin connections; requests reusing an open connection do not repeat the exchange.
Expo: useful to evaluate, still a preview
Expo Modules 2.0 uses Swift annotations to reduce native-module binding work. The first macros are experimental on iOS in SDK 57, with the official beta planned for SDK 58. Android and other parts of the API remain in progress.
Our take: try one small integration and keep its behavior tests. The old and new APIs can coexist, so a working app does not need an immediate rewrite.
Sources and release notes: [6]
Two more updates to keep in view
GitHub’s September 1 public preview lets administrators opt in to qualifying Copilot code-review approvals. An approval assessment alone does not satisfy required approvals, and the submission feature is disabled by default. Approval is also separate from merging; new commits dismiss the existing Copilot approval.
Apple’s September 1 Rosetta reminder is a practical release-planning item for Mac teams. Its technical documentation says general-purpose Rosetta support continues through macOS 27, with a narrower gaming exception later. Helpers, plug-ins and native libraries belong in the architecture inventory alongside the main app.
One useful action this week
Choose the update that touches a real workflow, then make the evaluation small enough to finish. That might mean a fixed image test set, a review of origin TLS support, or one experimental native method behind an existing interface.
Keep vendor announcements separate from your own measurements. The release note tells you what is offered; a focused test tells you whether it is useful for the product you are responsible for.
Sources and release notes
- API changelog: September 8, 2026
OpenAI · 8 September 2026
- GPT Image 2.5 Sunburst model documentation
OpenAI
- GPT Image 2.5 Flare model documentation
OpenAI
- Automatic Key Exchange for origins
Cloudflare · 8 September 2026
- Automatic Key Exchange documentation
Cloudflare
- An early look at Expo Modules 2.0
Expo · 8 September 2026
- Copilot code review can now approve pull requests
GitHub · 1 September 2026
- Upcoming changes to Rosetta support for Intel-based macOS apps
Apple Developer · 1 September 2026
- About the Rosetta translation environment
Apple Developer
