← All digests
✦ AI News for Builders

Five beta headers went away, MCP dropped sessions, and Z.ai is holding weights that find zero-days

Tuesday, August 25, 2026·8 min read·4 stories

Every story today has a date stapled to it. A header that quietly turns on a feature when you delete it, a protocol whose deprecation clocks started on July 28, a set of open weights landing this week after a safety hold, and a hardware bill that arrives in early 2027. None of it is urgent this morning. All of it is on somebody else's calendar.

Story I

Five Claude betas went GA. Two of them change behaviour the moment you delete the header.

On August 19 Anthropic moved computer use, browser use, the Files API, the Agent Skills API, and the Admin API out of beta on the same day. The tidy version of that news is that you get to delete five header strings from your codebase. The accurate version is that three of those deletions are free and two are not.

Computer use goes from computer_20251124 to the computer_toolset_20260801 toolset, and the GA shape is not the beta shape: batched multi-action turns, seventeen member tools, a changed request/response structure, and zoom enabled by default. That last one is the trap. A team that upgrades purely to get rid of a header ends up with a capability switched on that nobody asked for. The Files API is the other one — dropping files-api-2025-04-14 moves list pagination from cursors to page/next_page and adds an ids[] filter, so it is the only move in the set that requires editing actual code rather than deleting a line.

Browser use is worth separating out because it is genuinely new rather than renamed: browser_toolset_20260801 drives a page through its accessibility tree instead of working out where things are in a screenshot. Agent Skills at /v1/skills and the Admin API are the clean ones, with no stated behaviour change. And nothing here is on fire — as of checking, no sunset date is published for any of the legacy headers, and they still behave identically.

For builders

Do not run a bulk find-and-replace across the five beta strings. Grep for them, then split the list in two. The three no-op removals can go in any commit. For the Files API, find the loop that walks your file list and check what it reads to decide it is done — a cursor-shaped loop against a page-shaped response usually does not throw, it just quietly returns the first page and stops, which is the failure mode you find in three weeks when a document is missing. For computer use, upgrade on a branch and diff the action traces on one real task before and after, because zoom-by-default changes how many turns a task takes and therefore what it costs you per run. Since no sunset date exists, you are allowed to do this on a Tuesday with a clear head instead of under a deadline.

Story II

MCP dropped sessions entirely, and the twelve-month clocks have been running since July 28

The 2026-07-28 specification is the fifth MCP release and the one that changes the shape of the thing. The initialize/initialized handshake is gone and Mcp-Session-Id is removed. Every request now travels on its own, carrying protocol version, client identity and capabilities in _meta, with method and tool names moved into Mcp-Method and Mcp-Name HTTP headers so a gateway can route without parsing the JSON body. Server-initiated calls like elicitation/create and sampling/createMessage were rebuilt as multi round-trip requests so they no longer need a stream held open in both directions.

Three features — Roots, Sampling and Logging — are deprecated with a minimum twelve-month support window, and the legacy HTTP+SSE transport got a formal one-year deprecation of its own. Three extensions became official: Tasks for long-running work via tasks/get and tasks/update, MCP Apps for server-rendered UI, and Enterprise Managed Authorization. The authorization hardening is the part most people will skip and should not: RFC 9207 issuer validation is now required before code redemption, client credentials are issuer-bound with no reuse across authorization servers, and Dynamic Client Registration is formally deprecated in favour of Client ID Metadata Documents.

Anthropic says support is rolling out across Claude products “soon” without breaking that down by product, and reports over 950 servers in the connectors directory and 400M monthly SDK downloads, up fourfold this year. Read this next to Sunday's story about A2A moving under the same foundation as MCP: the protocols are consolidating and hardening at the same time, which is what a standard looks like when it stops being an experiment.

For builders

If you maintain an MCP server, the honest first question is whether any tool handler reads state that was set during initialize. If yes, that is your migration, and everything else is detail. If no, you are closer than you think. Then separate the two clocks, because they are not the same length in practice: the transport deprecation has a year on it and is a scheduled rewrite, but the DCR-to-CIMD move bites anyone whose clients register dynamically today, and that is an auth change, not a transport change — test it against a real identity provider before you assume the SDK handles it. Last, be honest about whether stateless buys you anything. On a long-lived VM it changes nothing today. If you have wanted this server on Workers or Lambda and could not, the reason you could not was just removed.

Story III

Z.ai held GLM-5.3's weights for two weeks because the model got too good at chaining exploits

GLM-5.3 launched on August 14 and scored 84.5% on CyberGym, ahead of Claude Mythos 5 at 83.8% and GPT-5.6 Sol at 83.6%. In testing it surfaced 2,436 vulnerabilities across 269 open-source projects — Linux, WebKit and FreeBSD among them — of which 1,097 were rated critical or high. Z.ai then did something labs rarely do with an open-weight release: it kept the weights back for roughly two weeks of additional review, which puts the drop this week.

The stated reason is more specific than a general safety gesture. The lab says the model developed reasoning across multiple stages of exploitation and formed coherent plans for complete exploit chains — a capability it did not set out to train. Everything in GLM-5.3 sits on the same mixture-of-experts base as GLM-5.2, with the gains coming from extended post-training rather than a fresh pretrain. Which means the capability emerged from the post-training run, not from new scale, and that is the part worth sitting with.

One thread back to yesterday: the independent estimate circulating for OX Alpha, the unattributed model that went free on OpenRouter, put it at roughly 744 billion parameters — the same figure quoted for GLM-5.3's base. That is corroboration for the Zhipu theory, not confirmation, and nobody official has said anything. We also could not find a published licence for the incoming weights, or an exact release hour. Given Saturday's licence audit, assume nothing about the terms until the file is in front of you.

For builders

If you were planning to self-host this, the useful detail is that the base is unchanged from GLM-5.2 — your existing serving config, tokenizer assumptions and hardware sizing very likely carry straight over, so you can size the deployment now rather than after the download. But open the LICENSE file in the repo before you build a roadmap on it: a lab that delayed a release on offensive-security grounds is exactly the kind of lab that ships it under conditions rather than plain Apache-2.0, and a fortnight of safety review is not usually followed by fewer restrictions. There is a second, quieter action for anyone who maintains an open-source project. A model scoring 84.5% on vulnerability discovery becomes available to everyone who can download it, defenders and otherwise, some time this week. If your repository has no published security contact and no disclosure path, add one before the weights land. A SECURITY.md takes ten minutes and is worth considerably more than that when the first report arrives.

Story IV

Nvidia shipped a chip that dodges memory and, the same day, told customers memory is making servers 15% more expensive

On August 24 Nvidia put Groq 3 LPX into full production. It is an extension of the Vera Rubin platform aimed squarely at the decode phase — the token-by-token part that makes an interactive agent feel fast or slow. In Artificial Analysis evaluations running Gemma 4 31B with an active 100,000-token context it reached 3,400 tokens per second. Samsung fabricates it, it carries 500MB of SRAM on the die specifically to sidestep the memory bandwidth wall, Nvidia packs 256 of them into a rack, and Nebius is the first cloud to adopt it. Nvidia's 4x-faster-than-the-nearest-alternative claim has drawn reasonable pushback on how the comparison is constructed, so treat the ratio as marketing and the 3,400 figure as a benchmarked number attached to one model at one context length.

The same week, Nvidia notified large customers that AI server prices are going up more than 15% for systems shipping in early 2027, covering Vera Rubin and Grace Blackwell. The cause is not GPUs. It is HBM and DRAM: server DRAM roughly doubled in the first quarter of 2026, Gartner expects the shortage to run into 2027, and Deloitte projects AI-server DRAM prices quadrupling across the year. Put the two announcements side by side and the joke writes itself — the one chip whose headline feature is not needing external memory, launched the same week memory adds 15% to everything else.

For builders

You are not buying racks, so the number that matters to you is the lag. Hardware cost increases reach API pricing six to twelve months downstream, which reframes the last week of price news: a 20% Sol cut valid “at least” through November, Gemini 3.7 Flash cheap until New Year's Eve. Those expiry dates look less like marketing rhythm once there is a 2027 hardware bill behind them. So when you write a Q1 2027 number, do not extrapolate August's per-token rates forward. Take today's usage, price it at list rather than promotional, and check the workload still clears — if it only works at the promo rate, that is a product risk, not a finance detail. Separately, if your product is latency-bound rather than cost-bound — voice, live agents, anything where a user is watching tokens appear — it is now worth asking your inference provider whether they are deploying LPX, by name. Just make them run your prompt at your context length before you believe any number, including that one.

Sources

  1. Claude by Anthropic — Build production agents with computer use, the Skills API, and the Files API
  2. Digital Applied — Five betas went GA: which headers can you delete now (August 19, 2026)
  3. Digital Applied — Browser use is a new Claude tool, not a renamed one
  4. Model Context Protocol Blog — The 2026-07-28 specification: stateless core, extensions, authorization hardening
  5. Claude by Anthropic — MCP 2026-07-28 spec: stateless core, coming to Claude
  6. AI Weekly — Z.ai ships GLM-5.3, holds open weights for cyber safety review
  7. Tech Times — GLM-5.3: post-training produced exploit chains Z.ai never planned, finds 1,097 critical bugs
  8. NVIDIA Newsroom — NVIDIA Groq 3 LPX now in full production with world-class speed for agentic AI (August 24, 2026)
  9. StorageReview — Groq 3 LPX enters full production: 3,400 tokens per second at 100K context, 256 per rack
  10. The Decoder — Nvidia says Groq 3 LPX is four times faster than Cerebras, but the math is more complicated
  11. The Next Web — Nvidia AI server prices are rising more than 15% from early next year
  12. SBS News — NVIDIA raises AI server prices by over 15% amid memory shortage

— The Vibe Gate news desk. We read the firehose so you can keep building.

← All digests  ·  The blog