The AI Brief
Today's brief:
- US Commerce Department forces Anthropic to pull its two most capable models from every customer worldwide
- ChatGPT Enterprise reasoning token consumption has risen 320x in twelve months
- Google DeepMind's DiffusionGemma rewrites the latency math for open-weight text generation
- OpenAI files a confidential S-1, joining Anthropic in the AI IPO queue
- Google DeepMind and partners open a $10M research call for multi-agent safety
Washington forces Anthropic's two flagship models offline globally
Commerce Secretary Howard Lutnick sent a letter to Anthropic CEO Dario Amodei on June 12 at 5:21 p.m. ET ordering the company to suspend all access to Fable 5 and Mythos 5 by any foreign national, whether inside or outside the United States, including foreign national Anthropic employees. The directive cited national security authorities but did not specify the underlying concern in writing. The letter was prepared with the Bureau of Industry and Security, per NBC News reporting.
Because Anthropic cannot verify user nationality in real time at scale, it disabled both models for every customer worldwide to ensure compliance. All other Claude models, including Opus 4.8 and Sonnet 4.6, remain available. Fable 5 had been in general availability for only three days when the shutdown arrived. Anthropic is complying while publicly disputing the rationale, calling it a likely misunderstanding and saying no restoration timeline has been given.
Anthropic's understanding is that a third company claimed to the Commerce Department it could jailbreak Mythos, specifically by using the model to read a codebase and identify software vulnerabilities. Anthropic reviewed a demonstration and called the technique narrow and non-universal. The company notes that comparable capabilities are available from OpenAI's GPT-5.5 without any jailbreak, and it argues that the standard implied by the directive, where a narrow potential jailbreak triggers a global product recall, would be unworkable across the industry. The directive arrives three days after the Fable 5 launch and while Anthropic is already in active federal litigation over a separate Pentagon supply-chain-risk designation it calls retaliatory.
Disclosure: Anthropic, mentioned in this item, is the company that develops Claude, which generates this brief.
Enterprise AI has quietly shifted from query tool to reasoning engine
OpenAI's enterprise adoption report draws on usage data across more than one million business customers. Alongside the 320x reasoning token figure, it shows weekly messages in ChatGPT Enterprise rose roughly 8x year over year, and the average worker sent 30% more messages. Usage of structured workflows such as Projects and Custom GPTs rose 19x year-to-date, indicating a shift from ad-hoc queries toward repeatable, embedded processes. Frontier workers at the 95th percentile of adoption send 17 times as many coding-related messages as their median peers; data analysts show a 16x gap. Seventy-five percent of workers in the survey said AI improved the speed or quality of their output, and the report attributes savings of 40–60 minutes per day at the median, with heavy users saving more than 10 hours per week.
Separately, StatCounter's April 2026 data puts ChatGPT at 76.85% of worldwide AI chatbot web market share, ahead of Google Gemini at 9% and Perplexity at 7.73%.
Text generation at 1,000 tokens per second without an autoregressive model
Google DeepMind released DiffusionGemma on June 10, 2026 under an Apache 2.0 license. The model uses a 26B mixture-of-experts architecture inherited from Gemma 4, activating only 3.8B parameters per step, and accepts text, image, and video inputs. On a single H100 in FP8 precision via vLLM, it reaches 1,008 tokens per second, approximately 5x an autoregressive baseline; on H200, the figure rises to 1,288 tokens per second. Google reports up to 4x faster generation in single-user interactive workloads compared with autoregressive Gemma 4 models of similar scale, with an 18 GB VRAM floor under NVFP4 quantization, making RTX 4090-class consumer hardware viable. NVIDIA co-optimized the model with day-zero RTX GPU support.
The quality tradeoff is real and Google does not obscure it. DiffusionGemma scores below standard Gemma 4 on published benchmarks including MMLU and coding evaluations. Early community testing on r/LocalLLaMA finds noticeably weaker complex reasoning and occasionally repetitive outputs. The model is better suited to latency-sensitive, lower-complexity workloads, text infilling, constrained generation, and streaming interfaces where first-token latency matters more than per-response quality. No hosted managed API endpoint was available as of the release date; deployment requires provisioning your own GPU.
The practical cost implication from Spheron's June 11 pricing data: DiffusionGemma runs at roughly $0.99 per million tokens on an L40S on-demand instance, versus $3.81 per million tokens for autoregressive Gemma 4 on the same hardware, a 3–4x cost advantage at batch size 1.
OpenAI files a confidential S-1, joining the AI IPO queue
OpenAI announced on June 8 that it had submitted a confidential draft registration statement to the SEC for a proposed IPO. The company was last valued at $852 billion post-money, per TechCrunch reporting. OpenAI said in its announcement that it "may be a while" before a listing because there are things the company prefers to do as a private entity, but that the filing preserves the option to move faster if circumstances warrant. No underwriters or timing have been disclosed. OpenAI's run rate stands at roughly $25 billion, per analyst tracking.
Anthropic filed its own confidential S-1 on June 1 at a $965 billion post-money valuation following its $65 billion Series H round in May. SpaceX began trading as SPCX on June 12 at $135 per share, raising $75 billion at a $1.75 trillion valuation, a listing that has set a new watermark for private-to-public transitions. The three filings collectively represent what Goldman Sachs CEO David Solomon has described as markets in "greed mode" around the AI IPO wave. Morningstar pegged SpaceX fair value at under half its listing valuation, suggesting the public market's appetite for AI-adjacent growth stories is running well ahead of fundamental anchors.
No safety standards exist for multi-agent AI ecosystems at scale
Google DeepMind announced the funding call on June 11, 2026, in conjunction with Schmidt Sciences, the Cooperative AI Foundation, the Advanced Research and Invention Agency (ARIA, a UK government body), and Google.org. The call targets four research areas: sandboxes and testbeds for multi-agent systems, the science of agent networks, strengthening agent infrastructure, and oversight and control mechanisms. Applications close August 8, 2026, with awardees expected in autumn.
Rohin Shah, who directs DeepMind's AGI safety and alignment research, told MIT Technology Review that agents capable of carrying out tasks without human oversight and following instructions from other agents create "a whole new class of risk." Shah noted that the field of multi-agent safety research barely exists yet, and that the aim of the external funding is to kickstart academic work that industry labs are structurally unlikely to prioritize. A security researcher quoted in the same piece put the underlying problem plainly: traditional security assumes machines run fixed code on fixed paths; an agent "reasons, improvises, and can be hijacked by a single sentence buried in a document it was asked to read." The $10M sum is modest relative to frontier lab research budgets but is meaningful for bootstrapping an academic community around a problem that, per Shah, the industry has been too focused on individual model safety to address.