Israeli security researchers say suspected Chinese hackers ran the first known end-to-end autonomous AI cyberattack on a government target, hitting Taiwan with open-source agents while a Chinese lab's own coding model quietly became too good at finding exploits to release openly. Meanwhile Washington is telling dozens of countries they must pick a side in the US-China AI race.

Top AI News Today: August 24, 2026

Two stories today, and both are about AI cyber capability slipping past the boundaries meant to contain it, from opposite directions. Israeli researchers say suspected Chinese hackers used freely downloadable AI agents to run the first known fully autonomous cyberattack on a government, hitting Taiwan's systems for four days with almost no human involvement. Days later, a Chinese lab's own coding model turned out to be so good at finding real exploits that the company delayed releasing its weights out of caution. Layer on Washington's push to make dozens of countries formally choose between the US and Chinese AI ecosystems, and today's news reads like the moment AI cyber capability stopped being a lab benchmark and became a live instrument of state-level competition.

Researchers Say Suspected Chinese Hackers Ran the First Fully Autonomous AI Cyberattack on a Government

Israeli cybersecurity firm Dream published research this month describing what it calls the first observed end-to-end autonomous cyberattack against a government target, built entirely from freely available, open-source AI agent frameworks and aimed at Taiwan. The Financial Times, which first reported the findings, identified Taiwan as the target and said the operation extended beyond core government systems to the island's nuclear safety regulator and several major energy companies. Dream declined to formally attribute the attack to a specific group, but said internal documentation recovered from the operation was written in Simplified Chinese and pointed to a Chinese-language operator.

The campaign ran for four days at the start of July, deploying as many as eight autonomous AI sub-agents in parallel across what Dream describes as twelve distinct attack waves. Built on two popular open-source agent frameworks, Hermes and OpenClaw, the system mapped 21 connected Taiwanese government systems from a single compromised portal, extracting embedded URLs, API endpoints, OAuth client IDs, and authentication configuration details along the way. On one target alone, the agents discovered more than 36 API endpoints spanning account management, file uploads, and administrative functions, many of them entirely unauthenticated. By the end of the operation, the attackers had compromised at least 85 user accounts and extracted more than 2,500 personnel records, according to Dream's findings.

What distinguishes this from earlier AI-assisted attacks, including one Anthropic disclosed last year that still required substantial human direction, is how little human involvement Dream says this operation needed once it was underway. The agents reportedly adapted mid-operation without human intervention, independently searching the internet for workarounds when they hit a firewall or failed login attempt, correcting their own mistakes, and expanding into new systems as opportunities appeared, behavior Dream compared to a coordinated team of professional human penetration testers rather than a scripted tool. The operators reportedly got the underlying models to cooperate by framing the entire campaign as an authorized penetration test rather than a real attack, a jailbreak technique simple enough that neither Hermes nor OpenClaw, neither of which was purpose-built for offensive use, managed to catch it.

Dream's chief business and strategy officer, Amir Becker, called the way the system operated alarming, and the detail that should worry defenders most is not the sophistication of any individual technique here, credential theft and API abuse are not new, but the fact that assembling a capable autonomous attack platform required no purpose-built offensive AI model at all. Two general-purpose, publicly downloadable agent frameworks and a modest social-engineering prompt were apparently enough to run a four-day, largely self-directed intrusion against a government's live infrastructure, which suggests the barrier to this kind of attack has already dropped further than most cybersecurity teams have had time to plan around.

Taiwan is a particularly telling target for this kind of demonstration. The island's National Security Bureau reported roughly 2.5 million Chinese-origin cyberattacks per day against its systems in 2025, a volume that already strains conventional, human-led defense, and an attack framework capable of running largely on its own for days at a time, adapting around firewalls without waiting on an operator, changes the economics of that pressure considerably. Security researchers reviewing Dream's findings noted the actual vulnerabilities exploited, unauthenticated API endpoints and weak identity checks, were unremarkable on their own; what made the campaign notable was purely how much of the reconnaissance-through-exploitation chain ran without a human directing each step.

A Chinese Coding Model Got So Good at Finding Exploits That Its Own Maker Delayed the Public Release

Chinese AI lab Z.ai released GLM-5.3 on August 14 as an update to its widely used GLM-5.2 coding model, but broke from its own usual playbook of shipping open weights within days by holding the model's weights back for roughly two weeks while it completes additional safety hardening. The company says it added vulnerability-discovery data to GLM-5.3's post-training specifically to improve the model's reasoning about individual security bugs, but the capability compounded further than planned as training scaled, with the model beginning to form coherent strategies across complete exploitation chains rather than just spotting isolated flaws.

The benchmark numbers back up Z.ai's caution. GLM-5.3 scored 84.5 percent on CyberGym, a test of a model's ability to find known vulnerabilities in real code, edging out both Anthropic's Mythos 5 and OpenAI's GPT-5.6 Sol on that specific measure, while its score on ExploitBench, which additionally requires producing a working exploit rather than just identifying a flaw, more than doubled from GLM-5.2's result, though it still trails Mythos 5 by a wide margin on that harder test. Z.ai has already put the model's raw ability to work, crediting its GLM series with surfacing 2,436 vulnerabilities across 269 open-source projects since GLM-5.2, including 1,097 rated critical or high severity, spanning the Linux kernel, WebKit, and FreeBSD, with the oldest confirmed bug dating back to 1981.

Rather than sitting on the findings, Z.ai launched a public Security Disclosure Ledger documenting the vulnerabilities it says its models have found, with 53 CVEs disclosed at launch and more than 2,300 still under a responsible-disclosure embargo while affected projects patch. In the meantime, GLM-5.3 itself is reachable only through Z.ai's paid API, its coding plan, and a tiered access program for vetted security partners, with full open-weight release expected around August 28. Independent researchers have not yet been able to verify Z.ai's benchmark claims directly, since every figure so far comes from the company's own internal testing rather than outside reproduction.

The obvious tension in Z.ai's own framing is that a two-week hardening delay changes very little about what happens once the weights actually go public. Z.ai has been candid that it cannot control how GLM-5.3 gets modified, stripped of guardrails, or wired into other tools once anyone can download it, which is precisely the dynamic Dream's Taiwan findings just demonstrated in the wild with a pair of general-purpose open agent frameworks that were never even purpose-built for cyber offense. A responsible two-week pause is a meaningfully better choice than shipping immediately, but it is also a fairly small speed bump against the eventual reality that a model this capable at finding and exploiting real vulnerabilities will soon be sitting on Hugging Face for anyone to fine-tune however they choose.

Z.ai's own explanation for how this happened is itself worth taking seriously as a warning for the rest of the industry: the company says it added vulnerability-discovery data to post-training expecting narrow, incremental gains in bug-spotting, and instead watched exploitation-chain reasoning emerge as a broader capability nobody explicitly trained for. That is the same pattern researchers have flagged in closed frontier labs' own cyber-capable models over the past several months, capability that scales faster and more broadly than the specific skill a training run targeted, and it suggests no lab, open or closed, currently has a reliable way to predict how much offensive capability a given training recipe will produce before running it and finding out.

What This Means for AI in the Coming Days

Read together, today's stories describe the same underlying shift from two different vantage points: cyber-offensive AI capability that used to require a dedicated, purpose-built system is now emerging as a byproduct of ordinary coding and agent training, and it is diffusing into general-purpose, freely available tools faster than any single company's release calendar can contain it. Dream's Taiwan findings show what that diffusion already looks like in the wild, a nation-state-linked campaign built from off-the-shelf open-source agents and a simple jailbreak framing, not a bespoke cyberweapon. GLM-5.3's delayed release shows a lab trying, in real time, to slow that same dynamic down at its own source, with limited tools to actually stop it once the weights are out.

Watch for GLM-5.3's open-weight release around August 28, since that date will be the real test of whether Z.ai's two-week hardening window meaningfully changed the model's exploit capability or simply delayed the same underlying risk by fifteen days. Also watch how Washington's pick-a-side pressure campaign, and Beijing's competing World Artificial Intelligence Cooperation Organization, factor into how governments respond to incidents like the Taiwan attack going forward, since a geopolitical environment where AI capability is explicitly framed as a loyalty test makes coordinated, cross-border responses to exactly this kind of autonomous cyber incident considerably harder to organize, right as the incidents themselves are becoming more capable and more frequent.

Recommended News

•       Daily AI News: Top 5 Stories Every Morning
•       Weekly AI Roundups: 15+ Stories Every Monday
•       Best Claude AI Prompts 2026
•       Best ChatGPT Prompts 2026

Frequently Asked Questions

What happened in the AI cyberattack on Taiwan?

Israeli cybersecurity firm Dream reported that suspected Chinese hackers used two open-source AI agent frameworks, Hermes and OpenClaw, to run a largely autonomous four-day cyberattack against Taiwanese government systems in early July 2026, compromising 85 accounts and stealing more than 2,500 personnel records, in what researchers describe as the first known end-to-end autonomous AI attack on a government target.

How did the attackers bypass the AI agents' safety guardrails?

According to Dream's research, the attackers framed the entire intrusion as an authorized penetration test rather than a real attack, a relatively simple jailbreak technique that was apparently enough to get the general-purpose, not purpose-built, AI agent frameworks to cooperate with the operation.

What is GLM-5.3 and why did Z.ai delay its release?

GLM-5.3 is a coding-focused AI model Chinese lab Z.ai released on August 14, 2026, that developed unexpectedly strong cybersecurity exploit-finding capability during post-training; Z.ai delayed releasing the model's open weights for about two weeks, until roughly August 28, to complete additional safety hardening before public download.

How many vulnerabilities has Z.ai's GLM model family found?

Z.ai says its GLM models have surfaced 2,436 vulnerabilities across 269 open-source projects since GLM-5.2, including 1,097 rated critical or high severity, spanning software such as the Linux kernel, WebKit, and FreeBSD, which the company now tracks on a public Security Disclosure Ledger.

What is the US letter asking countries to pick a side in AI?

The US State Department drafted a letter, reported by Reuters in mid-August 2026, telling the 35 countries that signed its Pax Silica AI Opportunity Statement that they cannot also join China's competing World Artificial Intelligence Cooperation Organization, warning that participating in both is not credible and could jeopardize a country's standing in the US-led coalition.

Keep Up With Tomorrow's AI News

Follow along at promptailearning.com/ai-news for daily AI news, weekly roundups, and monthly recaps, every story, every week, no paywalls.

References

1. CyberScoop, Aug 2026: Researchers observe first near-autonomous AI attack on government target in Taiwan

2. The Register, Aug 12, 2026: Near-autonomous AI agents attack Taiwan's nuclear safety agency

3. TechRadar, Aug 2026: World-first autonomous end-to-end AI attack against Taiwan tied to Chinese hackers

4. CNN Business, Aug 13, 2026: Hackers used autonomous AI agents to attack Taiwan, is this the future of cyberwarfare?

5. Axios, Aug 14, 2026: China's Z.ai holds GLM 5.3 release over hacking risks

6. MLQ News, Aug 2026: Z.ai delays GLM-5.3 weights after cybersecurity tests show strong exploit capability

7. TechTimes, Aug 14, 2026: GLM-5.3, post-training produced exploit chains Z.ai never planned, finds 1,097 critical bugs

8. CNBC via Reuters, Aug 15, 2026: US to tell partners they must pick sides in AI race with China

9. IBTimes, Aug 2026: US to tell countries to pick a side in the AI race 

EXPLORE MORE ON PROMPTAILEARNING.COM

STAY UPDATED WITH AI NEWS
Follow the full AI news series and never miss a story:
Daily AI News: Top 5 Stories Every Morning
Weekly AI Roundups: 15+ Stories Every Monday
Monthly AI Recaps: Full Archive by Month 

LEARN THE MODELS MAKING THESE HEADLINES
The models in today's news are only useful if you know how to prompt them well. Start here:
Best Claude AI Prompts 2026: 25+ Types With Examples
Best ChatGPT Prompts 2026: 200+ Real Examples
Best Gemini AI Prompts 2026: 100+ Templates 

BUILD SKILLS THAT COMPOUND
Reading AI news is step one. Building skills with these models is step two:
Free Prompt Library: 213+ Copy-Paste Templates
Start Prompt Engineering: Free Course for All Levels
Coding Prompts for Developers: Production-Ready Templates 

USE PROMPTS FOR THE NEWS TOPICS YOU READ ABOUT TODAY
Every story in today's post maps to a real use case. These prompt categories help you act on what you read:
Business and Strategy Prompts: Analysis, Pitch Decks, OKRs
Writing and Content Prompts: Emails, Case Studies, White Papers 

ABOUT THIS BLOG
promptailearning.com publishes free daily AI news, weekly roundups, monthly recaps, prompt guides, model comparisons, and course content for anyone who wants to get better at using AI. Written by Swatantra Verma. No paywalls, no fluff. 

Connect With Us
Email: contact@promptailearning.com
Founder: Swatantra Verma on LinkedIn
Co-Founder: Prateek Patel on LinkedIn
Company LinkedIn: Prompt AI Learning
Company X: @promptailearnin

AI newsAugust 2026AI news todayTaiwancyberattackGLM-5.3Z.aiUS China AI racePax Silica
Swatantra Verma

Written by Swatantra Verma

Founder & Head of Research

Focused on AI prompt research, content strategy, and building productivity-driven learning resources to help users write better prompts and work smarter with AI.

Follow Author

Similar Updates

Top AI News Today: August 22, 2026
Aug 21, 2026

Top AI News Today: August 22, 2026

Anthropic says Claude autonomously designed working protein binders for 14 of 15 drug targets in independent lab testing, roughly doubling the industry's typical hit rate. Meanwhile a critical, actively exploited vulnerability in Ray, the open-source AI compute framework behind much of the industry's ML infrastructure, gave federal agencies just three days to patch.

6 min readRead Update →
Top AI News Today: August 21, 2026
Aug 20, 2026

Top AI News Today: August 21, 2026

OpenAI quietly dissolved its Preparedness team, the group tasked with judging whether its own models pose catastrophic risk, capping a summer that has emptied the company's safety and ethics leadership bench ahead of a possible IPO. Meanwhile Pennsylvania's governor signed the nation's strictest state-level guardrails on AI data centers.

6 min readRead Update →
Top AI News Today: August 19, 2026
Aug 19, 2026

Top AI News Today: August 19, 2026

OpenAI launched ChatGPT for Teens, automatically routing anyone it predicts is under 18 into a restricted experience. Meanwhile a security firm's AI agent found and exploited a vulnerability that GitHub's own Copilot Autofix missed, and an AI store manager built on Claude fired its first human employee.

6 min readRead Update →
Top AI News Today: August 18, 2026
Aug 18, 2026

Top AI News Today: August 18, 2026

A worldwide GitHub outage that knocked out Actions, Pull Requests, and Copilot for hours became the perfect launch moment for Cursor's new Origin code hosting platform, built for a world where AI agents open a third of all pull requests. Meanwhile Meta heads into a landmark trial in Oakland over allegations it designed Instagram and Facebook to addict children.

6 min readRead Update →