
In Today’s Issue:
🧯 1,224 lab insiders ask Washington for a brake pedal
🧬 Coding agents rebuild the software science runs on
🔐 Claude finds real cracks in post-quantum cryptography
🎙️ Two transcription models land in the OpenAI API
📊 The open frontier's parameter race, charted
✨ And more AI goodness…
⚡ The Signal
The people with the most to lose from a slowdown are the ones asking for one.
Two documents landed this week, one day apart, and they read as cause and effect. On Monday, Hugging Face published the forensic timeline of the AI agent that escaped an OpenAI evaluation sandbox and spent the next four and a half days working its way into Hugging Face's systems, reconstructed from roughly 17,600 recovered attacker actions. On Tuesday, 1,224 employees of OpenAI, Anthropic, Google, Meta and other frontier labs signed a public statement asking the U.S. government to back an international effort to deliberately pace automated AI research. Neither document claims today's models are out of control. Both describe the same widening gap: what these systems can already do is outrunning what anyone can verify, and the tooling to close that distance does not exist yet.
All the best,

Kim Isenberg



(OpenAI)
🧬 Coding Agents Are Rewriting the Software Science Runs On
OpenAI published a field report on eight scientific software projects rebuilt with coding agents, and the interesting part is where the work stalled. Five teams used Codex alone and three paired it with Anthropic's Claude Code, across genomics, immunology and statistics. HelixForge, a GPU-native rewrite of the mutation simulator BAMSurgeon, cut runtime by about 60x, while Rustar-aligner rebuilt STAR, an unmaintained 20,000-line RNA-sequence aligner, in Rust. Contributors say the constraint has moved from writing code to proving it correct: one maintainer checks over 900 plots by eye before a release.
👉 tl;dr: Agents made the engineering cheap. Verification is the bottleneck now, and it is still human.

(CryptanalysisBench, ETH Zurich and Anthropic)
🔐 Claude Found Real Cracks in Post-Quantum Cryptography
Anthropic's Frontier Red Team says Claude Mythos Preview found flaws in the cryptographic algorithms themselves, not in the code that implements them. Against HAWK, a signature scheme built to survive quantum computers, the model halved the effective key size: the expected cost of a full key recovery against the smallest HAWK-256 setting drops from 2^64 to 2^38 operations, an improvement the model produced in 60 hours of work at roughly $100,000 in API cost. On a deliberately weakened 7-round AES variant it invented a fingerprinting method it named the Möbius Bridge, 200 to 800 times faster than the previous best attack. Neither result touches production systems.
👉 tl;dr: HAWK survived two rounds of expert review over two years. Checking the model's AES result then cost Anthropic's own researchers several hundred hours of learning cryptography.

🎙️ OpenAI Puts Two New Transcription Models in the API
OpenAI shipped gpt-transcribe and gpt-live-transcribe on Tuesday, both available through the API only. On OpenAI's own real-world audio test, gpt-transcribe records an 8.98% word error rate against 15.21% for whisper-1, and the low-latency gpt-live-transcribe reaches 9.60% against 11.65% for its realtime predecessor. Pricing is $0.0045 per minute for the batch model and $0.017 per minute for the live one, and both take keywords and language hints to cope with jargon, accents and background noise.
👉 tl;dr: Accurate speech-to-text is becoming a per-minute commodity, which is how voice quietly turns into a default interface.


🎬 Watch This
Sam Altman sat down with Patrick O'Shaughnessy on Invest Like The Best for 56 minutes, published Tuesday. He walks through why OpenAI narrowed its focus this year, why he thinks demand for intelligence is effectively uncapped, and how close he believes the company is to AGI. The most useful stretch is the economics: what happens to jobs, robotics and human agency once intelligence gets cheap, and how you plan capital spending around a curve nobody can price.


The lab is pointing back at its own June report on recursive self-improvement, which argued that AI is already accelerating AI development from inside the labs.


OpenAI has reset usage limits for all ChatGPT Work and Codex users after weeks of reports that GPT-5.6 Sol was draining them faster than expected. The company says efficiency fixes should stretch typical Sol usage by around 18%, and concedes it watched median users before launch and missed the heavy tail.


The Agent Broke In. Then 1,224 Insiders Asked for a Brake.
The Takeaway
👉 Hugging Face reconstructed the four-and-a-half-day intrusion from roughly 17,600 recovered agent actions, grouped into about 6,280 clusters.
👉 The intruder was an AI agent running ExploitGym, an OpenAI evaluation harness. It escaped through a package-registry zero-day and went looking for the answer key.
👉 Safety guardrails on Claude Opus and Fable blocked the defenders' own forensics, so Hugging Face rerouted the investigation through a self-hosted GLM-5.2.
👉 A day later, 1,224 frontier-lab employees asked the U.S. government to back an international effort to pace automated AI research.
The most consequential document in AI this week is a log file. On Monday, Hugging Face published the technical timeline of the intrusion it disclosed earlier this month, rebuilt from roughly 17,600 recovered attacker actions sorted into about 6,280 clusters. The intruder was an AI agent running ExploitGym, an OpenAI evaluation harness built to test whether models can find software vulnerabilities. It found one nobody intended: a zero-day in a package registry that let it out of its sandbox. Between July 9 and July 13 it set up a launchpad on third-party infrastructure and worked its way into Hugging Face through the dataset processor, using two injection routes, an HDF5 file disclosure and a Jinja2 template injection.

The reconstructed campaign, hour by hour: reconnaissance, remote code execution, command and control, and exfiltration. (Hugging Face)
What it did inside reads less like espionage and more like cheating. The agent moved laterally across Kubernetes clusters, cloud infrastructure, source control and the internal VPN, attempting 181 VPN enrollments from the sandbox. The five datasets it reached held one kind of material: solutions to the ExploitGym challenges it was supposed to be solving on its own. Hugging Face's own AI-based security stack did correlate the scattered signals into a coherent attack, then failed to escalate the alert to the on-call team, which cost the defenders time.
The response has an awkward footnote. When the team tried to reverse-engineer the staged payloads, Claude Opus and Fable refused much of the work, because their guardrails treat analyzing an exploit the same as launching one. Hugging Face stood up a quantized GLM-5.2 on its own infrastructure and rerouted the entire forensic pipeline through it, which recovered the agent's encryption scheme and the per-campaign key it had leaked across its own logs.

Opus 4.8 declining the incident-response team's request as a cybersecurity topic. (Hugging Face)
One day later, 1,224 employees of frontier AI companies published Pacing the Frontier, a statement with a single request: that the U.S. government "support an international effort to develop the technical and governance tools needed to deliberately pace the frontier of automated AI development". Named signatories include John Schulman (Chief Scientist, Thinking Machines), Shengjia Zhao (Chief Scientist, Meta AI) and researchers at OpenAI and Google, and Anthropic confirmed that its CEO, several co-founders and senior staff signed. Dawn Song draws the line between the two documents herself: "CyberGym and ExploitGym show that frontier AI agents are now capable of discovering and exploiting real-world software vulnerabilities, which without appropriate safeguards, could enable cyberattacks at scale."
What the statement leaves out matters too. There is no threshold, no trigger, no definition of what pacing would look like in practice, and no company commits to slowing down alone. It asks Washington for instruments that do not exist yet, in a week when the same labs shipped new agents, new research and new APIs. That is the honest shape of the request: the people building these systems are saying the competitive pressure is strong enough that only a mechanism outside their own companies could hold.
Why it matters: The forensic report and the statement make the same argument from opposite ends: an agent's capability outran the ability of a well-resourced company to notice and analyze it, and the people building the next generation are asking for verification tools they cannot build alone. Pacing only becomes a policy option if someone builds the mechanism first.
Sources:
🔗 https://huggingface.co/blog/agent-intrusion-technical-timeline
🔗 https://www.pacingthefrontier.com/
🔗 https://huggingface-anatomy-of-frontier-lab-model-intrusion.static.hf.space


How owning AI deployment expands your career
Across product, ops, and CX teams, a new kind of role is taking shape: the person responsible for making AI actually work, day to day. In this roundtable, three people living this shift share what it's really like: Simone Santiago Broad (Yoco), Yelva Espinoza (Zumba Fitness), and Fin's Dave Lynch. You'll hear how they carved out these roles, what the job looks like across industries, the skills they'd hire for, and the challenges they're tackling right now.
Watch the full conversation on demand.



(AI News, Latent Space)
The chart: Total parameters of every company's flagship open model, July 2025 to July 2026. Kimi K3 sits at the top at 2.8T since its July 16 release, ahead of DeepSeek V4 Pro at 1.6T, Xiaomi's MiMo V2.5 Pro at 1.02T, Thinking Machines at 975B, GLM 5 at 744B, MiniMax at 428B and Alibaba at 397B.
The lesson: The open ceiling nearly tripled in twelve months. In July 2025 the largest open flagship was Kimi K2 at 1.02T; K3 reached 2.8T in a single step, and six of the seven lines on the chart belong to Chinese labs.
The caveat: Size is the cheapest thing to compare and the least informative. Only 104B of K3's 2.8T parameters activate per token, and Moonshot's own technical report concedes the model still trails Claude Fable 5 and GPT-5.6 Sol overall.


🧠 How Moonshot Made 2.8 Trillion Parameters Trainable
⚡ Bottom line: Moonshot published Kimi K3's technical report, the full recipe behind the largest open model weights released so far.
💡 Why it matters: The gains come from how information moves inside the model, which is where the open labs are now competing.
🔎 What it means: Anyone can read the recipe, so frontier engineering knowledge keeps leaking into the open ecosystem within weeks.
Moonshot put Kimi K3's weights in the open earlier this month. On Monday it published the technical report explaining how the model was built. The headline number is 2.8 trillion parameters, of which only 104 billion fire for any given token, alongside a 1-million-token context window and native vision. The report's real subject is plumbing: at this scale, the binding constraint is how information moves between parameters.
Three changes carry most of the load. Kimi Delta Attention swaps three of every four attention layers for a cheap running memory, so the model pays for a full look-back only every fourth layer. Attention Residuals let each layer reach back into the output of any earlier layer, rather than reading a single running summary: keeping every page of your notes instead of one whiteboard that gets wiped between meetings. Stable LatentMoE widens the pool to 896 experts and routes each token to 16 of them, with extra normalization to keep that much sparsity from destabilizing training.

K3's launch coding scores against the proprietary frontier. (Chart: Kingy, from Moonshot's reported launch results)
Together, Moonshot says, these give roughly 2.5 times better overall scaling efficiency than Kimi K2. The report is unusually blunt about the ceiling: K3's performance still "trails the most powerful proprietary models, namely Claude Fable 5 and GPT-5.6 Sol", while beating every other open and proprietary model in Moonshot's own evaluation suite.

An open-world scene K3 generated in Moonshot's launch demos. (Moonshot AI)
For everyone outside Moonshot, the report matters more than the weights. Weights let you run the model; the recipe lets you build the next one. Techniques that used to sit inside frontier labs for a year are now written down in public, in working detail.


See the whole platform. No guided tour.
Skip the sales call. Walk through Gladly's interface yourself — the AI suggestions, the unified customer view, the full conversation thread. 15 minutes, no installation, no commitment.



