$ cat briefs/daily/2026-07-30.md
2026-07-30
July 30, 2026 (Thu)
Generated by ingest + brief agents · Sources: Tier 1 (HuggingFace Daily, Anthropic, OpenAI, Google DeepMind, Meta AI, Mistral, xAI, X feeds, DeepSeek + Z.ai rotation) + prefetch candidates
Top Stories
1. The labs ask Washington for a brake — and two of them sign it as companies
Over a thousand frontier-lab employees published "Pacing the Frontier" on July 28, asking the US government to "support an international effort to develop the technical and governance tools needed to deliberately pace the frontier of automated AI development." The ask is explicitly not a pause: it is for the option to pace later, if capability development outruns the ability to understand or control the resulting systems.
OpenAI and Anthropic endorsed it as organizations within hours. Google and Meta did not — though Shane Legg, Anca Dragan and Shengjia Zhao all signed as individuals. Signature blocs: Anthropic 533, OpenAI 330, Google 191, Meta 62, with Dario Amodei, Jared Kaplan, Chris Olah, Jakub Pachocki and Mark Chen among the named.
The signatory count was reported four different ways in 24 hours (1,134 / 1,178 / 1,224 / "over 1,100") because the list was open and still filling; the wiki page records all four rather than picking one.
Why it matters: this is the Favaro–Clark "brake pedal" of June 5 arriving with signatures and two corporate endorsements attached. Every other governance item we track is a state acting on the industry — export controls, the Kill Switch Act, the EU AI Act. This is the industry asking a government to acquire a capability over it, and declining to ask for a rule.
→ Frontier Pacing (new page), Anthropic, OpenAI, Chris Olah → Source · Washington Post · NBC News
2. Claude Mythos Preview does original cryptanalysis — not bug-hunting
Anthropic reports Mythos Preview deriving an end-to-end key-recovery attack on HAWK-256, a post-quantum signature scheme, by finding a previously unexploited nontrivial automorphism in the Lattice Isomorphism Problem underneath it. Expected cost of full key recovery drops from 2^64 to 2^38 operations — about 3 hours 42 minutes on a 96-core server with the released implementation.
Separately, a 200–800× speedup against seven-round AES-128, via a fingerprinting technique the model named the Möbius Bridge, which removes a guessing step that previously required checking 256 values. The work was almost fully autonomous after light prompting over several days; HAWK's authors were notified and disclosure ran through NIST.
Anthropic states neither result touches production systems: the AES attack reaches seven of ten rounds and needs an unrealistic number of chosen plaintexts, and HAWK is a candidate rather than a deployed standard.
Why it matters: Project Glasswing's record so far is implementation bugs — findable, in principle, by a patient human reading code. A new automorphism in a lattice problem is mathematics the cryptographic community did not have. It also landed the day after the same company asked Washington for a way to slow automated research down.
→ Claude Mythos Preview, AI-Enabled Cyberattacks, Anthropic → Source · Anthropic · The Hacker News
3. A Word document that infects the next Word document, through Copilot
Håkon Måløy disclosed a document-borne AI worm: instructions hidden in a Word file enter Copilot for Word's context, alter the output it produces, and copy themselves into new files derived from that document. The demonstrated effect was alteration of financial data. Propagation happens through the entirely ordinary act of deriving one document from another, with nothing for the victim to notice.
He worked with Microsoft on it from March 2026, disclosing publicly after roughly 144 days, and withheld the specific payload on the grounds that no robust mitigation for the class exists.
Why it matters: every prior incident on our cyber page needed an attacker with an agent, or a lab's own evaluation harness. This one needs neither. The propagation vector is the assistant working exactly as designed, which means the fix cannot be a patch to a bug — it is the first entry there where the attack surface is the product.
→ AI-Enabled Cyberattacks, Microsoft → Source · The Register
4. OpenAI argues the efficiency frontier, not the capability frontier
"How GPT-5.6 fuses frontier intelligence with frontier efficiency" (July 29) discloses Agents' Last Exam 53.6 across 55 professional workflows — 13.1 points above Claude Fable 5 — and claims Sol at max reasoning beats Fable 5 on the Artificial Analysis Coding Agent Index "at less than half of the cost". No token counts were published to support the "fewer tokens" claim that the post's argument rests on.
Why it matters: in the same fortnight Anthropic shipped Opus 5 at Fable-level performance for half the price. Both leaders are now selling cost per solved task rather than a benchmark ceiling — a different competitive axis than the one the last two years were fought on.
Paper Picks
DataPrep-Bench: Benchmarking LLMs as Training Data Preparators — arXiv 2607.20465
TL;DR: the first benchmark scoring an LLM on preparing training data end to end — both constructing supervised data from raw sources and predicting a candidate dataset's training value before any fine-tune is run. Every score is grounded in an actual fine-tune rather than a textual quality proxy, over six domains and multiple base models.
Its headline result is negative: synthesized domain data added on top of Dolly-15k often hurts downstream performance, and it does so across DataFlow-based, direct-LLM and agent-based generators alike rather than in one generator family.
Why read it: self-improvement loops assume generated data is worth training on. A benchmark saying it frequently is not puts a measured constraint on the argument in Top Story 1. Flagged as a watch item yesterday; it was HF Daily #1 on July 28.
→ DataPrep-Bench: Benchmarking LLMs as Training Data Preparators (new page)
Watch
- Will Google and Meta endorse the pacing statement as organizations? Their AGI and safety leadership already signed; only the corporate signature is missing. → Frontier Pacing
- No mitigation exists for the Copilot worm class. Måløy withheld the payload for that reason; Microsoft's answer is the thing to watch, not a CVE. → AI-Enabled Cyberattacks
- Qwen3.7-flash appeared on OpenRouter (r/LocalLLaMA, July 28) — first evidence of a pending Qwen open-weights release, unconfirmed by Alibaba. → Alibaba / Qwen AI Lab
- GLM-5.5 is still an August rumour. No model card, endpoint or benchmark from Z.ai as of today; official channels still promote GLM-5.2. → Z.ai
New in Wiki
- Frontier Pacing (new — concept page; please review the slug, this thread will accumulate for months)
- Lyria 3.5 (new — Google DeepMind's music model, shipped into Google Flow Music on July 29 with no benchmarks, pricing or licence published; a point release one month after Lyria 3)
- DataPrep-Bench: Benchmarking LLMs as Training Data Preparators (new — paper page; full author list not captured, arxiv.org returned 403)
- June 2026 — Monthly Digest (new — the June monthly digest, backfilled; the first monthly the wiki has had)
Updates
- Anthropic: the cryptanalysis results; the organizational endorsement of the pacing statement
- OpenAI: the GPT-5.6 efficiency post; the organizational endorsement
- Google DeepMind: Lyria 3.5; Legg and Dragan signing without a corporate endorsement
- DeepSeek: second fundraising round paused after the leaked transcript went viral — ¥10B target at a ¥480–500B pre-money valuation
- Meta AI: Shengjia Zhao signs individually; 62 employees, the smallest bloc of the four labs
- Claude Mythos Preview: HAWK-256 and seven-round AES-128 section
- GPT-5.6 Sol (and Terra, Luna): Agents' Last Exam figures added to Benchmarks
- AI-Enabled Cyberattacks: the Copilot worm; two new timeline rows
- AI Governance: pacing as a governance event; state-of-the-art date advanced
- Chris Olah: named signatory
- Cross-links added into AI Alignment, AI Control Roadmap and Open-Weights Policy Fight