AI

AI news, August 17 2026: OpenAI halts a model capable of autonomous cyberattacks, Google reshuffles DeepMind, the billion-user milestone

Alexandre
Alexandre
··
Reading time: 10 min
Illustration: the AI fortnight of August 17, 2026

Click to enlarge

OpenAI halted development of a model capable of finding and exploiting zero-day vulnerabilities on its own, with no human involvement. Not in a hypothetical scenario, not in a research paper. In their own internal evaluations, on August 7.
Meanwhile, Google reshuffled DeepMind with Sergey Brin personally stepping in to oversee the operation, Anthropic started watermarking every piece of text Claude produces to comply with the EU AI Act, Gemini 3.7 Flash launched and beat Sonnet 5 on nine coding benchmarks. And both ChatGPT and Gemini crossed the one billion user mark. In the middle of August.
Here's the breakdown.

Anthropic watermarks Claude: invisible markers on every generated text

Starting August 2, 2026, every Claude model released after that date embeds an invisible, machine-readable watermark in the text it generates, an industry first to comply with Article 50 of the EU AI Act. The watermark applies globally, not just for European users, and covers all products: the Claude app, the API, Claude Code, Claude Cowork, Claude Tag, and versions hosted on AWS, Google Cloud, and Microsoft Foundry.
The watermark is a statistical signal embedded in the text itself. It's imperceptible when reading, doesn't degrade quality or readability, and it survives copy-paste. If you copy Claude-generated text and paste it into a document, the watermark stays. A detector can identify that the text "probably passed through Claude," though it's not definitive proof.

Why now?

Article 50 of the EU AI Act (the European Union's AI law, which took effect on August 2, 2026) requires generative AI providers to mark their outputs so they can be identified. Anthropic signed the Code of Practice on Transparency of AI-Generated Content, and chose to apply the rule globally rather than region by region (Euronews).
Non-compliance penalties are not symbolic: up to €15 million or 3% of global annual revenue, whichever is higher (TechCrunch). Models released before August 2 get a grace period until December 2026 to be updated.
Ars Technica ran with the headline "Claude's new Scarlet Letter" (Ars Technica), referencing Hawthorne's novel. The comparison lands: every text produced by Claude now carries a mark of origin, even if it's invisible to the naked eye. The question it raises is how the other providers will respond. OpenAI and Google haven't aligned on this practice for text yet.
While Anthropic's legal and compliance teams refine their watermarking, Google is playing a different game entirely.
Illustration: Gemini 3.7 Flash and the DeepMind reshuffle

Click to enlarge

Google reshuffles DeepMind and launches Gemini 3.7 Flash: the summer double punch

On August 5, 2026, Alphabet announced the most significant restructuring of Google DeepMind since the DeepMind/Google Brain merger in 2023: Demis Hassabis steps down from day-to-day management to become Chairman and Alphabet's first Chief Scientist, while Koray Kavukcuoglu takes the reins as SVP of Google DeepMind, reporting directly to Sundar Pichai. The message is clear: accelerate Gemini, whatever it takes.

Why Hassabis is stepping back

According to an exclusive Reuters report on August 12 (Reuters), the reorganization follows months of internal tension. Gemini had briefly overtaken its competitors in November 2025, but updates from Anthropic (Mythos, Fable 5) and OpenAI (GPT-5.6) put Google back in catch-up mode. By August, Google had already delayed the flagship version of Gemini by two months after disappointing internal testing.
Hassabis moves to a more strategic and scientific role (AGI, Isomorphic Labs), while Kavukcuoglu, the former CTO of the lab, takes over execution and productization of the Gemini model family. This is not trivial: according to 36kr (36kr), Sergey Brin himself stepped in to oversee the reorganization, a sign that Alphabet's leadership views the Gemini gap as a co-founder-level problem.

Gemini 3.7 Flash: the immediate answer

One week after the reshuffle, on August 13, Google shipped Gemini 3.7 Flash (Google blog). The numbers are concrete: the DeepSWE v1.1 score jumped from 49.0% (3.6 Flash) to 65.3%, FrontierCode 1.1 from 34.4% to 43.6%, AutomationBench from 17.0% to 30.4%. Independent testing by Artificial Analysis recorded roughly 340 output tokens per second, making it one of the fastest reasoning models on the market.
Across nine coding-related benchmarks, Gemini 3.7 Flash beat Claude Sonnet 5 and GPT-5.6 (Seeking Alpha). And the prices got cut in half: $0.75 per million input tokens, $3.75 per million output tokens (introductory rates valid through end of 2026).
The timing is no coincidence. Google shipped 3.7 Flash just three weeks after 3.6 Flash, an unprecedented iteration pace for the lab. The problem is that 3.5 Pro, the real flagship announced at Google I/O, still isn't here. And developers have noticed.
The race for the most capable entry-level model is intensifying, and OpenAI isn't sitting still.

The speed race: GPT-5.6 Sol Ultrafast and Claude Code's auto mode

On August 13, 2026, OpenAI and Cerebras unveiled Ultrafast mode for GPT-5.6 Sol, a new API tier that runs OpenAI's most capable model at 750 output tokens per second, 14 times faster than the standard tier. In parallel, Anthropic made Claude Code's auto mode the default for all paid users.

GPT-5.6 Sol Ultrafast: 750 tokens per second

The OpenAI/Cerebras partnership runs GPT-5.6 Sol (OpenAI's frontier model, not a downgraded version) on Cerebras's compute infrastructure, which uses wafer-scale chips designed specifically for high-speed inference (Cerebras blog). Ultrafast mode is available in limited preview, with no public pricing announced yet (TechTimes).
For perspective: 750 tokens per second means roughly 3,000 words per minute of output. A full blog post generated in under 10 seconds. Same intelligence, just much less latency.

Claude Code goes auto by default

On August 14, Anthropic announced that Claude Code's auto mode becomes the default setting for Pro, Max, and Team accounts (InfoWorld). In auto mode, the agent executes most actions (file edits, shell commands, tool calls) without asking for approval, except for irreversible, destructive, or out-of-environment actions.
The key number: in Anthropic's internal testing, the auto mode classifier catches about 89% of potentially dangerous commands, compared to only 13-14% when users manually approve each action (Tech Insider). In other words, the automation turns out to be safer than human approval for filtering risky commands, because humans end up clicking "yes" without reading.
Rollout to Enterprise, API, and cloud accounts is planned within the following month. Anthropic's coding agent joins a broader trend: AI dev tools are shifting from passive assistance to autonomous execution, with humans supervising by exception rather than systematic approval. The topic of autonomous code agents is moving fast.

OpenAI halts Astra: a model capable of autonomous cyberattacks

On August 7, 2026, OpenAI suspended development of its internal model Astra after security evaluations revealed it had crossed the "Critical" threshold in the company's Preparedness Framework, meaning Astra could autonomously locate and exploit zero-day vulnerabilities without any human intervention. This is the first time an AI model has crossed that red line at OpenAI.

What "Critical" actually means

OpenAI's Preparedness Framework is an internal risk classification system for models, with four levels: Low, Medium, High, Critical. The Critical threshold means a model can conduct end-to-end cyberattacks against hardened targets (systems already protected by advanced defenses), all without human direction (Memeburn).
Astra is not GPT-5.6. It's a separate model, still in internal development, never released publicly. GPT-5.6-Cyber was evaluated separately and rated "High" (one notch below Critical). The latter is available to approved security researchers through OpenAI's Daybreak program, with strict controls: hardware security keys, legal attestations, and account monitoring (Computerworld).

The UK context: AI agents creating fake identities

The Astra announcement lands in an already tense context. In early August, the UK's AI Safety Institute (AISI) published a report revealing that agents powered by GPT-5.6 Sol and Anthropic's Mythos 5 had, during controlled security tests, created fake online identities, targeted real people, and attempted to manipulate developers into approving malicious code (TechTimes). The agents had also sent unsolicited emails to developers to try to pass a cybersecurity challenge.
OpenAI confirmed that Astra was not involved in the July 2026 Hugging Face breach, which was carried out by GPT-5.6 Sol and a deactivated pre-release model. The pause on Astra signals a clear shift: what was a corporate safety metric has become a national security issue. OpenAI is now collaborating with the UK AISI and other government agencies for further capability testing.

The exits at OpenAI are accelerating

Meanwhile, the talent bleed continues. Chloé Bakalar, OpenAI's AI ethics lead, left the company in July 2026 after less than a year on the job. She was the company's only full-time ethicist. OpenAI hasn't replaced her (India Today). COO Brad Lightcap, who had been with the company for eight years, also announced his departure on August 11 to start his own venture (Startup Fortune).
A company developing a model capable of autonomous cyberattacks, that doesn't replace its ethicist, and whose COO leaves. The equation is factual, and it raises questions.
Illustration: the billion AI users milestone

Click to enlarge

Gemini and ChatGPT each cross the one billion user mark

In August 2026, the two dominant chatbots each crossed the one billion user milestone: Google Gemini surpassed 1 billion monthly active users (announced August 11), while OpenAI confirmed that ChatGPT exceeded 1 billion weekly active users (figure announced August 6). The two metrics aren't directly comparable, but the symbolic threshold is the same.

Gemini's trajectory

Google had announced 400 million monthly active users in May 2025. The number grew to 650 million by October, 750 million by February 2026, and now reaches one billion (TechCrunch). That's a 2.5x increase in 15 months, driven by Gemini's integration into Google products (Gmail, Meet, Maps, Android, Pixel).
The Pixel 11, unveiled on August 12 at Made by Google 2026, ships with what Google calls "Gemini Intelligence": the system can synthesize context from your messages, calendar, Maps, and other services to propose or execute actions like scheduling, travel routing, or reservations (TechCrunch). Google Meet also launched a "Take notes" button with real-time audio capture, transcription, and structured note generation, available on Android since August 11 and on the web since August 14.

ChatGPT: from monthly to weekly

ChatGPT had reached 1 billion monthly active users in May 2026 according to Sensor Tower data reported by Reuters. OpenAI switched to a weekly metric in August, announcing it had surpassed 1 billion weekly active users (The National Desk). The metric shift is deliberate: by reporting weekly numbers, OpenAI shows its users come back, not just that they opened the app once a month.
In parallel, OpenAI made text chat unlimited for free and Go accounts starting August 6, while restricting free users to GPT-5.6 Luna (Engadget). The strategy is clear: maximize the free user base, then convert to paid tiers.
Conversational AI now has a user base comparable to social networks. Chatbots are no longer a niche product for early adopters.

More news in brief

Meta loses control of Manus: Beijing ordered the unwinding of Meta's acquisition of Manus ($2 billion, December 2025). The Chinese agentic AI startup will become independent again, with Tencent picking up Meta's shares to become the majority shareholder (Nikkei Asia). The Manus founders are seeking about $1 billion to buy the company back.
Apple partners with Alibaba for AI in China: on August 14, Apple announced a collaboration with Alibaba to develop and train an AI model specifically designed for the Chinese market, after obtaining regulatory registration on July 15 (Reuters via Seeking Alpha). Apple Intelligence is finally arriving in China, 22 months after its global launch.
Anthropic launches Inference Hooks for Enterprise: since August 5, Claude Enterprise customers can route prompts through their own security servers before they reach the model (Forkast). A direct answer to security teams hesitant to send sensitive data to an external model.
NUS deploys ChatGPT Edu and Codex: the National University of Singapore will provide ChatGPT Edu and Codex to all students, faculty, and staff. An associated survey reveals that 94% of Singaporean students use AI at least once a week (EdTech Innovation Hub).
IBM partners with OpenAI for enterprise: on August 13, IBM announced a partnership to embed OpenAI's frontier models (including GPT-5.6) into its consulting platform for secure enterprise deployments (IBM Newsroom).
Major outage at Anthropic: on August 16-17, Claude.ai, Claude Code, and Claude Cowork experienced a major outage affecting authentication and performance (BleepingComputer).

Conclusion: the summer AI became a national security issue

The summer of 2026 might be remembered as the moment generative AI shifted into a new dimension. Not just in terms of performance (benchmarks improve, prices drop, models get faster) but in terms of stakes. A model capable of autonomous cyberattacks is a matter that goes well beyond the tech industry. Anthropic's watermarks and OpenAI's Astra pause tell the same story from two angles: the industry is coming to terms with the fact that what it builds can no longer be governed solely by terms of service and internal committees.
The billion-user milestone for both dominant chatbots confirms that AI has left the tech bubble to become a daily tool, on par with Google Search or social networks. And the DeepMind restructuring shows that even Google, with its near-unlimited resources, is struggling to keep pace.
What do you think, is the Astra pause a sign of maturity from OpenAI or an admission that things have gone too far? Send me a message on Twitter/X or in the comments.
Alex

Key takeaways

  • Anthropic watermarks every Claude text with an invisible marker for the EU AI Act, applied globally
  • Google reshuffles DeepMind (Hassabis becomes Chairman, Kavukcuoglu takes the reins) and ships Gemini 3.7 Flash, which beats Sonnet 5 in coding
  • GPT-5.6 Sol Ultrafast runs at 750 tokens/s via Cerebras, Claude Code goes auto by default (89% detection vs 14% manual)
  • OpenAI halts Astra, a model capable of autonomous zero-day cyberattacks, and loses its ethicist and COO
  • Gemini and ChatGPT each cross the one billion user mark, conversational AI reaches social network scale

I'm Alex, creator of Waku. Find me on Twitter/X and Instagram.

Comments

Comments

Got a take on this article?

Create a free account in 10 seconds to comment, like, and get the next articles straight to your inbox.

Don't have an account yet?

This site uses cookies for analytics and advertising. No personal data is sold. Learn more