Skip to content

AI Weekly #3 — Aug 10–16, 2026

August 10–16, 2026

Google, Z.ai and OpenAI all moved the frontier this week without training a new base model, while Anthropic began marking Claude's text so it can be identified after copy-paste.

Onei AI Editorial 9 min read How we make this

Four separate capability announcements this week, and not one of them involved a new base model.

Google shipped Gemini 3.7 Flash three weeks after 3.6 and said outright that it did not retrain from scratch. Z.ai shipped GLM-5.3 on the GLM-5.2 base and wrote that scaling post-training was the whole of the work. OpenAI's Ultrafast preview is GPT-5.6 Sol — the same weights, served roughly fourteen times faster on someone else's silicon. Alibaba's Qwen3.8-Max weights finally appeared on Hugging Face, which is a licensing event rather than a training one. The frontier moved four times in six days and the pretraining runs behind it were all finished weeks ago.

The pretrain has stopped being the news

This is worth sitting with, because it inverts how most people still reason about model releases. If capability now arrives through post-training, serving and pricing, then the interval between meaningful releases is set by how fast a lab can run reinforcement environments, not by how fast it can raise capital for a cluster. Gemini 3.7 Flash went from 49.0% to 65.3% on DeepSWE v1.1 and from 17.0% to 30.4% on AutomationBench in three weeks. Z.ai's ExploitBench score more than doubled, from 24.4% to 54.4%, on a base model it had already shipped.

The practical consequence is unpleasant if you build products: a benchmark you ran in July is describing a model that no longer exists, and the price you budgeted against has probably halved. Gemini 3.7 Flash is $0.75 per million input tokens until the end of December and $1.50 after, which means the cheap number is a promotional one and the planning number is the January one.

The second consequence is that Z.ai's decision reads differently. A lab that can produce a large cyber-capability jump without touching its base model has also discovered it can do so faster than it can evaluate the result — which is, in its own telling, why the open weights are staged behind the coding plan instead of shipping alongside it. That is the first time an open-weights lab outside the US has made that argument about its own model in public.

The mark moves to the output

Anthropic's watermarking post is the other side of the same shift. The change is not to the model but to the sampling procedure: token choices that used to draw on arbitrary randomness now draw on a cryptographic key, so the sequence carries a checkable signature and survives being pasted into a document. Files get C2PA credentials instead. It applies worldwide, not only in the EU, because Article 50 was the trigger and a single global behaviour is cheaper than a regional one.

Anthropic is careful about what the mark proves — that Claude took part, not who wrote or owns the result. That distinction will not survive contact with the first university that wires a detector into a plagiarism workflow. Worth knowing now, before someone runs it against your writing.

Money went to the layer above

Databricks took $5bn at a $190bn valuation and Lovable took $400m at $13.3bn, and both told the same story about what the money is for: infrastructure and cost of goods, not model training. SpaceX closed its $60bn all-stock acquisition of Anysphere on 14 August, converting a computing partnership into ownership of Cursor. None of that capital is chasing a bigger pretrain either.

By the numbers

The directory added 23 apps, 9 agent skills and 9 MCP servers this week, and now holds 390 apps, 141 skills and 167 MCP servers. Skills additions fell hard — 9 against 27 last week — and every one of the nine was first-party: OpenSearch, Brave, DuckDB, Figma, Notion and HashiCorp all published their own. The MCP servers were the same picture, with Pulumi, Snyk, New Relic, Miro, Algolia and Amplitude arriving as official vendor artefacts.

Which surfaced a problem worth naming. Of those nine skills, exactly one could be given a verifiable release date. Vendors are shipping skills as production artefacts and versioning them like scratch files — no release notes, no tags, no changelog — so "when did this ship" is usually unanswerable. That is why the picks below are mostly apps: the apps had launch dates and the skills did not. Software that agents load at runtime should be at least as datable as software humans install.

The apps side stayed on one theme all week. Paritok compresses the context an agent sends, Oqoqo benchmarks four harnesses against each other, HarnessRouter abstracts over them, and Spotify open-sourced the workspace it uses to run dozens of sessions at once. The tooling being built now is not for agents that write code — that is assumed — but for the problem of running a lot of them at once without losing track of the cost.

The week in AI

Model release

Gemini 3.7 Flash lands three weeks after 3.6, at half the price

Google released Gemini 3.7 Flash on 13 August, three weeks after the model it replaces, and says the gains came from algorithmic work and feedback rather than a fresh pretrain. DeepSWE v1.1 goes from 49.0% to 65.3%, FrontierCode 1.1 Main from 34.4% to 43.6%, and AutomationBench from 17.0% to 30.4%. Introductory pricing is $0.75 per million input tokens and $3.75 output through 31 December, after which it doubles to $1.50 and $7.50.

Why it matters: The workhorse tier is where the coding-agent fight is now being fought, and a three-week refresh cadence means any model you benchmarked into a product in July is already a generation behind the one you are billed for.

Google

Research

Z.ai puts GLM-5.3 on top of CyberGym without touching the base model

GLM-5.3 arrived on 14 August built on the same base model as GLM-5.2, with every gain attributed to scaled post-training. Z.ai reports 84.5% on CyberGym, the vulnerability-discovery benchmark, and 54.4% on ExploitBench against GLM-5.2's 24.4%. Reasoning can no longer be switched off, the context window is 1M tokens, and access is staged: the coding plan first, with the API and open weights held back pending safety evaluation.

Why it matters: A cyber-capability jump this large from post-training alone means a lab can now outrun its own evaluation cycle. Z.ai staging the weights is the first time an open-weights lab outside the US has made that argument about its own release. The scores are self-reported.

Z.ai Z.ai launch post

Product

OpenAI previews an Ultrafast tier serving GPT-5.6 Sol on Cerebras hardware

On 13 August OpenAI previewed Ultrafast, an API service tier that runs GPT-5.6 Sol at a stated 750 output tokens per second — up to 14 times its Standard tier — on Cerebras hardware. The model is unchanged; only the serving path is. Access is a waitlist with a small set of early customers in coding, financial research, voice and e-commerce, and OpenAI has published neither a price nor a general-availability date.

Why it matters: Real-time latency has always meant dropping to a smaller model. If a frontier model can be served at conversational speed, the workarounds people built around that constraint — cascades, small-model routers, speculative drafting — are worth revisiting.

OpenAI TestingCatalog

Policy

Anthropic starts watermarking everything Claude writes, everywhere

Anthropic published the design of its text watermark on 14 August. Claude's token choices are now seeded from a cryptographic key rather than arbitrary randomness — an adaptation of DeepMind's SynthID-Text — so the pattern is checkable and survives copy-paste. Generated files carry C2PA content credentials instead. It applies to new Claude models worldwide, with older models following over coming months. EU AI Act Article 50, enforceable since 2 August, is the trigger.

Why it matters: Anthropic says the mark shows Claude took part, not who authored or owns the text. That distinction will be ignored the first time someone wires a detector into a plagiarism workflow, which makes it worth understanding before it happens to you.

Anthropic

Model release

Alibaba's 2.4T Qwen3.8-Max weights land, under a revenue-share licence

The Qwen3.8-Max weights Alibaba promised last week appeared publicly on 12 August as Qwen3.8-2.4T-A95B: 2.4 trillion parameters with 95 billion active, 262,144 tokens of native context extensible past a million, text-only and with reasoning permanently on. The licence is not Apache — it is an MIT-style grant with an attribution requirement above 100 million monthly users or $20m monthly revenue, and a separate paid licence for model-as-a-service or coding-assistant businesses past $50m trailing revenue.

Why it matters: This is the first Max-class Qwen anyone can download, and the licence is where the real terms are. If you resell inference or ship a coding assistant, the $50m clause is the sentence that decides whether these weights are usable.

Qwen on Hugging Face NVIDIA Technical Blog

Funding

Databricks raises $5bn at a $190bn valuation on a $7bn run-rate

Databricks closed a $5bn strategic round on 13 August led by Coatue, with Blackstone, MGX, T. Rowe Price and new investor Sixth Street Growth, valuing it at $190bn — up from $134bn in February. It reports passing a $7bn revenue run-rate with over 80% year-on-year growth in Q2, more than 1,000 customers at $1m or more, and Lakebase, its serverless Postgres for agent workloads, past a $100m run-rate.

Why it matters: The money is earmarked for agent infrastructure — Lakebase, Genie, the Unity AI Gateway — not model training. A $100m run-rate on a database built specifically for agents is the clearest evidence yet that agent workloads have their own storage requirements.

Databricks

Ecosystem

SpaceX closes its $60bn all-stock acquisition of Cursor

An 8-K filed on 14 August records the merger of SpaceX subsidiary X67 with Anysphere as effective that day. Cursor shareholders received 389,289,254 SpaceX Class A shares at an implied Cursor equity value of $60.0bn, priced on the seven-day volume-weighted average before closing, plus 1,752,426 shares for vested RSUs; roughly 29.1m RSUs and 44.4m options were assumed. Anysphere survives as a wholly owned SpaceX subsidiary.

Why it matters: The most widely used AI coding tool is now a subsidiary of a launch company, paid for entirely in stock that began trading in June. If you depend on Cursor, its roadmap now answers to a parent with very different priorities.

SEC EDGAR

New on Onei this week

Released during this window and now in the catalogue.

  • Xirp
    Xirp App

    Read it as evidence about Spotify's own engineering bet: rather than standardising on one vendor's CLI, they built a harness-agnostic layer and published it. That choice says something about how long they expect any single agent to stay ahead.

    Released Release notes Coding & Development
  • Paritok

    It targets the two places agent context actually bloats — tool schemas and stale history — and it is open source, so the savings are checkable rather than claimed. Cheapest experiment on this week's list if you run agents at volume.

    Released Release notes Coding & Development
  • Oqoqo
    Oqoqo App

    Most 'which agent is better' arguments are anecdote plus a public leaderboard nobody's tasks resemble. Running your own tasks against four harnesses and keeping the results private is the only version of that comparison worth acting on.

    Released Release notes Coding & Development
  • HarnessRouter

    The wager is that harnesses become swappable the way model providers already did. If you are embedding an agent in a product, look closely at where it draws the abstraction line — that is what decides whether you rewrite session handling next year.

    Released Release notes Coding & Development
  • Nuphos
    Nuphos App

    The approval gates and audit trail are the product; the incident summarising is table stakes. Judge it as an answer to the question every platform team asks before an agent gets to hold production credentials.

    Released Release notes Coding & Development
  • Dograh
    Dograh App

    Per-minute pricing is what pushes voice teams off hosted platforms, and this is a full stack rather than a demo. Price the telephony leg carefully before committing — that is reliably where self-hosted voice stops being cheap.

    Released Release notes Audio & Voice
  • Packer AWS AMI Builder

    The only skill added this week whose release date could be verified at all. Also unusual in content: it tells the agent what a build costs and how long it takes, where most vendor skills only tell it what to do.

    Released Release notes Development
  • Jupyter MCP Server

    Kernel state is why agents are bad at notebooks: they write cells without knowing what is already in memory. Running against a live kernel changes the failure mode from confident guessing to reading actual output.

    Released Release notes Developer Tools
  • Vapi MCP Server
    Vapi MCP Server MCP server

    Placing outbound phone calls is the kind of tool access that needs a policy before it needs an integration. Genuinely useful, and a good argument for scoping the key narrowly and logging every invocation.

    Released Release notes Developer Tools
  • Resend
    Resend MCP server

    Worth reading as a design study in how much of a SaaS product to hand an agent: broadcasts, automations, domains and suppressions, not just send. Suppressions are the one an agent should always respect and never edit.

    Released Release notes Developer Tools

Browse the full catalogue →