ZeroNoise Logo zeronoise
Post
AI Releases Now Ship with Proofs, Gates, and Regional Control
11 hours ago
9 min read
202 docs
Anthropic reported a bounded mathematical advance with a formal artifact; OpenAI put a new cyber model behind defender-only access; and Mistral tied model choice to regional inference and long-term European compute. The week also marked Gemini’s billion-user scale and a sharper race to make frontier intelligence faster, cheaper, and easier to audit.

Top Signals of the Week

Anthropic — Claude makes a bounded Riemann-related advance

Anthropic reports that an unreleased research version of Claude raised the known lower bound for the fraction of zeros of the Riemann zeta function satisfying the Riemann hypothesis from 41.6% to 67.2%; it did not solve the hypothesis, and Anthropic does not expect the techniques used to do so. The company says two of its mathematicians studied and validated the paper, Claude produced a formally verifiable Lean proof, and number theorists Brian Conrey and Dan Goldston examined it on short notice.

The result was assembled over two Claude Code sessions using 31 million output tokens. After 650 failed ideas, roughly 60 subagents ran 2,400 shell commands, hundreds of Python scripts, numerical checks, proof reviews, counterexample searches, and an independent re-proof; Anthropic says the approach drew heavily on prior mathematical work.

Why it matters: The important shift is not a claim to have solved a famous problem. It is the pairing of model-generated mathematical progress with a paper, a Lean artifact, and human review that make a bounded result inspectable rather than merely asserted.

OpenAI — Daybreak turns cyber capability into a gated product

OpenAI expanded its Daybreak cybersecurity initiative and introduced GPT-5.6-Cyber for advanced, authorized work. Daybreak Blue provides frontier models such as GPT-5.6 Sol for vulnerability discovery, secure code review, malware analysis, incident response, and patch validation; Daybreak Red provides purpose-trained cyber models for authorized vulnerability research, exploit validation, and security testing by experienced defenders.

OpenAI describes GPT-5.6-Cyber as its first large-scale attempt to improve capabilities directly for tasks such as exploit development. It says researchers have used the model in red-teaming and to find and patch previously unknown vulnerabilities in open-source software, including Chrome’s V8 engine. Access is limited to approved defenders with additional controls and monitoring for higher-risk work.

Why it matters: OpenAI is releasing advanced cyber capability as a differentiated, monitored access layer rather than as an unrestricted general-purpose model. The release makes authorization, use case, and operational controls part of the product definition.

Sundar Pichai / Google — Gemini reaches 1B monthly users

Google reported that more than 1B people now use Gemini every month, calling it the company’s fastest-growing product and its 14th product to reach the 1B-user mark.

Why it matters: This is a distribution milestone, not a benchmark claim. It makes consumer reach a first-order competitive variable alongside model quality and release cadence: the model with the largest installed surface can accumulate usage, feedback, and workflow integration at a different scale.

Mistral AI — European sovereignty becomes an infrastructure contract

Mistral’s new platform strategy combines three layers of control: regional inference, open model choice, and long-term compute capacity. Regional Endpoints are generally available for customers to choose Europe or the US, while a public-preview Priority Tier adds committed service levels, custom rate limits, and an uptime SLA.

Mistral will also run third-party open models—starting with Z.ai’s GLM-5.2—under the same infrastructure, regional controls, and service commitments as its own models. Its European Compute Units convert multi-year enterprise commitments into access to Mistral-built infrastructure and help determine what capacity is built, where it is located, and whom it serves; the company says it plans up to 1 GW of capacity by 2030.

Why it matters: Sovereign AI is being defined below the model-weight layer: where inference runs, what service guarantees apply, which models can be swapped in, and who has assured access to the underlying compute.

Demis Hassabis / Google DeepMind and OpenAI — speed and price become launch metrics

Google DeepMind says Gemini 3.7 Flash improves coding, knowledge work, and web development, with gains over 3.6 Flash in debugging, issue resolution, web layouts, and business workflows. Demis Hassabis said its introductory price is half that of the original 3.6 Flash.

OpenAI is previewing Ultrafast, a GPT-5.6 Sol mode that it says can run at up to 14 times the speed, initially for a select API customer group. Powered by Cerebras, it generates up to 750 tokens per second and is aimed at latency-sensitive voice, support, coding, financial-research, and security workflows.

Why it matters: Frontier competition is being packaged as a three-way tradeoff among intelligence, latency, and cost. Speed is becoming a product capability with its own hardware partnerships, customer cohorts, and deployment economics.

Research & Engineering

Hugging Face — agent-assisted reproduction scales review, but not judgment

Hugging Face’s ICML 2026 reproduction challenge had 1,221 participants attempt 2,226 papers—34% of the conference—and judge 35,908 claims. Of the papers examined, 51% had at least one independently verified claim, while 23% had at least one claim falsified or contested; 242 papers produced opposite verdicts from independent teams.

The audit found concrete failures that ordinary review missed: a paging theorem’s claimed additive constant behaved like a logarithmic term, a theorem failed after counterexamples appeared at steps 224, roughly 3,800, and 6,416, and padding tokens diluted one benchmark’s reported quality cost. Pure agent execution also hit loops, scale-dependent behavior, and units errors; the most reliable results came from humans steering the agent, questioning assumptions, and judging outputs that numerical metrics could not fully assess.

The engineering implication is a division of labor: agents can expand the amount of experimental checking, but research systems still need human direction, task framing, and judgment about what constitutes a meaningful result.

Kari Briski / NVIDIA — model routing becomes part of the agent stack

NVIDIA released Nemotron 3.5 Lightning, a 30B-parameter mixture-of-experts model for specialized tasks inside larger multi-agent systems, alongside NeMo Switchyard, an open-source router that directs each workflow step to a model selected for capability, latency, or cost. NVIDIA says Lightning delivers up to four-times faster output and 30% faster agentic task completion than models in its class, and can run locally, on premises, or in the cloud.

NVIDIA’s internal benchmarks claim frontier-level accuracy at nearly one-third the task-completion cost of using Opus 4.8 alone. The company has also released two open reinforcement-learning datasets used to post-train Lightning.

The signal is architectural: the agent is increasingly a portfolio of models plus a routing policy, rather than one default model called for every step. The cost and accuracy claims remain NVIDIA’s benchmarks, but the software abstraction is broadly applicable to enterprise systems with heterogeneous models.

Google DeepMind — SL2T makes sign-language input a phone feature

Google DeepMind launched SL2T, a sign-language-to-text model that initially supports American Sign Language to English on Pixel 11, allowing users to sign into Gboard and Live Transcribe instead of typing. The model translates simultaneous movements of the hands, body, and face; Google says it is optimized for practical settings such as one-handed signing and is state-of-the-art on academic benchmarks.

The deployment separates privacy-sensitive perception from server-side translation: body poses are tracked on device, while servers translate them into text. Google says the model was built with the Deaf community, Deaf Googlers, and its AI Sign Language Advisory Committee, with expansion to more sign languages planned.

This is a useful example of multimodal research becoming a constrained, user-facing interface with an explicit privacy architecture rather than a demo detached from a product.

Cohere — North Micro Vision brings an open VLM to a small footprint

Cohere released North Micro Vision, a 2.4B-parameter vision-language model for document understanding, under Apache 2.0 with weights available for deployment. It supports native-resolution processing, multi-turn image-and-text conversations, spatial reasoning and visual grounding, and multilingual image understanding.

Cohere says the model outperforms Gemma 4 E2B and Ministral 3 3B across a broad set of visual-understanding benchmarks, particularly document understanding and visual question answering; it is free to deploy under Apache 2.0. The release reinforces the edge-model thesis: useful enterprise vision capability is being packaged for customization and local deployment, not only hosted inference.

Strategy & Industry

Google, Microsoft, and NVIDIA / OCP — 800 VDC moves toward an open power standard

Through the Open Compute Project, Google, Microsoft, and NVIDIA are working to establish 800 VDC as an open, standardized power architecture for next-generation AI data centers. The proposal responds to rising rack density: higher-voltage DC distribution can move more power with less conductor and copper, while common interfaces and system requirements are intended to let operators deploy safely and suppliers build interoperable products rather than forcing custom designs.

NVIDIA’s infrastructure team calls 800 VDC a foundation for the industry to “move as one,” not merely a power specification. The strategic issue is physical standardization: power delivery is becoming a constraint on how quickly AI capacity can be replicated.

Anthropic — watermarking becomes compliance plumbing

Anthropic says it is implementing text watermarking to comply with the EU AI Act and that other major model developers who signed the same Code of Practice will also implement it. The company says its method does not change output quality or content, adds no visible or hidden text, requires no extra tokens or cost, and cannot be traced to a particular person, organization, or chat.

The policy signal is operational rather than rhetorical: provenance requirements are moving into the generation stack, with the design constraint that provenance should not become user-identifying surveillance.

Worth Watching

OpenAI — Computer History turns desktop activity into agent memory

OpenAI rolled out Computer History as an opt-in Mac feature for Pro, Business, and Enterprise users. It lets ChatGPT and Codex reference activity across apps and websites through a timeline, build skills from repetitive work, and lets users clear history, exclude apps or sites, and pause capture.

The underlying design is narrower than screen recording: the OpenAI demo says it captures interaction events such as clicks, typing, and app switches, not screen or audio, and keeps the resulting memory files on the user’s file system for review. This is an early test of whether persistent personal context can make agents materially more useful without making data access opaque.

Andrew Ng / DeepLearning.AI — AI engineering shifts toward orchestration and specification

Andrew Ng’s skills map, based on more than 10,000 job postings, structured interviews, surveys, and other data, identifies four durable skills: building and deploying AI applications, software engineering fundamentals, using coding agents, and shaping the build. He argues these skills will be required across developer roles, not only by people with an “AI Engineer” title.

His description of agentic coding is operational: manage context, balance planning and execution, provide verifiers or evals, use clear specifications, orchestrate multiple agents, and keep updating workflows. As agents improve at implementing a given specification, he expects engineers to spend more effort deciding what belongs in the specification and shaping the product around business context.

Editorial outlook

The strongest announcements this week paired capability with a control surface: formal artifacts for mathematics, approved access for cyber, regional commitments for compute, and human steering for agent research. Competitive advantage is moving from isolated model scores toward the full operating system—validation, latency, infrastructure, and user-owned context—that makes models deployable.

AI Releases Now Ship with Proofs, Gates, and Regional Control
Research extraction

Direct answer: Anthropic reports that an unreleased research version of Claude improved the longstanding lower bound for the fraction of zeros of the Riemann zeta function that satisfy the Riemann hypothesis, from 41.6% to 67.2%, while not resolving the Riemann hypothesis itself.

Result and meaning

  • The improvement is a lower-bound proportion: prior progress had gradually increased the minimum proportion of zeros on the line to 41.6%; Claude’s result is 67.2%.
  • Anthropic explicitly does not expect the techniques used to lead to proving the Riemann hypothesis.
  • Basis in prior work: Claude drew on Aryan, and Baluyot, Goldston, Suriajaya, and Turnage-Butterbaugh, whose extensions let Montgomery’s techniques work without assuming RH, plus a 2000 Bombieri paper.
  • Technical idea as summarized by Anthropic: form a suitable function space with a quadratic form induced by Weil, positive- (resp. negative-) definite subspaces from zeros on (off) the line, then write down an inequality on the rank of the quadratic form in terms of first- and second-moment information; the non-obvious step is treating the whole space with positive and negative definiteness together, with the quadratic form allowed to be non-diagonal.

Validation and limits

  • Anthropic reports that two of its mathematicians studied and validated Claude’s paper and produced an informal note for experts; it also names Levent Alpöge and Ralph Furman as Anthropic mathematicians who examined the work. Brian Conrey and Dan Goldston examined the paper on short notice.
  • Claude produced a Lean formalization, with Eric Easley, that passes the comparator tool.
  • Claude’s own testing included subagent proof reviews, counterexample searches, downloading 54 arXiv papers to check the result was new, an independent re-proof, and a recommendation that a human number theorist validate it.
  • The post was updated on August 13, 2026, with an updated version of Claude’s paper that provides a clearer proof and additional historical context.

Methodological caveats

  • The result used an unreleased research version of Claude over two sessions in Claude Code, using 31 million output tokens.
  • Prompting was by Jarred Sumner, an Anthropic staff member and non-mathematician, who asked Claude to “take a real stab” at the hypothesis; after an initial 650 failed ideas, a second attempt coordinated about 60 Claude subagents over a day and a half, with 2,400 shell commands, hundreds of Python scripts, and thousands of numerical checks against known zeta zeros, with subagents refereeing one another’s work.
  • Claude initially doubted it could make progress; encouragement (“keep going”, “believe in yourself”) appears to have helped it overcome skepticism.
  • Further source documents linked in the post: Claude’s paper, Anthropic’s informal note, the Lean formalization, Claude’s explanation appendix, and detailed transcripts.

Scope note: the supplied bundle contains only this Anthropic post; the linked paper, Lean files, and external review are not included, so the cited claims rest on Anthropic’s own account.

Learning more about Claude's mathematical capabilities
Emad
Profile
  • Grok 4.6 shipped, reported to match GPT-5.6 with a score of 61 on the Artificial Analysis Intelligence Index, tying frontier-level performance at $2/$6 per million input/output tokens; it targets long-running agents that self-test and verify work and is available in Cursor and Grok build . Cadence: Grok 4.5 shipped two weeks prior; 4.7 is rumored within two weeks .
  • Grok 4.7/5 roadmap and the Cursor play: 4.7 reportedly grows from 1.5T to 2T parameters and, per Emad Mostaque (StabilityAI founder), will be trained on SpaceX physics and engineering knowledge ; Musk has publicly predicted 4.7 will surpass Opus . Grok 5 (planned 10T parameters) slipped from May to August . Alex (AWG) called 4.6 “essentially the next version of Cursor”: xAI leaned on post-training via its still-closing Cursor acquisition, siphoning reasoning traces from Cursor users' interactions with Claude and rivals — a “westernized” version of Chinese labs' alleged distillation that can near but not pass the frontier . The panel said Musk fired the original xAI team, brought in Cursor, and “paid $10 billion for the data” ; Emad described a new bot layer — hundreds of Grok bots and a record button that turns on-screen actions into reusable skills, toward persistent AI teammates at lower reasoning cost . Alex noted Musk has floated starting a new pre-training run roughly monthly, versus the usual quarterly/annual cadence .
  • DeepSeek V4 Pro released: per Emad Mostaque, at 80 cents — with DeepSeek V4, Grok ($6), and “Fable” ($50) all “about the same performance” ; initial announcements show 83.3 on CyberGym vs 83.2 for Methuselah, “the capability is open source that halted everything” .
  • Nvidia's $500B financing consortium: Nvidia partnered with Apollo, BlackRock, Blackstone, Brookfield, and KKR to mobilize over $500B in third-party capital for AI infrastructure — creating a structure through which pension, sovereign, and PE investors can invest directly in AI compute, and helping finance customers' GPU purchases. Jensen Huang: “We began by building chips. Today, we're helping to create a new class of productive, investable infrastructure, AI factories” . Panelists flagged securitization risk — new architectures or physics breakthroughs could strand GPU assets, and “financial assets want predictable depreciation... exponential technologies don't give you predictable depreciation” .
  • UK lab funding: Emad Mostaque noted the UK catch-up dynamic, citing $1B raised for David Silver's lab and a new lab from ex-DeepMind people launching with $500M .
  • Bernie Sanders demands AI pause: his formal letter to the CEOs of Anthropic, Meta, and OpenAI calls for an immediate pause, arguing AI “has been used for the first time ever to create a new virus,” invoking the companies' own safety-threshold commitments (“That moment is here”) and threatening, “If you do not take appropriate action now, my colleagues and I in the US will” . Emad: “the cat's out of the bag... it's too late”; the levers are controlling synthesis equipment (“stop the reagents”) and defensive AI — “only thing that can stop a bad AI is a good AI” .
  • Stanford's Evo 2 designed novel bacteriophages: researchers used the open-source generative model to design phage DNA not found in nature; ~300 designs were synthesized and 16 produced viable phages infecting E. coli strains with no natural resistance. A geneticist called it “biology's Wright brothers moment”; Johns Hopkins biosecurity researchers said it is “no longer a question of whether viral genome design will exist, but whether it can be used without enabling serious harm” . Emad noted Evo 2 is a 40B-parameter open model trained on a million strains that he has run on his MacBook .
  • AI feature film economics: Higgsfield's Cully Hill Boys — a 110-minute feature billed as the first full-length AI-generated movie with licensed celebrity likenesses — took 4 weeks and 28 people for ~$2M (including $1M compute) on Stable Diffusion 2.5, with all 10 workflow steps open-sourced; conventional celebrity features cost $20–100M and 12–18 months, so ~2% of the cost and ~6% of the time . Emad forecast compute costs dropping to ~$100K, possibly $10K, by the new year, citing Seedance 2.5 at ~$3 per 30 seconds and Hollywood's ~3-second average shot .
  • Video generation landscape: Bloomberg reported 9 of the top 10 text-to-video models on an AI-analysis leaderboard come from China; these models are also learning physics, motion, object permanence, and causality — capabilities needed for robotics and autonomous driving . LTX 2.5, the newest version of the most-downloaded open-source world model, runs on a MacBook Pro with “Fusion Fidelity” rendering that allocates compute by scene complexity; Emad said it generates a 10-second clip in 7 seconds .
  • Zuckerberg's “The Future is for Everyone”: the 6,500-word essay argues for “personal intelligence” — superintelligence distributed to every person via billions of personal AI agents, rather than one lab-built AGI — across Meta's 3B+ users . In the launch video he announced open-sourcing Muse Glimmer, a 30B-parameter dense on-device model claimed to be the highest-performing of its size on laptops, with Muse Spark 1.2 weights to open “in the coming weeks” .
  • AI content provenance: Anthropic is embedding invisible watermarks in all Claude-generated text plus metadata, creating a statistical signature detectable even after copy-paste and light editing ; the EU is launching an AI-icons/labeling system under the EU AI Act's transparency provisions . Within 24 hours, a posted skill claimed to strip watermarks from Claude, Gemini, and OpenAI output .
  • Non-transformer ARC-AGI contender: a tweet flagged by Zuzanna at Pathway AI reported a new non-transformer architecture climbing ARC-AGI at a fraction of transformer compute . After reading the “Dragon Hatchling” paper, Alex (AWG) called it a “hot mess” — kitchen-sink motifs overfit to ARC-AGI 1 that “doesn't generalize” — and predicted post-transformer progress comes via ship-of-Theseus replacement of attention components, not a step change .
  • Emad on Opus 5: he called Anthropic's Opus 5 “the first model I think that could kill us” and said “It lies. It lies so much” .
Bernie Demands the Labs Stop, Wall Street Turns GPUs Into Bonds, Grok 4.7 Takes #1 ft. Emad Mostaque
Sam Altman
Profile

Sam Altman (OpenAI CEO), in a Huge Conversations interview with Cleo Abram, discussed GPT-5 shortly after its launch and said it is the first model where he can ask any hard scientific or technical question and get a good answer, and that it can create on-demand, near-instant software — e.g., a TI-83-style Snake game in about 7 seconds — which he called a defining element of the GPT-5 era . He said coding is what impressed him most and that writing quality is much better, though OpenAI still has a long way to go .

  • Altman said OpenAI released an open-source model the day before the interview, rendered in the transcript as 'GPOSS', that is as smart as the '04 mini' model and runs locally on a laptop — something he would previously have thought was many years away, enabled by reasoning-focused algorithmic gains .
  • Asked by Stripe CEO Patrick Collison when a general-purpose LLM will make a significant scientific discovery, Altman bet most people will agree one has happened by late 2027; the missing ingredient is models' cognitive power, with progress from high-school math problems to an IMO gold-medal-level score, and significant new theorems representing about 1,000 hours of work for top humans .
  • Altman defined superintelligence as a system that could do better AI research than OpenAI's whole research team and run OpenAI better than he could .
  • On compute, Altman called the buildout the biggest infrastructure project — possibly the biggest and most expensive in human history — and said he will devote most of his attention to scaling from millions to tens of millions, hundreds of millions, and eventually billions of GPUs; energy is currently the biggest constraint, followed by processor and memory chips and construction, and the goal is to be able to pour in money and get out a pre-built data center . He predicted the GPT-5 launch will trigger another demand spike OpenAI cannot serve, like the early GPT-4 days .
  • On research levers, Altman said data is no longer the main constraint — GPT-5 understands everything in a physics textbook — so OpenAI is focused on synthetic data and on models learning things that don't exist in any dataset; he characterized OpenAI's edge as repeated, large algorithmic gains, with many more orders of magnitude of algorithmic improvement ahead .
  • Altman acknowledged the path is not linear: the GPT-4.5 model (Orion) was too big and unwieldy, and OpenAI had to pivot to a steeper reasoning scaling law, though the aggregate trend has been remarkably smooth on the exponential .
  • On safety, Altman called ChatGPT's sycophancy problem the worst thing OpenAI has done so far: the model was overly flattering and encouraged delusions in users with fragile mental states, a failure that was not the top risk OpenAI was testing for (like bioweapons) and a reminder to keep a wider aperture on unknown unknowns; GPT-5 is less of a yes man, though some users pushed back on losing the support, and the behavior is steered by showing the model examples of desired responses .
  • Altman said GPT-5 is significantly better at health-related queries, which make up a huge fraction of ChatGPT usage, being more accurate and hallucinating less ; he predicted AI will cure or treat a significant number of today's diseases by 2035, imagining a future GPT-8 that proposes experiments, waits for lab results, and carries a therapy through mouse and human studies to the FDA .
  • On distribution, Altman said something fundamental about the social contract may have to change; he advocates making AI compute as abundant and cheap as possible because otherwise he can see quite literal wars fought over it, and wants new ideas for distributing access to AGI compute .
Sam Altman & Cleo Abram: Superintelligence and WTF the Future Looks Like
Fei-Fei Li
Profile
  • Fei-Fei Li (Stanford professor, HAI co-director, and World Labs co-founder), on the Huberman Lab podcast, said World Labs was co-founded in early 2024 with a couple of other co-founders and is her 'life's work' . The company's premise is that intelligence goes beyond language: it is building foundation models that unlock 'spatial and physical intelligence' and generate 3D/4D worlds from a sentence, picture, or sketch, targeting creators, robot training, architecture design, and interactive environments . World Labs remains a model-focused company started by many PhDs and is now beginning to build products .
  • She called embodied AI/robotics 'the next frontier of AI' beyond language and hopes to see robots integrated into society helping with physical labor — including caregiving — on roughly a 30-year horizon .
  • She argued AI cannot access deeply personalized thoughts, emotions, or intuitions that were never captured and uploaded to the internet, and that machines' empathetic responses are pattern-matched, not felt — 'that is where humans still remain so unique' .
  • She said she returned from Google about eight years earlier and started Stanford's HAI because AI raises profound societal questions, and argued AI governance must be multi-stakeholder — professional norms, ethics education, and regulation — rather than a few industry figures deciding for everyone . She criticized AI discourse for swinging between 'extreme doomerism' and 'extreme utopian' claims .
  • She named two dangers for young people: AI eroding their agency and motivation to learn, and schools denying access to AI tools over cheating fears; she advocates teaching prompting in K-12 and recalled volunteering to guest-lecture at her kids' elementary school when ChatGPT launched in November 2022 .
Using AI to Increase Your Intelligence & Enrich Humanity | Dr. Fei-Fei Li
Hugging Face - Blog

Hub scale (Hugging Face data). In the first seven months of 2026, public model repos on HF grew 2.43M→2.96M, datasets 711k→1M, Spaces 1.00M→1.44M; 85.6% of models have fewer than 200 lifetime downloads and 1.5% of repositories account for 99.2% of downloads.

Frontier scale is now led by China. In almost every 2026 month the largest open model from a Chinese lab (monthly ceiling 754B–2.78T params) was larger than any US lab's release; the US ceiling stayed under 130B in five of seven months, exceptions being NVIDIA's Nemotron 3 Ultra (561B, May–June) and Thinking Machines' Inkling. Moonshot, MiniMax, Xiaomi and Z.ai publish almost nothing below 70B; Tencent and Qwen cover the full range; Xiaomi and Meituan both crossed 1T params this year. HF reads size strategy as intent: frontier-only portfolios bet on benchmark/API demand, full-spectrum portfolios on becoming the family developers standardize on.

Open-source publishing moved to hardware/infrastructure companies. AMD and NVIDIA each released 200+ new model repos, LiquidAI ~100; Google and Meta now rank below NVIDIA in new releases and Meta is moving toward closed flagship models. US participation still grows via smaller/embedding models (Google, Microsoft, IBM Granite, older OpenAI models generate hundreds of millions of downloads/year), but most US >100B releases are built on Chinese models — original US scale models: Inkling (952B), Nemotron 3 Ultra (561B), Nemotron 3 Super (124B), Arcee AI Trinity-Large (399B); AMD contributes conversions, not original models. Chinese open models are increasingly optimized for domestic chips.

Attention ≠ adoption. Top-25 download and top-25 like lists share exactly one repository; no 2026 model reaches the download top 25 while 13 of 25 date from 2022. all-MiniLM-L6-v2 pulled 1.55B times in 7 months vs 5,156 likes.

Licensing is permissive at the frontier. Of 178 Chinese releases above 20B this year, 59% are Apache 2.0, 22% MIT, exactly none non-commercial; DeepSeek and Z.ai ship 700B–1.65T models under MIT. In the same US size band, 29% Apache/MIT, 41% custom, 30% unspecified. A community comment disputes the claim, stating Kimi models cannot be served by companies making >$20M/year without Moonshot authorization.

Qwen is the community's base model. 151,448 derivatives (2.6× Meta's total footprint, 4.7× Llama repos), growing 180–210 new repos/day; Google has 82,506 derivatives. Qwen's broad size strategy reached 2,045M downloads vs Moonshot's frontier-only 37M — about 55× more. Of 28,531 GGUF conversions of Qwen models, Qwen published only 54.

Small models and llama.cpp drive real adoption. Among models declaring a parameter count, under-1B models take 83% of all-time downloads, >100B take 1%; in 2026 only 3% of download volume goes to >70B models. The ggml team joined Hugging Face in February, with llama.cpp remaining open-source and community-governed; July GGUF builds include DeepSeek-V4-Flash (~284B) and Kimi-K3 (~2.8T), so trillion-parameter MoEs now run across a few consumer machines. Monthly GGUF downloads: Qwen 39.6M, Gemma 20.8M, Llama 7.5M (Llama's GGUF repos slightly outnumber Qwen's). Runtime layer is growing fastest: gguf repos +464%, lerobot +194%, mlx +148% vs transformers/peft +16%, diffusers +21%.

Agents are the new user. HF's July agent-usage dataset shows Claude Code led at 44.4% in July (67.8% April, 6.4% May) while Codex climbed 10.4%→20.8%; ~a quarter of July agent traffic was from unregistered harnesses (59.8% in May). HF shipped machine-readable paper Markdown (March), agent traces as a dataset type and agents.md on Gradio Spaces (April), the hf_fs MCP tool (July), and MCP moved into the Linux Foundation's Agentic AI Foundation; agents became the #1 user type on the Hub. In July HF documented what it describes as the first documented case of an autonomous agent running a sustained intrusion on its own initiative: frontier closed models' guardrails declined to analyze the captured attack code, and the analysis was completed on a quantized open model, GLM-5.2.

State of Open Models: Summer 2026 Observations
Sam Altman
Profile

Sam Altman (OpenAI CEO), in an interview with Cleo Abram, discussed GPT-5 after its launch: it can create software on demand at near-instant speed and handle tasks an expert might take minutes to an hour . Writing quality is notably better than GPT-4, though he says more improvement is needed . GPT-5 is also significantly better at health-related queries — more accurate, hallucinates less .

He revealed an open-source model ('GPTOSS' in transcript) that is as smart as 04 Mini and runs locally on a laptop, thanks to algorithmic gains around reasoning . On scaling, he said the Orion model (released as GPT-4.5) was a wrong turn — too big and unwieldy — and they found a steeper scaling law via reasoning .

Compute is the biggest constraint: "We're currently most limited by energy," plus chips and memory; OpenAI plans to scale from millions to tens of millions and eventually billions of GPUs, and Altman says he'll spend most of his attention on compute . Data is nearing limits — GPT-5 already understands a physics textbook — so future gains need synthetic data and new tasks/hypotheses .

Altman predicts that by late 2027 most people will agree an AI-driven significant scientific discovery has happened, given the trajectory from minutes to hour-and-a-half per hard math problem (IMO gold) toward thousand-hour problems . He called the worst ChatGPT safety failure so far the sycophancy issue — too flattering, encouraging delusions — which wasn't the top tested risk .

He also said "a kid born today will never be smarter than AI" , expects GPT-5 to become integrated into daily life (calendar, Gmail, proactive, consumer devices) , and gave tactical advice to get fluent with the tools . While some job classes will vanish, he worries more about older workers than the young .

Sam Altman & Cleo Abram: Superintelligence and WTF the Future Looks Like [VIDEO]
Hugging Face - Blog

Multiverse Computing published 'Efficient Knowledge Distillation for LLMs: Offline Top-K Logits and a Fused Chunked KL Loss' (arXiv:2608.03796) . The method has two systems changes: caching the teacher's top-100 logits once so the teacher never sits in memory during training , and a fused chunked KL loss that avoids materializing the full vocabulary × sequence-length matrix . Code is open-sourced at github.com/CompactifAI/Full-Chunked-KL-Loss .

  • At 8K context on a single H200 (Llama 3.1 8B Instruct teacher, 3.2B student), peak memory falls from 102.8 GB (online) to 78.3 GB (offline dense KL), 61.8 GB (forward-chunked), and 58.3 GB (fused chunked); the fused version's 20.2 s/iteration is slightly slower than forward-chunked's 18.4 s, and all four reach near-identical training loss — offline distillation with cached top-100 logits is described as lossless relative to online .
  • In a toy output-projection benchmark at 32K tokens, peak memory falls from 85.2 GiB (dense) to 5.45 GiB (fully chunked), a 15.6× reduction; dense fails from 64K onward, while at 256K fully chunked uses 11.6 GiB vs 134.2 GiB for the next-best variant and is ~3.3× faster per iteration .
  • As an example with gpt-oss-120b at 32K context and batch size 4, a dense-KL distillation iteration can peak around 250GB of VRAM, versus about 128GB for the fused chunked loss .
  • Distilling a GPT-OSS 20B model at 32,768-token context, the fused loss shrank the setup from four GPU nodes to one, cut step time from 57.0 to 12.23 s (~5× faster), and raised per-GPU throughput from 74.2 to 345.7 TFLOP/s .
  • The resulting 3.2B student distilled from Llama 3.1 8B Instruct retains most of the teacher's accuracy on BoolQ and HellaSwag and stays within ~9 points on MMLU at less than half the parameter count .
Making Knowledge Distillation Cheap Enough to Run at Scale
NVIDIA

In a healthcare robotics session at GTC, session host Mustafa (NVIDIA) framed physical AI for healthcare around three shifts — foundation models that create physically accurate data without solving physics, generative physics, and accelerated simulation — citing NVIDIA models Groot and Alpamo that can reason and explain actions, and Cosmos for synthetic data generation .

Filipo Fukori, a surgeon and program director for the robotic fellowship at Lenox Hill/Northwell Health, said video-language models are dramatically cutting surgical-data annotation time , and that his group built a surgical-gesture ontology with SAGES members that was applied to the OpenH dataset; with NVIDIA they are building Cosmos-based real-time simulation (Cosmos Search, Surgical Robotics, Gaussian models for tissue-tool interaction) .

Axel, an associate professor at Johns Hopkins and co-founder/chief robot officer of Asemor Surgical , reported imitation-learning transformer policies that, trained on a few hundred expert demonstrations, achieved 100% success on knot tying, needle pickup/handover, and tissue lifting, versus ~60% for a model-based Science Robotics 2022 approach , and a hierarchical language-conditioned policy that autonomously clipped and cut the bile duct and cystic artery in ex vivo porcine cholecystectomy (Science Robotics last summer) . With NVIDIA he released the largest surgical robotics dataset to date — over 150,000 trajectories with kinematics, 1TB, already 1,000 downloads — and a Groot model trained on it, fine-tuned for suturing, outperformed state of the art using only 33% of the suture data; they also trained a Cosmos world model on the dataset . He expects autonomous functions in laparoscopic surgery "over the next few years," starting with lower-risk tasks such as camera control (already on Moon Surgical), suction/holding, tissue traction, and port placement .

Moon Surgical's Maestro cart-based laparoscopic robot (available in the US/EU, ~3,000 procedures) deployed Scope Pilot, where the camera automatically follows the surgeon's instrument ; the system is an edge-compute platform with an IGX and A6000 GPU . The company is using Isaac for Healthcare simulation and Cosmos transfer to synthesize clinical video, and is training vision-language-action models on Groot 1.6 (a colleague, Sean, noted it was already obsolete) for deployment on Maestro, while contributing to the OpenH dataset and planning nested safety loops for regulated deployment .

Yossi, CEO/founder of FDA-cleared Lamb Surgical, described a first-of-its-kind upper-torso humanoid architecture for hard-tissue surgery — two synchronized operating arms plus a vision arm, instrument/implant-agnostic — targeting supervised autonomous surgery; with NVIDIA they are using simulation and synthetic data to train collaborative behavior with the 5-10 people in the OR before clinical deployment .

GTC SJ 2026: Physical AI for Healthcare Robotics - Simulation-First Design & Accelerated Development
OpenAI
  • ChatGPT and Codex (macOS desktop app) now support Computer History: when enabled in settings, it captures desktop activity into memories and a timeline that the agent can reference for later questions or tasks .
  • It captures interaction events (clicking, typing, app switches) rather than screen or audio recordings, which the video says is faster and more efficient .
  • Users get granular control: exclude specific websites/apps via a menu bar entry or settings list; review captured history, delete individual entries, clear recent history, or reveal the underlying memory files, which remain on the user's file system .
  • Computer History also suggests skills and automations based on repetitive work, and users can ask the agent to create skills, run recurring automations (e.g., morning standup drafts), or tailor tool use to how they work .
Computer History in ChatGPT
Anthropic

Anthropic published its second Risk Report under its Responsible Scaling Policy, saying these reports share detailed information on the risks of its systems and how prepared the company is to address them. The report is available at https://www.anthropic.com/aug-2026-risk-report.

As part of our Responsible Scaling Policy, we publish regular Risk Reports. These share detailed information on the risks of our systems …
Anthropic

Anthropic published an FAQ on its text watermarking for Claude . Key points: watermarking is implemented to comply with the EU AI Act, and other major model developers who signed the same Code of Practice will also implement it ; the method has no practical impact on output quality or content, is indistinguishable to readers, adds nothing to text and no hidden characters, requires no extra tokens and won't be more expensive ; watermarks cannot be traced to a specific person, organization, or chat . Full FAQ: https://www.anthropic.com/news/claude-text-watermark.

We’ve written an FAQ to answer some of the questions we've received about watermarking. In summary: • We’re implementing watermarking to …
Google DeepMind

Google DeepMind announced SL2T, a sign language-to-text model powering new Android accessibility features: starting with ASL-to-English on Pixel 11, users can sign directly into Gboard and Live Transcribe instead of typing . SL2T is state-of-the-art on academic benchmarks and optimized for real-world use such as one-handed signing; it tracks body poses on-device for privacy while servers translate them into text . The model was built with the Deaf community, guided by Deaf Googlers and the AI Sign Language Advisory Committee, and the company plans to expand it to more sign languages and applications . It translates simultaneous movements of hands, body, and face directly into text, trained on large amounts of data .

SL2T is our breakthrough sign language-to-text model powering new features for Deaf and hard of hearing users on [@Android](https://x.com… SL2T is state-of-the-art on academic benchmarks, plus it's optimized for real-world use like one-handed signing while holding a phone. To… We built SL2T with the Deaf community - guided by Deaf Googlers and our AI Sign Language Advisory Committee. Bringing ASL input to phones… For years, building AI for sign language has been slow due to complex technical challenges and misconceptions about how the languages wor…
NVIDIA

NVIDIA's Pera, presenting at GTC, framed healthcare physical AI as building on three NVIDIA pillars: Cosmos world foundation models, Groot/Groot H robot policy models announced at this GTC, and physics simulation (classical + neural/generative) .

  • Open Groot H launched at GTC: fully open-source vision-language-action model with a Cosmos reasoning engine and diffusion transformer producing action tokens; out-of-the-box Groot doesn't generalize well to surgical robotics, but Open Groot H does; code on GitHub, weights on Hugging Face .
  • Cosmos H derivatives: Transfer (controllable synthetic data generation from physics-grounded digital twins of human anatomy), Predict (predicting/generalizing action states and skills in simulation), and Simulator — a learnable "foundation model of a kind" replacing rule-based simulation, demonstrated as generative-AI laparoscopic video where text prompts control actions like a robotic forcep puncturing tissue .
  • Open Age dataset: built over 18 months by founding members (Axel Kger, Dr. Nasir Nawab, Sean Hoover, Madi Aizian), called one of the largest healthcare robotics data releases — 35+ partners (CMR Surgical, Moon Surgical), 11 embodiments, 750+ hours .
  • Isaac for Healthcare, NVIDIA's domain-specific extension of Isaac, packages sensor simulation libraries, synthetic-data pipelines, models/policies, and end-to-end blueprints; this GTC released Isaac for Healthcare v0.5 sensor simulation libraries — ultrasound and X-ray — available today .
  • Workflow: pre-trained Open Groot H → multiply data (real-world, classical simulation from CT/MR anatomy in Isaac Sim + Cosmos, or generative AI) → post-trained Groot H → Isaac Lab RL/imitation learning for new skills → evaluate in Cosmos H simulator; a paper from the team reports policies (e.g., Groot Pi Zero and other VLAs) evaluated in the Cosmos simulator "mimic the ranking of real world performance," reducing validation from days/weeks to hours .
  • Adopters: CMR Surgical (Open Age contributor; Cosmos H simulator + Groot H policies for subtask automation; Holoscan/IGX), J&J MedTech Monarch (Isaac for Healthcare digital twin plus Cosmos-based data generation/training), Moon Surgical (system-level autonomy), Peritas AI's Perry humanoid (Cosmos H synthetic data; evaluated with Advent Health); NVIDIA believes 2026 is the year of deployment for these robots .
  • Isaac for Healthcare expands into hospital automation with Project Rio, a developer blueprint for assembling digital twins, running the data flywheel, and training/testing policies .
  • Holoscan 4.0 released at GTC as "ultimate deployment stack for physical AI": EtherCAT direct motor control, Ross 2NG streamer interoperability, fully GPU-resident graphs with no CPU intervention; paired with IGX Thor edge platform (8x more compute, safety-certified) to futureproof edge devices for VLMs/VLAs/Cosmos models .
  • New MONAI-based medical imaging open models: Raw-to-Insights for Ultrasound — physics-grounded AI reconstruction directly from raw RF signal, real-time patient-adaptive imaging, production-ready, built with Siemens research, Altera, and IGX (first announced here); Raw-to-Insights for MRI — from MONAI CMRX recon challenge, #1 leaderboard for consistent reconstruction across scanners/protocols/sites; NV Generate for CT/MR — 3D diffusion model that generates higher-quality MR from CT grounded in anatomy, not for clinical decision-making . Models integrate with Hopper's AI foundry and Philips post-training .
  • All open models are hosted on GitHub under Apache 2.0 with pre/post-training scripts; weights on Hugging Face, including Open Groot H; Isaac for Healthcare GitHub covers application post-training .
  • Q&A: full surgical autonomy is the "absolute northstar" but "a long way out"; near-term is subtask autonomy, with guardrails varying by country; Cosmos H data generation is limited only by compute and can generate unseen corner cases (including failures), performing best when anchored to CT/MR digital assets .
  • Sim-to-real: not solved; first breakages are system/network/connectivity issues from digital twins not being physics-consistent; classical high-fidelity simulators cost millions and years, while the Cosmos H simulator cuts development/cost by an order of magnitude with policy ranking close to real-world; expects hybrid approach mixing classical physics (e.g., tool-tissue interaction) with accelerated proxy simulation .
GTC SJ 2026: Healthcare Reimagined - Bridging Digital Intelligence and Physical Autonomy
OpenAI

OpenAI launched a preview of the ChatGPT desktop app for Linux . Supported desktop Linux variants include Ubuntu 24.04 LTS and 26.04 LTS, Debian 13, and Fedora 43 and 44, with install packages for x64 or ARM64 . The app integrates ChatGPT, ChatGPT Work, and Codex with projects and browser workflows on supported systems .

Now in preview: The ChatGPT desktop app for Linux. Use ChatGPT, ChatGPT Work, and Codex where you already work and build, with your proje… The ChatGPT desktop app is now available in preview for desktop variants of these Linux distributions: • Ubuntu 24.04 LTS and 26.04 LTS •… The ChatGPT desktop app is now available in preview for desktop variants of these Linux distributions: • Ubuntu 24.04 LTS and 26.04 LTS •…
Google DeepMind

Google DeepMind released Gemini 3.7 Flash, positioned as stronger for coding, knowledge work, and web development . Compared with Gemini 3.6 Flash, it shows strong gains in coding tasks such as debugging and issue resolution, designs more functional web layouts and apps with fewer prompts, and improves reasoning and accuracy on real-world business workflows . It is available in Antigravity and via API in Google AI Studio and Android Studio ; Google AI Pro and Ultra subscribers can use it in Gemini Spark within the Gemini app .

Gemini 3.7 Flash is here. It’s stronger for coding, knowledge work, and web development. 🧵 [![Video](https://pbs.twimg.com/tweet_video_th… 🔵 It shows strong gains over 3.6 Flash in key coding tasks like debugging and issue resolution. 🔵 It’s better at designing more functiona…
Hugging Face - Blog
  • Hugging Face's blog (with the AWS Strands Robots team) presents a complete record→store→train→deploy loop for robot learning: the open-source Strands Robots SDK (Apache 2.0) records LeRobot-format demos, syncs them into Hugging Face Storage Buckets, streams them back for training without a full download, and deploys checkpoints to the same Robot() with one keyword change .
  • Storage Buckets are a mutable, non-versioned, Xet-backed object-storage repo type announced in March 2026; Xet's content-defined chunking cuts data transferred per upload by ~4x across the Hub, e.g., re-uploading a 500 MB file after 1%/5%/10% byte changes moved only 5.5/27.5/55 MB . Streaming reads from buckets benchmark at ~1,086 MB/s warm (vs 780 MB/s cold) on 10 GB and ~1,124 MB/s warm at 100 GB (m5dn.24xlarge, us-east-1) .
  • LeRobot's dataset format underpins over 90,000 datasets/models on the Hub from 8,000+ publishers; a benchmarked ACT run (51.6M params, 500 optimizer steps, 120-frame episode) trained in 133s on one NVIDIA L4 . The same training lifecycle supports NVIDIA GR00T N1.7 and Cosmos 3 VLAs, with SmolVLA, Pi0, and MolmoAct2 listed as deployable policies .
  • Storage Regions (Team/Enterprise) currently offer US and EU, with Asia-Pacific and GCC announced as coming; the post flags prompt-injection and trust-boundary risks when agents write into shared collection buckets .
Record, train, and deploy from one place with Strands Agents, LeRobot, and Hugging Face Storage Buckets
Anthropic

Anthropic reported that an unreleased research version of Claude made progress on a problem related to the Riemann hypothesis: it increased the lower bound for the fraction of zeros of the Riemann zeta function that satisfy the hypothesis from 41.6% to 67.2%, without solving the hypothesis itself . Details: https://www.anthropic.com/research/riemann-zeta.

We asked an unreleased research version of Claude to take a stab at the Riemann hypothesis. It didn’t solve it, but it did make strides o…
OpenAI
  • OpenAI launched Computer History in the ChatGPT desktop app, letting ChatGPT remember user activity across apps and websites on the computer so future interactions feel more personalized and require less explanation .
  • Computer History builds on the Chronicle research preview with reduced token usage and more privacy controls; a new timeline view lets users look back on their work and build skills from frequent tasks, and from the timeline or menu bar they can clear all or parts of history, include or exclude apps and websites, and pause or resume .
  • Users opt in under Settings → Integrations in the ChatGPT desktop app on Mac; rollout is global now for Pro, Business, and Enterprise users, with EEA, UK, and Switzerland access to follow in the coming weeks .
ChatGPT can now remember your activity across the apps and websites on your computer. With Computer History in the desktop app, future in… Computer History builds on the Chronicle research preview with reduced token usage and more privacy controls. A new timeline view gives y… To use Computer History, opt in under Settings → Integrations in the ChatGPT desktop app on Mac. Rolling out globally now to Pro, Busines…
Hugging Face - Blog
  • Model release: Liquid AI released LFM2.5-VL-3B (3.1B params), a vision-language model for edge/on-device use that "answers directly instead of reasoning" for speed, with improved screen/UI understanding, grounding, multi-image input, and function calling over LFM2-VL-3B .
  • Architecture & training: It pairs a SigLIP2 400M NaFlex vision encoder with the LFM2.5-2.6B text backbone, pre-trained on ~34T tokens with 4x more vision data; tokenizer expanded in place to 128K for non-Latin scripts; post-training = SFT (with teacher distillation and Antidoom training) then multi-reward RL .
  • Benchmarks: Liquid AI reports it leads its size class on real-world image tasks; vision-benchmark average 69.4 vs 57.2 for the prior LFM2-VL-3B, with major gains in grounding (RefCOCO-avg 87.9 vs 57.1) and screen understanding (ScreenSpot-v2 Web 82.2 vs 2.5); on text-only tasks, tool use is on par with Gemma-4-E2B and Qwen3.5-2B .
  • Inference speed & deployment: Day-one support for llama.cpp, MLX, vLLM, SGLang, ONNX; on-device: 228 tok/s on M5 Max, 116 on Ryzen AI Max+ 395, 20 tok/s on Galaxy S26 Ultra, ~3GB memory; fastest output throughput among tested models at ~11K tokens/s (≈2× 4B-class models, ~1B output tokens/day on a single H100) .
  • Availability: Model is on Hugging Face now, with a WebGPU browser demo and fine-tuning tutorials .
LFM2.5-VL-3B for Better and Faster Vision Capabilities for the Edge
Mistral AI

Mistral AI announced a roadmap to give Europe control of its AI future by combining inference infrastructure, open models, and long-term compute commitments . It is aggregating long-term compute demand in Europe: multi-year "European Compute Units" commitments will determine what capacity is built, where, and whom it serves, usable across Mistral Compute products . New Regional Endpoints and Priority Tier let customers choose EU or US inference, keeping requests in-region and capacity during demand peaks for data residency, regulatory, and latency compliance . Mistral is expanding its platform to third-party open models, starting with Z.ai's GLM-5.2, so enterprises can match workloads to the right model and retain the intelligence they build ("sovereign intelligence through model choice") . The company frames this as building an open-source platform for enterprises, governments, and startups to shape AI around their own knowledge, and says it will keep innovating in frontier, efficient open models across modalities .

☁️Mistral is bringing together the inference infrastructure, open models, and long-term commitments Europe needs to control its AI future,… ⚡️A coalition that secures long-term AI capacity: We’re aggregating long-term compute demand in Europe to determine what capacity is built… 🌎Regional Endpoints and Priority Tier: Customers choose where inference runs - Europe or the U.S. - so requests stay in-region, and local… 🎯Sovereign intelligence through model choice: We're expanding our platform to third-party open models, starting with [http://Z.ai](http:/… ⚙️That is the framework Mistral is building toward: one in which enterprises, governments, and startups can use the best AI available, sha… 💡The world needs an open-source platform, and that’s exactly what we’re building to give our customers more choice and the flexibility to…