Shifts that have not hit you yet but will.
Supabase will remove the logs.all Management API endpoint on 23 Sep, and older MCP get_logs setups will break too
Breaking change23 Sep
Supabase will remove the analytics/endpoints/logs.all Management API endpoint on 23 September 2026. Its replacement, analytics/endpoints/logs, accepts only ClickHouse SQL over a single unified logs table. The Supabase MCP server's get_logs tool called logs.all internally, so Supabase says to update to mcp-server-supabase v0.10.0. The dashboard Logs Explorer is not affected.
So what
Search your scripts, cron jobs and agent configs for logs.all this week, rewrite those queries in ClickHouse SQL filtering on source_name, and bump mcp-server-supabase for any agent that reads logs. Put 30 October in the calendar too: from then, new public tables on existing projects need an explicit grant before the Data API can see them.
Cloudflare now blocks AI agents by default on ad pages of newly onboarded sites, and its Block setting now also stops Googlebot
Policy15 Sep
From 15 September, new ad-supported domains on Cloudflare get a preset that allows search, disallows AI training and blocks agent-category bots on pages that show ads. The Block settings now also apply to mixed-use crawlers such as Googlebot, Applebot and Bingbot, so choosing Block stops them entirely, search included. A new Disallow AI Training option keeps search crawling allowed.
So what
If you run browsing or retrieval agents, expect more blocked requests on ad-supported sites and build fallbacks to official APIs or licensed data. If you host content on Cloudflare, use Disallow AI Training rather than Block unless you are willing to lose search traffic.
DeepSeek cut its Flash model to $0.15 per million input tokens, and old integrations got the cut automatically
Pricing14 Sep
DeepSeek retired V4 Flash and now lists DeepSeek-V4.1-Flash, API name deepseek-flash, at $0.15 input and $0.60 output off-peak, down from $0.22 and $0.66. Requests to the legacy name deepseek-v4-flash are still accepted, served by V4.1 Flash and billed at the new price. V4 Pro is unchanged.
So what
A price cut you receive without a code change, which is unusual. It is also a reminder that a provider can swap the model behind a name you pinned, so if output consistency matters, re-run your evals whenever a pricing page changes. We caught this through our own weekly drift check and logged it in the price change log.
Ramp data: token prices down 41% since March as businesses steer usage away from frontier models
Trend9 Sep
Ramp's September AI Index, covering August, shows its measure of effective price per million tokens down 41% to $0.68 from a March peak of $1.15. Frontier models drove 45% of token share, down from a 53% peak in August, and Ramp says businesses told it they are setting company-wide defaults that steer usage toward cheaper standard models.
So what
Make a standard-tier model your default and escalate to a frontier model only where your evals show a real gain. Your customers' finance teams are already setting the same defaults, so revisit any pricing of your own that assumes per-token costs hold steady.