The AI Brief
Today's brief:
- OpenAI's unreleased Astra model solved ten open problems in mathematics, each with a machine-checkable Lean 4 certificate, for roughly $2,000 in compute, publicly naming its next frontier model for the first time.
- LG AI Research released K-EXAONE 2.0, a 750-billion-parameter sovereign MoE model under Apache 2.0, the largest foundation model built entirely on domestic South Korean technology.
- Noma Labs disclosed CVE-2026-59726 (RufRoot), a CVSS 10.0 flaw in the Ruflo AI agent platform that exposed 233 tools, including shell execution, to any unauthenticated HTTP caller via its MCP bridge.
- A Chinese-speaking threat actor used DeepSeek inside the open-source Hermes Agent framework to autonomously attack 460-plus internet-facing servers after Claude and OpenAI refused the same offensive tasks.
- California's AI Transparency Act (SB 942, as amended by AB 853) became operative today, requiring any generative AI provider with over one million California monthly users to embed C2PA-compatible content provenance and offer a free public detection tool, with $5,000-per-day-per-instance penalties enforced by the state AG.
OpenAI's Astra Closes Ten Decade-Open Math Problems, Names Its Next Frontier Model
OpenAI published the results on August 1 at openai.com/index/ten-advances-in-mathematics/, attributing them to "an internal version of Astra, our next major model", the first time the company has publicly named Astra. The ten problems span high-dimensional geometry, coding theory, arithmetic circuit complexity, group theory, operator algebras, quantum complexity, lattice cryptography, and extremal combinatorics. Each answer had seen no meaningful progress for at least a decade, and several had been open since the 1970s or earlier. OpenAI published a 249-page manuscript and a GitHub repository (openai/ten-proofs) with a Lean 4 certificate for every result.
The headline result is the first explicit construction of a non-sofic group, resolving a central open question in group theory that has stood since Mikhail Gromov introduced soficity in 1999. Astra also disproved Connes's rigidity conjecture on von Neumann algebras, proved Ehrhart's volume conjecture, resolved three Erdős problems (146, 180, and 183), and advanced the best-known sphere-packing exponent for the first time since 1978. OpenAI's math research head Sebastien Bubeck described the results on X as "beautiful," noting each ships with a chain-of-thought walkthrough alongside the certificate. The total compute to generate all ten arguments was roughly $2,000 at Sol API rates, per OpenAI, though the company has not disclosed how many runs produced no useful result, a figure that would sharpen the real cost picture.
External mathematicians have not yet had time to work through the arguments at the depth these conjectures normally attract. The Lean certificates address the verification bottleneck: retracting any single result would now require finding an error in a machine-checked proof, not just disputing the narrative. OpenAI has not announced a release date for Astra, describing it only as its "next major model family." Sam Altman has already briefed DC policymakers on the model; observers including investor Mark Kretschmann have speculated Astra is the GPT-6 series.
LG Drops a 750-Billion-Parameter Open-Weight Sovereign Model, Built Without Foreign Weights
LG AI Research published K-EXAONE 2.0 on Hugging Face on July 31 under the Apache 2.0 license, the second model submitted to South Korea's Ministry of Science and ICT Independent AI Foundation Model project. The model's 750 billion total parameters are structured as a Mixture of Experts (MoE) with 256 experts, of which 8 activate per token, meaning only 37 billion parameters run per inference call, the same design logic behind DeepSeek V4 and Kimi K3. It supports a 262,144-token context window and ten languages including Korean, English, Spanish, German, Japanese, French, Italian, Portuguese, Polish, and Vietnamese.
In benchmark evaluations across 24 tests in nine categories, K-EXAONE 2.0 posted an average score of 70.1, up from 63.3 for its predecessor, with agentic coding benchmarks improving by 30 percent. On OpenAI-MRCR long-context retrieval it scored 94.4, ahead of Qwen 3.5 (93.0) and DeepSeek V4 Pro Max (92.9). The release arrives 48 hours after SK Telecom published its own sovereign entry, A.X K2 (688 billion parameters, Apache 2.0, same 262,144-token window), putting two state-backed Korean MoE models on the open-weight market within a single week. South Korea's sovereign AI program will cut its field from four competing teams to three at an August 8–11 evaluation, making both releases official submissions, not just product launches.
LG AI Research co-head Lim Woo-hyung said the model's significance "is not simply that it is a large-parameter model, but that Korean researchers independently completed the entire development process." The 1.4 TB weight file requires multi-node GPU infrastructure for practical self-hosting.
CVSS 10.0 Flaw in Ruflo's MCP Bridge Gave Unauthenticated Callers Shell Access and LLM Key Theft
Noma Labs disclosed CVE-2026-59726, dubbed RufRoot, against Ruflo, an open-source AI agent orchestration platform with 67,000-plus GitHub stars, approximately one million active users, and the second-ranked position on MCPMarket. Ruflo, originally released as Claude Flow, functions as a multi-agent harness for Claude Code and OpenAI Codex, providing swarm coordination, persistent vector memory (AgentDB), and MCP-based tool access. The flaw: Ruflo's MCP bridge, implemented as an Express.js server, exposed all 233 registered tools, including terminal shell execution, database writes, and agent lifecycle management, over HTTP on port 3001 with zero authentication in the default Docker Compose deployment.
A single unauthenticated HTTP POST to the exposed endpoint gave full command execution inside the bridge container, with LLM provider API keys, stored conversation history, and AgentDB memory patterns all readable. Noma Labs validated the exploit against a live default deployment before responsible disclosure on June 30, 2026. Ruflo maintainer Reuven Cohen shipped version 3.16.3 within 24 hours, binding the bridge to loopback, gating terminal execution behind an explicit opt-in flag, and enabling MongoDB authentication. Dark Reading notes a patch-resistance dimension: AgentDB learning-store patterns poisoned before the update persist unless explicitly audited and cleared.
The National Vulnerability Database CVE record confirms all versions before 3.16.3 are affected. Noma recommends that any operator who ran an exposed instance treat all LLM provider credentials as compromised, rotate keys, rebuild containers from a clean image, and audit AgentDB for unfamiliar instructions or altered patterns.
Unit 42: DeepSeek Ran an Autonomous Attack Campaign That Claude and OpenAI Refused to Join
Palo Alto Networks Unit 42 published its report on July 30, 2026, documenting a Chinese-speaking threat actor tracked under the aliases "knaithe" and "KnYuan," assessed to be based in Zhuhai, China. The actor wired DeepSeek into the open-source Hermes Agent framework, an AI agent orchestration platform with terminal access, reusable skills, and MCP integrations, to create an autonomous offensive pipeline. The setup also had Claude Code, Codex, Qwen, GLM, Kimi, and MiniMax configured, but Unit 42 found these were rarely used; DeepSeek was the primary reasoning engine for offensive operations. Unit 42's analysis notes that DeepSeek "proceeded on offensive work that Claude and OpenAI models had declined."
Unit 42 recovered a May 2026 session in which the actor sent a single initial Telegram command; the agent then handled target enumeration via FOFA, vulnerability selection across CVE databases, exploit sourcing from GitHub, and attack execution without further operator input. The agent first targeted 84 Langflow instances via CVE-2026-33017 (CVSS 9.8), then pivoted to 647,000-plus n8n workflow automation instances by chaining CVE-2026-21858 and CVE-2025-68613. The n8n campaign failed because authenticated form requirements blocked the final step. Three confirmed compromises came from separate manual operations against Citrix NetScaler via CVE-2026-3055, which the actor used to extract memory and harvest session authentication cookies; 11 Marimo notebook instances were also compromised. Total exploitation attempts spanned over 460 internet-facing targets across seven exploit tracks.
Unit 42 confirms the case is significant because it documents "a working offensive process rather than a theoretical risk." Hermes Agent's own documentation confirms it can operate via Telegram, run commands unattended, and execute in "Yolo" mode, autonomous execution of risky commands without operator confirmation. The attacker's environment was discovered after Hermes accidentally created a web server from its home directory, exposing API keys, exploit scripts, target lists, shell history, and AI attack logs.
California's AI Transparency Act Went Live Today, Provenance and Detection Mandates Now Enforceable
California's AI Transparency Act, originally signed by Governor Newsom on September 19, 2024, took operational effect today, August 2, 2026, after AB 853 (Chapter 674, Statutes of 2025, signed October 13, 2025) pushed the date from January 1, 2026, to align with EU AI Act Article 50 provenance timelines. The law applies to "covered providers": operators of publicly available generative AI systems with more than one million monthly visitors or users in California.
The operative obligations are three-layered. First, every covered provider must offer a free, publicly accessible detection tool that lets any person determine whether a specific piece of content was generated or substantially altered by that provider's AI system. Second, covered providers must offer users the option to include a manifest disclosure in AI-generated image, video, or audio, a visible label that is clear, conspicuous, and appropriate for the medium. Third, providers must embed a latent disclosure in AI-generated images, video, and audio content, the C2PA-compatible metadata embedded in the file itself, readable by automated detectors. Violations accrue at $5,000 per day per instance; enforcement authority rests with the California AG, plus city attorneys and county counsels, who may bring civil actions on behalf of California residents and collect attorney's fees on top of penalties.
AB 853 extended the law's scope beyond the original SB 942 covered providers: a second tier of obligations for "large online platforms" and "generative AI system hosting platforms" activates January 1, 2027. Operators who read 2024 or early 2025 compliance materials should note that most pre-October 2025 guidance states a January 2026 date that is now stale. Today's activation also runs in parallel with EU AI Act Article 50, which became enforceable August 2 for EU-facing deployments, making today the first day both major provenance frameworks are simultaneously in force.