Three open letters split the AI industry on open weights and development pacing

In the span of one week in late July 2026, three open letters from different factions of the AI industry laid bare a fundamental disagreement about how to govern frontier model development. The letters address open weights, distillation, and whether the pace of AI progress should be deliberately slowed. Letter 1: Microsoft's open weights coalition (July 24) Microsoft organized a letter titled "Open Weights and American AI Leadership" signed by 235 companies including NVIDIA, Amazon, Y Combina

2 min
Three open letters split the AI industry on open weights and development pacing

In the span of one week in late July 2026, three open letters from different factions of the AI industry laid bare a fundamental disagreement about how to govern frontier model development. The letters address open weights, distillation, and whether the pace of AI progress should be deliberately slowed.

Letter 1: Microsoft's open weights coalition (July 24)

Microsoft organized a letter titled "Open Weights and American AI Leadership" signed by 235 companies including NVIDIA, Amazon, Y Combinator, The Linux Foundation, and OpenAI. The letter argues that relying solely on closed models creates single points of failure and that open weight models allow researchers to examine behavior, identify vulnerabilities, and develop safeguards.

The letter takes a notable position on distillation, the practice of training one model on the output of another. It argues that distillation is a legitimate technique reflecting a long tradition of building on existing technology, and that policymakers should not conflate it with misappropriation. This position directly contradicts Anthropic's stance.

Letter 2: Anthropic breaks ranks (July 27)

Anthropic, notably absent from the Microsoft letter, published its own response three days later. CEO Dario Amodei stated that Anthropic has never advocated for a ban on open-weights models, but outlined two concerns that keep him up at night.

His primary concern is that authoritarian governments will build AI models more powerful than those built by the US and use them for military superiority or domestic repression. His secondary concern is that open-weights models present a higher risk for cyberattacks and biological attacks because guardrails cannot be applied or monitored once weights are released.

Amodei called for a crackdown on industrial-scale distillation operations, putting him directly at odds with the Microsoft letter's defense of the practice. He also reiterated support for chip export controls to China, rather than restrictions on open-weights software.

Letter 3: 1,337 frontier employees ask for pacing (July 28)

The third letter, "Pacing the Frontier," was signed by 1,337 employees of frontier AI companies. Signatories include Jakub Pachocki (Chief Scientist, OpenAI), Ilya Sutskever (Safe Superintelligence Inc), Dario Amodei and Jack Clark (Anthropic), and John Schulman. The letter asks the US government to support an international effort to develop tools for deliberately pacing the frontier of automated AI development.

The concern is competitive pressure combined with accelerated progress from automated AI research. Anthropic reportedly produces 80% of its code with Claude Code. OpenAI's Sol reduced serving costs by 20% through AI optimization. Kimi K3 designed a chip for its own architecture. The letter argues that without coordination tools, no single company or country can afford to slow down unilaterally.

The distillation fault line

The most concrete disagreement across the letters is on distillation. Microsoft's letter defends it as a standard technique. Anthropic has published research on detecting and preventing distillation attacks and explicitly called for enforcement against industrial-scale operations. This is not abstract: Anthropic recently accused Alibaba of running the largest Claude distillation campaign documented to date.

Open weight advocates argue that distillation is how the field advances and that restricting it would entrench incumbents. Critics argue that unauthorized distillation of proprietary models undermines the business model that funds safety research.

What the letters do not say

None of the letters proposes specific regulatory mechanisms. Microsoft's letter does not define what counts as "legitimate" distillation versus misappropriation. Anthropic's letter does not specify what a "crackdown" would look like. The pacing letter does not name a desired pace or a enforcement mechanism. The disagreement is real, but so is the gap between stating concerns and designing policy.

Sources

Open Weights and American AI Leadership - Microsoft

Our position on open-weights models - Anthropic

Pacing the Frontier

Simon Willison: Open letters about AI development

Written by

More to read

  • Hallucination Detection and Faithfulness Verification in Production RAG: Architecture, NLI Claim Decomposition, and Runtime Guardrail Economics

    Retrieval-Augmented Generation (RAG) is commonly deployed under the assumption that grounding generation in retrieved passages eliminates factual inaccuracies. In practice, grounding provides an evidence boundary but does not guarantee factual fidelity. Production language models regularly synthesize claims absent from the retrieved context (extrinsic hallucinations) or directly assert statements conflicting with retrieved premises (intrinsic contradictions). As enterprise RAG pipelines scale i

    1 min
  • Sparse Attention and BigBird: How Window, Global, and Random Graphs Preserve Turing Completeness in Linear Time

    Standard self-attention in transformer architectures scales quadratically with sequence length. Computing full pairwise interactions between n tokens requires evaluating an n x n attention matrix, yielding O(n^2) computational complexity and memory consumption. While hardware accelerators and IO-aware tiling algorithms like FlashAttention optimize memory traffic, the quadratic compute and KV footprint remains a barrier for processing long contexts, document-level summarization, and genomic seque

    1 min
  • Oxford Study Details Chinese Gray-Market Proxies Reselling Claude Tokens at 90% Discounts

    An investigation by the Oxford China Policy Lab reveals that Chinese developers routinely access Anthropic's frontier Claude models at discounts between 70% and 90% below list price, bypassing geographical blocks, payment filters, and biometric identity verification through a decentralized network of API proxies known locally as "transfer stations" (中转站). The analysis, authored by Oxford researcher Zilan Qian and published via ChinaTalk, outlines the modular supply chain and economic mechanics

    1 min