THE COORDINATION GAP
The model is only half the system
When people imagine autonomous cyber offense, they usually picture a swarm: thousands of agents probing, exploiting, and spreading at machine speed. The public record points somewhere quieter, and closer to hand.
Models already know a lot of the trade. They can research targets, draft convincing lures, read code, enumerate systems, test credentials, and—importantly—try again when something fails. What’s actually new is the connective tissue around them. An agent harness can take those scattered skills and turn them into a campaign that remembers where it has already been.
The August 12 memorandum adds connective tissue of a different kind. It stands up a federally controlled program for cyber surveillance and effects against qualifying foreign criminal organizations, with everything routed through written packages, approvals, oversight, deconfliction, and a 60-day operating window. It also adopts a notably permissive non-state presumption. 12345
The near-term danger isn’t a magical model. It’s a coordination machine bolted onto a capable one.
Offense can centralize privately
Download a checkpoint, strip out the provider’s monitoring, wire up some tools, keep the state, and let it run. A small team ends up with decision-making, infrastructure, and lessons learned all concentrated in one place.
Defense is distributed by default
The targets are spread across endpoints, identities, clouds, software vendors, hospitals, utilities, and small firms. Each one sees a fragment of the picture, and many can’t act even on the fragment they see.
Find the weak node before defense coordinates
WINDOW
Abstract systems game—not an operational security exercise. The hidden weakness, signal strength, and topology are regenerated each round.
How dangerous is waiting?
Neither side has a decisive coordination advantage.
The curve is conceptual, not a forecast. It’s there to expose one relationship: risk climbs when capability improves faster than coordinated defense does, then jumps the moment a shared weakness becomes visible to everyone at once.
THE CAPABILITY STEP
A stronger model arrived before the rules did
GLM-5.3 launched on August 14 as an API product, with open weights promised roughly two weeks later. Z.ai reported sharp gains across terminal work, software engineering, long-running tasks, and cyber evaluations—its CyberGym score climbed from 77.2 to 84.5, ExploitBench jumped from 24.4 to 54.4, and two-hour ExploitGym completions went from 29 to 105. 678
Release-time capability jump
Exploit-development tasks, and the biggest reported jump in this set.
A word of caution before taking these at face value: they’re vendor-reported launch scores, and harness choices, context length, tool budgets, and retry policies all move the numbers. A benchmark tells you what a model can do under its test conditions. It tells you nothing about malicious intent, reliable operation on networks nobody has mapped, stealth, campaign security, or how the model holds up when someone is actively deceiving it.
Why the weights matter more than the API
A hosted API comes with a control plane: accounts, rate limits, classifiers, monitoring, the ability to shut things down. A public checkpoint has none of that. It can be copied, quantized, fine-tuned, and served behind whatever infrastructure its new owner prefers. Safety tuning still blunts ordinary misuse, but as containment it’s weak once the file is out—research and public derivatives both suggest refusal behavior can sometimes be stripped without retraining the model. 11121314
That’s what makes release qualitatively different from deployment. A compromised API can be fixed on Tuesday. A published checkpoint is out there forever. The two-week delay can make the default artifact better; what it can’t do is wrap a durable control plane around every copy that will ever exist.
THE INCIDENT RECORD
The system crossed the boundary in pieces
One caveat matters before reading the timeline below: these cases are not all the same kind of evidence. Some are genuine malicious campaigns against real targets. Some are evaluation agents that wandered into live systems without anyone’s authorization. GLM-5.3’s numbers are controlled capability tests. Call all three “autonomous attacks” and you’re overstating the record; treat them as unrelated and you miss the pattern running through them.
From assistant to operator
GLM-5.3 raises the release-time ceiling
Big vendor-reported gains across terminal, software engineering, and cyber benchmarks — with the weights promised after a short delay.
What repeats across the cases
A human or controller defines an objective.
The model breaks the work down and picks its tools.
Parallel agents cut the elapsed time.
Shared records keep the progress from being lost.
A planner reshuffles priorities after each success or failure.
The environment’s permissions set the ceiling on damage.
In the strongest campaigns, humans were still doing the target selection, the risk calls, the operational security, the monetization, and the escalation decisions. What the models supplied was tactical labor, at a scale that keeps growing. That division of labor will narrow as harnesses get better—but it’s still visible in the evidence we have today, and it’s worth being honest about that. 15162223242526282930
WHY IT HASN’T BEEN WORSE
Friction is doing more work than safety
Model weakness matters, but it’s only one of the brakes. A long campaign is a chain of uncertain steps, and reality intrudes constantly: credentials expire, tools spit back malformed output, network requests sit and wait, one noisy action burns the operator. A single wrong assumption early on compounds into twenty problems later.
Reach the objective before defense catches up.
Every attempt leaves a trail. Success moves the agent; failure only gives the human defender more time.
> Objective loaded. The course is waiting.
False positives, hallucinated access, bad recovery, and declaring victory too early.
Sloppy state management, overly permissive tools, agents that all make the same mistake, and nothing checking their work independently.
Segmentation, MFA, least privilege, short-lived credentials, egress rules, and backups all cap what an intruder can actually break.
Browsers, APIs, compilers, package managers, authentication prompts, and humans all consume wall-clock time, and none of them care how fast the model thinks.
Faster inference only speeds up the part of the job that is inference. Amdahl’s law makes the ceiling easy to see: if inference is half the task and gets ten times faster, the whole task speeds up by only about 1.82×. And tool-heavy cyber work tends to spend most of its time somewhere other than inference.
THE ECONOMICS
Capability can now fit in a room
Training GLM-5.3 took an industrial stack—data pipelines, distributed systems, accelerator fleets, specialist labor. Open weights hand that sunk cost to every downloader for free. All the new entrant pays for is inference and adaptation.
The arithmetic is straightforward. A 744-billion-parameter checkpoint needs about 1.49 TB of memory at sixteen bits, 744 GB at eight, or 372 GB in raw four-bit form before runtime overhead. Four DGX Sparks give you 512 GB of unified memory. Community measurements put a three-Spark GLM-5.2 deployment at around 15.5 output tokens per second at long context. 91037383940
Turn a room into a model fleet
Click the floor plan. Every three systems become one complete replica.
Each three-node replica produces an illustrative 15.5 output tokens/s. Spare nodes consume capital but add no throughput. Sessions assume 20 tok/s while actively decoding; networking, context, redundancy, and correlated demand reduce real capacity.
A hundred small systems are a fleet, not one giant accelerator
Local memory links are far slower than datacenter interconnects, so sharding one model across 100 desktop boxes would burn most of the capacity on communication and synchronization. The topology that makes sense is many small replica groups—which happens to be exactly what you want for breadth: multiple campaigns, tasks, and sessions sharing one fleet.
Give the swarm somewhere different to go
More workers help only when they stop rediscovering the same thing.
HARNESS100
Nₑ ≈ N / [1 + (N−1)ρ] is a statistical heuristic, not a law of agents. The dispatch field makes its central warning tangible: shared tools and shared mistakes can turn a huge swarm into a very small number of genuinely different searches.
Route memory around the furnace
Repeated prefixes can take the bypass. Novel input and serial output cannot.
SCANNER
The measured workload contained 209B cached and 4.25B fresh input tokens—a 98.007% potential hit rate. This router changes how much reusable prefix state gets exploited. Novel reasoning and serial output remain hard floors.
The report’s measured 30-day coding workload came to 209 billion cached input tokens, 4.25 billion fresh input tokens, and 378 million output tokens. Reusing prefixes changed the economics dramatically. Serial output and novel reasoning stayed where they were—those are the hard floors. 41424344
One large private model replica.
Several large replicas, or a mixed fleet.
Roughly ten large replicas and real aggregate throughput.
Service-bureau scale: redundancy plus many low-duty sessions.
Take these as scenario inputs, not shopping lists, and definitely not measured campaign costs. Criminal organizations also don’t have to buy anything—they can externalize inference through stolen accounts, compromised servers, cloud fraud, or botnets they already own. Hardware prices are a ceiling on one path in, not a floor on all of them. 575859
THE DEFENSIVE CASE
Defense can aggregate what offense cannot see
An attacker arrives with partial visibility. A defender gets to watch the organization’s entire nervous system: endpoint processes, identity events, email, DNS, cloud control planes, code repositories, dependency inventories, patch state. The model can be identical on both sides. The information isn’t.
Seeing together is not acting together
Each target learns late and pays for discovery all over again.
There’s real leverage here. A provider that spots a new pattern in one customer can push a detection or a block to thousands. A defender with legitimate authority can revoke credentials, isolate hosts, repair systems, and ship patches. Those are one-to-many economics, backed by lawful access—something offense simply doesn’t have.
The missing institution
Daybreak, Glasswing, JCDC, the managed security platforms, the insurers, the vendors—these are all pieces of a defensive utility. What they aren’t, yet, is one. A working national cyber reserve would stack cheap local filters, stronger triage models, frontier access held back for the hard cases, cross-organization correlation, and pre-approved bounded action. 313233343536
Small models filter and summarize close to the data.
Mid-size models investigate and enrich.
Reserved capacity for the rare, high-impact cases.
Humans and bounded automation contain and recover.
Centralizing doesn’t automatically solve reach, though. Small firms may never deploy the platform. Liability and privacy concerns can block sharing. And a compromised central provider becomes a multiplier for harm rather than a shield against it. Whatever gets built has to be federated, auditable, and plural—not one opaque national model with universal access.
COMPUTE SOVEREIGNTY
The checkpoint travels more easily than the chip
China’s strategic milestone is narrower than perfect chip parity, and worth stating precisely: if a leading lab can develop and operate a frontier-adjacent model under export constraints, the whole system depends less on any single U.S. stack. Reuters reported domestic-chip development and Huawei Ascend support around GLM-5, though public reporting doesn’t disclose exactly how much training or inference ran on which chip family. 45464950
Weights, architecture, and tokenizer cross borders as files.
Kernels, compilers, serving engines, and libraries can all be ported, given time.
Memory, packaging, yield, lithography, interconnect, and power stay stubbornly physical.
Gallium, germanium, graphite, magnets, and rare-earth refining add yet another choke point.
Taiwan: capture is not the same as denial
An advanced fab isn’t a self-contained treasure chest. It runs on ASML tools, American and Japanese equipment, specialty chemicals, replacement parts, software, skilled people, power, water, and customers—most of which can leave, or stop showing up. An intact captured facility would be genuinely hard to operate. A disrupted one, on the other hand, would still deny advanced supply to everyone at once.
Taiwan: capture is not the same as denial
Illustrative systems animation, not an operational map. Positions are abstract; the control describes escalation states, not predicted timing or probability.
Hard to realize—it depends on an ecosystem that may leave or simply stop cooperating.
Immediate and global the moment leading-edge production, packaging, or logistics halt.
U.S. redundancy is improving—TSMC Arizona is real, and more capacity is planned—but it’s transitional. Taiwan’s foundries, advanced packaging, supplier density, and decades of accumulated process knowledge don’t copy over on a political timetable. 5152535455566364
THE NEXT 24 MONTHS
The first shock decides who learns fastest
The risk curve isn’t monotonic. More capable open models can push offensive power up through a quiet period—but that same quiet period gives defenders better models, more telemetry, maturing coalitions, and time to actually deploy things. Which way it breaks depends on whose curve is steeper.
Five ways the window can close
More AI-assisted campaigns; no broad autonomous event.
Procedures launch; telemetry and model access remain uneven.
Higher nuisance and sector risk, still manageable nationally.
These are structured possibilities from the report, not probability forecasts. The driver bars are qualitative coordinates, not measured likelihoods.
Six moves that survive every scenario
- 01Write narrow operating rules.
Target-specific authority, ownership analysis, stop conditions, independent review, tamper-evident logs, and fast after-action reporting.
- 02Build the defensive utility before the crisis.
Reserved compute, shared interfaces, federated telemetry, managed coverage for small firms, and bounded actuation.
- 03Treat agent evaluation as high-risk infrastructure.
Default-deny egress, per-run credentials, instrumented proxies, rapid kill switches, independent monitoring—and no production secrets anywhere near the sandbox.
- 04Measure deployment, not only benchmarks.
Reliability over long campaigns, inference cost, fleet scale, tool access, and identity privileges matter at least as much as test scores.
- 05Plan for release as an irreversible event.
Evaluate serving stacks, quantized variants, fine-tunes, long time budgets, and multi-agent harnesses before publication, because there’s no evaluating them after.
- 06Accelerate semiconductor and materials resilience.
Diversify enough that no single regional disruption can halt frontier compute, and stockpile the components that can’t be replaced quickly.
Attackers already have open weights and unified command. Defenders are still dividing responsibility across firms, vendors, agencies, insurers, and systems. A major incident could force the coordination that’s currently missing—but deliberate preparation can close the gap before the incident shows up to collect.
REFERENCE LAYER
Appendix: terms, math, figures, sources
The math, without the fog
M = P × bWeight memoryParameters times bytes per parameter. A 744B model at four bits needs about 372 GB before you account for scales, metadata, cache, and runtime buffers.
F/token ≈ 2PₐCompute per tokenA rough dense-transformer heuristic using active parameters. Forty billion active parameters works out to roughly 80 billion operations per token, before overhead.
R = N × d × rAgent demandLogical agents × decode duty cycle × active decode rate. A thousand agents at 5% duty and 20 tok/s demand about 1,000 tok/s aggregate.
Nₑ ≈ N/[1+(N−1)ρ]Correlated workersA heuristic for duplicated effort. Even a little average correlation makes a very large swarm saturate.
S = 1/[(1−p)+p/k]Amdahl speedupIf half a task is inference and inference gets 10× faster, the whole task only gets 1.82× faster.
E = U × W/1000 × 24D × PUEMonthly energyUnits × watts, converted to kilowatts, times hours, times facility overhead.
P(success) = qⁿReliability chainEvery required step has to work. At 90% per step, twenty independent steps only make it end-to-end 12.2% of the time.
h = cached / total inputCache hit rate209B cached tokens divided by 213.25B logical input tokens gives you 98.007%.
Searchable glossary
agentsOpen weights
Model parameters released for anyone to download and run. Once copied, provider-side rate limits, monitoring, and refusal systems no longer offer any durable control.
agentsAgent
A model wrapped in software that can plan, call tools, hold state, inspect its results, and try again.
agentsAgent harness
The orchestration layer around a model — memory, tools, scheduling, verification, permissions, retry logic.
agentsModel replica
One loaded copy of a model’s weights, possibly spread across several devices.
Three DGX Sparks can hold one large quantized checkpoint.agentsLogical agent
A separate task worker or session. Many logical agents can share fewer loaded replicas through scheduling.
agentsDuty cycle
The fraction of wall-clock time an agent spends actually generating tokens, as opposed to waiting on tools, networks, or humans.
agentsMultiplexing
Serving many sessions from one replica by scheduling whichever session happens to be ready to decode.
agentsPersistent agent
An agent that carries goals, state, and work across a long campaign instead of answering one prompt and forgetting.
agentsOpen serving stack
The inference software used to run a checkpoint locally — vLLM, SGLang, TensorRT-LLM, and the like.
policyCyber Surveillance Operation
Covert, unauthorized access and collection that can support later effects.
policyCyber Effects Operation
Manipulation, disruption, denial, degradation, or destruction of systems or data.
policyOperations package
The approved target, methods, risks, deconfliction, reporting, and stop conditions for an authorized operation.
policyNon-state presumption
The memorandum’s direction to treat a foreign group as non-state unless clear intelligence ties it to a foreign state.
cyberAttribution
The evidence-based assessment of who conducted or directed an operation.
cyberInitial access
The first foothold inside a target system or account.
cyberPersistence
Keeping access alive across restarts, password changes, and other disruptions.
cyberLateral movement
Moving from one compromised system, identity, or service to the next.
cyberPrivilege escalation
Gaining permissions beyond the ones you started with.
cyberExfiltration
Unauthorized transfer of data out of a system.
cyberEDR
Endpoint Detection and Response: software that records endpoint activity and can detect or contain threats.
cyberXDR
Extended Detection and Response: analysis that spans several telemetry domains — endpoints, email, identity, cloud.
cyberSOC
Security Operations Center: the people and systems that monitor, investigate, and respond to threats.
cyberZero-day
A previously unknown vulnerability with no patch available.
cyberAllowlist
An explicit list of permitted targets, tools, actions, or destinations.
cyberEgress control
A restriction on outbound network traffic from an environment.
agentsHuman in the loop
A workflow where a person has to approve, correct, or direct the important steps.
computeParameter
A learned numerical value stored in a model. Parameter count largely determines raw weight storage.
computeMixture of experts (MoE)
An architecture with many expert subnetworks, only a subset of which fire for any given token.
computeActive parameters
The portion of an MoE model actually used for a given token. Active parameters drive most of the arithmetic cost.
computeQuantization
Storing model weights in fewer bits to save memory and, often, speed up inference.
computeFP16 / BF16
Sixteen-bit floating-point formats commonly used for model weights and computation.
computeFP8
Eight-bit floating-point storage or compute — roughly half the weight memory of FP16.
computeNVFP4
NVIDIA’s four-bit floating-point format for Blackwell inference.
computeWeight memory
The memory needed just to hold model parameters, before runtime overhead.
computeUnified memory
Memory addressable by both CPU and accelerator, which cuts down on explicit copies.
computeMemory bandwidth
How quickly weights and cache data can be read or written — frequently the real limit on inference.
computeCompute-bound
Limited mainly by arithmetic throughput rather than memory, tools, or networking.
computeTensor parallelism
Splitting the same matrix operation across devices.
computeExpert parallelism
Placing different MoE experts on different devices.
computeKV cache
Stored attention keys and values for prior tokens, which spares the model from recomputing them during generation.
computePrefix cache
Reusable KV state shared across requests that start with the same token prefix.
mathCache hit rate
The fraction of logical input tokens served from reusable cache state.
computeSpeculative decoding
A draft model guesses tokens that a stronger model then accepts or rejects in groups.
computeContext window
The maximum number of tokens a model can consider in one request.
computeDecode rate
How fast output tokens come out, usually in tokens per second.
computePrefill
Processing prompt tokens before output generation begins.
computeDGX Spark
A compact NVIDIA GB10 Grace Blackwell system with 128 GB of unified memory.
computeHBM
High Bandwidth Memory, used by datacenter accelerators.
mathPUE
Power Usage Effectiveness: total facility power divided by IT equipment power.
mathAmdahl’s law
A limit on total speedup when only part of a workflow gets faster.
mathCorrelation coefficient (ρ)
A measure of how much agents duplicate each other’s reasoning. The higher the correlation, the less each parallel copy is worth.
mathEffective agent count
A heuristic estimate of how many genuinely independent workers remain once you account for correlated work.
mathReliability chain
The probability that every required step succeeds. If each of n independent steps succeeds with probability q, the chain succeeds with qⁿ.
mathAmortized cost
Up-front capital spread across its useful life or workload.
chipsSMIC
Semiconductor Manufacturing International Corporation, China’s leading foundry.
chipsTSMC
Taiwan Semiconductor Manufacturing Company, the leading advanced-chip foundry.
chips7 nm-class
A process-generation label associated with current leading Chinese domestic production.
chipsTSMC 4N / 4NP
Custom four-nanometer-class processes used for NVIDIA Hopper and Blackwell accelerators.
chipsEUV
Extreme-ultraviolet lithography, used in advanced chip patterning.
chipsCheckpoint portability
The ability to run the same model artifact on different accelerator architectures once compatible kernels and frameworks exist.
chipsCapture value
The practical benefit an attacker could squeeze from operating seized industrial capacity.
chipsDenial value
The strategic effect of preventing everyone else from using that capacity — even when the attacker can’t operate it either.
geopoliticsSilicon shield
The theory that Taiwan’s centrality to semiconductor supply raises the global cost of conflict enough to deter it.
Important actors and institutions
Developer of GLM-5, GLM-5.2, and the GLM-5.3 release at the center of the report.
Source of threat reporting, evaluation-incident disclosure, the Daybreak defensive infrastructure, and comparison models.
Source of cyber-misuse reporting, agent-evaluation incidents, and Project Glasswing.
Public evaluator of open-weight cyber capability, and reporter of unsanctioned agent actions.
U.S. government evaluator of frontier and foreign AI systems.
The government-industry coordination layer for cyber defense and shared response.
Supplier of the DGX Spark, Hopper, and Blackwell hardware behind the report’s inference economics.
The core of China’s domestic accelerator stack, and of its compute-sovereignty case.
China’s leading foundry, and a key constraint on advanced domestic accelerator production.
The world’s leading advanced-chip foundry, and the center of Taiwan-related supply risk.
Documented JADEPUFFER and its follow-on model-targeting ransomware variant.
Documented a low-cost hybrid AI campaign pairing autonomous enumeration with human-controlled exploitation.
Reported the multi-agent framework used against government systems in Asia.
Researchers whose work on refusal directions underpins the report’s argument that open-weight hardening may be removable.
Source index
- White House — Expanding Capabilities to Combat Transnational Cyber-Enabled Crime (2026)whitehouse.gov ↗
- White House — Combating Cybercrime, Fraud, and Predatory Schemes (2026)whitehouse.gov ↗
- White House — Promoting Advanced Artificial Intelligence Innovation and Security (2026)whitehouse.gov ↗
- Cornell Legal Information Institute — 18 U.S.C. § 1030law.cornell.edu ↗
- White House — Defending Warfighters and Intelligence Officers Against Cyber Threats (2026)whitehouse.gov ↗
- Z.ai — GLM-5.3: Frontier Coding with Emergent Cyber Capabilities (2026)z.ai ↗
- Kingy AI — GLM-5.3 specs and benchmarks (2026)kingy.ai ↗
- Z.ai — GLM-5.2 (2026)z.ai ↗
- Z.ai / Hugging Face — GLM-5.2 model cardhuggingface.co ↗
- Z.ai / Hugging Face — GLM-5 model cardhuggingface.co ↗
- UK AI Security Institute — How far behind the frontier are leading open-weight models on cyber? (2026)aisi.gov.uk ↗
- NIST CAISI — Testing of Chinese AI Model Kimi K3 (2026)nist.gov ↗
- Arditi et al. — Refusal in Language Models Is Mediated by a Single Direction (2024)arxiv.org ↗
- zandenAI / Hugging Face — GLM-5.2-FP8-Uncensored model cardhuggingface.co ↗
- Anthropic — AI-orchestrated cyber espionage campaign (2025)anthropic.com ↗
- Anthropic — Detecting and countering misuse of AI (2025)anthropic.com ↗
- OpenAI — Disrupting malicious uses of AI by state-affiliated threat actors (2024)openai.com ↗
- Google Threat Intelligence Group — Adversarial Misuse of Generative AI (2025)cloud.google.com ↗
- Google Threat Intelligence Group — Threat actor usage of AI tools (2025)cloud.google.com ↗
- Microsoft Security — AI as tradecraft (2026)microsoft.com ↗
- OpenAI — Disrupting malicious uses of AI (2026)openai.com ↗
- OpenAI — Hugging Face model evaluation security incident (2026)openai.com ↗
- Hugging Face — Agent intrusion technical timeline (2026)huggingface.co ↗
- Anthropic — Incidents in cybersecurity evaluations (2026)anthropic.com ↗
- UK AI Security Institute — Unsanctioned agent behaviour during cyber testing (2026)aisi.gov.uk ↗
- Sysdig — JADEPUFFER: agentic ransomware for database extortion (2026)sysdig.com ↗
- Sysdig — JADEPUFFER evolves (2026)sysdig.com ↗
- Palo Alto Networks Unit 42 — Autonomous AI cyber attack campaign (2026)unit42.paloaltonetworks.com ↗
- Dream — Multi-agent AI framework used against government entities in Asia (2026)dreamgroup.com ↗
- Reuters — Taiwan targeted in AI-driven hacking campaign (2026)reuters.com ↗
- OpenAI — Daybreak (2026)openai.com ↗
- OpenAI — Expanding Daybreak as the cyber defense window narrows (2026)openai.com ↗
- Anthropic — Project Glasswing (2026)anthropic.com ↗
- Anthropic — Expanding Project Glasswing (2026)anthropic.com ↗
- Anthropic — Claude Fable 5 and Mythos 5 (2026)anthropic.com ↗
- CISA — AI Cybersecurity Collaboration Playbook (2026)cisa.gov ↗
- NVIDIA — DGX Spark specifications (2026)nvidia.com ↗
- NVIDIA Developer Forums — 3x Spark, GLM-5.2 at 15.5 tok/s (2026)forums.developer.nvidia.com ↗
- NVIDIA Developer Forums — GLM-5.2 checkpoint on 4x DGX Spark (2026)forums.developer.nvidia.com ↗
- SGLang — GLM-5.2 deployment and speculative decoding supportdocs.sglang.ai ↗
- vLLM — Automatic Prefix Cachingdocs.vllm.ai ↗
- SGLang — RadixAttention and prefix cachingdocs.sglang.ai ↗
- NVIDIA TensorRT-LLM — KV cache reusenvidia.github.io ↗
- LMCache — Architecture and tiered KV cache storagedocs.lmcache.ai ↗
- Reuters — Chinese AI startup Zhipu releases GLM-5 (2026)reuters.com ↗
- Z.ai / Hugging Face — GLM-5 local deployment supporthuggingface.co ↗
- NVIDIA — Hopper Architecture In-Depth (2022)developer.nvidia.com ↗
- NVIDIA — Blackwell Architecture (2024)nvidia.com ↗
- TechInsights — Huawei Ascend 910C roadmap and die analysis (2026)library.techinsights.com ↗
- CSET — Huawei’s AI chip tests and U.S. export controls (2024)cset.georgetown.edu ↗
- ODNI — 2026 Annual Threat Assessmentdni.gov ↗
- TSMC — TSMC Arizonatsmc.com ↗
- TSMC — U.S. investment increases to $165 billion (2025)pr.tsmc.com ↗
- TSMC — 2025 Annual Reportinvestor.tsmc.com ↗
- U.S. Department of Commerce — Restoring American Semiconductor Manufacturing Leadership (2026)commerce.gov ↗
- International Energy Agency — Global Critical Minerals Outlook 2026iea.org ↗
- Chainalysis — Crypto hacking and stolen funds in 2026chainalysis.com ↗
- FBI — North Korea responsible for $1.5 billion Bybit hack (2025)fbi.gov ↗
- Chainalysis — Crypto scams in 2026chainalysis.com ↗
- OpenAI — Previewing GPT-5.6 Sol Ultrafast (2026)openai.com ↗
- Cerebras — Accelerating GPT-5.6 Sol Ultrafast (2026)cerebras.ai ↗
- OpenAI — GPT-5.6 (2026)openai.com ↗
- IEA — Designing an effective strategic stockpiling system for critical minerals (2026)iea.org ↗
- USGS — Minerals with Net Import Reliance on China (2025)usgs.gov ↗
This article substantially reorganizes and compresses the source report. Confirmed incidents, evaluation boundary failures, benchmark claims, measured workloads, and scenarios all keep their distinct labels. The scenario controls exist to expose assumptions, not to produce forecasts. Source publication and access status reflect the report’s August 14, 2026 review.