26 Jul Sunday 2026 Index 中文 EN

Daily AI Digest

Top Stories


AI INFRASTRUCTURE · NVIDIA AND SK GROUP

NVIDIA and SK Group announce a $500 billion plus AI partnership, with a 2 GW Vera Rubin factory and HBM4 supply

SK Group and NVIDIA partnership graphic

NVIDIA and SK Group signed letters of intent for a partnership valued at more than $500 billion across AI infrastructure and next-generation memory. SK Telecom plans a 2 GW NVIDIA Vera Rubin DSX AI factory in Korea, powered by SK hynix HBM4, with the first facility scheduled to come online in 2027. Reuters separately put the wider set of Korean AI agreements at $950 billion and reported that Anthropic has been asking about future chip supply while OpenAI is also seeking direct access. The headline values are not the same as near-term cash spending, but together they show frontier labs locking in power, HBM and advanced packaging years ahead.

Verdict: Model companies, cloud providers and chip procurement teams should treat HBM and power as part of the product roadmap, not wait until a model design is frozen before negotiating compute supply.

NVIDIA / Reuters · 07.25 · 3 sources
OPEN WEIGHTS POLICY · JOINT LETTER

OpenAI joins the open weights letter, exposing a split among frontier model vendors

The signatory list behind Open Weights and American AI Leadership has expanded beyond its original group of NVIDIA, Microsoft, Meta, IBM and Hugging Face. OpenAI, Cohere, GitHub, Cisco, Nous Research and OpenClaw now appear alongside them. The letter argues for targeted legal and commercial action against intellectual property abuse and national security threats, while rejecting broad restrictions on open weights themselves. The list is still being updated, so the important signal is not a fixed count: OpenAI has publicly joined the pro-open-weights camp while Anthropic remains absent.

Verdict: Product teams that depend on open models should treat this coalition as a policy window and document their licenses, model provenance and auditable deployment evidence now.

Joint letter · 07.25 · 2 sources
AI DATA CENTERS · GRID RESILIENCE

One transmission fault dropped 3.1 GW of data center load at once, and PJM needed 11 minutes to stabilize

After a transmission line fault in Northern Virginia, nearby data centers switched to backup power within about 30 seconds and removed roughly 3.1 GW of demand from the grid almost simultaneously. PJM data showed surplus power peaking at 3.49 GW, with the system taking about 11 minutes to settle. The event did not cause a major outage, but it exposed the synchronization risk created when many neighboring facilities use the same protection thresholds. Staggered disconnect and reconnect behavior, or campus batteries that carry compute through brief disturbances, could absorb the shock instead of passing it directly to the public grid.

Verdict: Teams building or buying AI capacity should put grid ride-through requirements into their contracts, or compute growth will turn local faults into system-wide risk.

PJM / TechCrunch · 07.25 · 3 sources

Builder Perspectives


Thibault Sottiaux of the OpenAI Codex and ChatGPT team says ChatGPT Work is now available worldwide on every paid plan across mobile, web and desktop. He describes it as putting a jetpack on ChatGPT. For product teams, the signal is bigger than one more surface: general chat products are making persistent task execution a default experience.

Post on X →

Zara Zhang, an independent builder, says what she wants most from models now is not more intelligence but faster responses. A wait of one to five minutes is too short for deep work and long enough to push a user back into the feed, leaving agents with an interaction cost that can outweigh better benchmark scores.

Post on X →

Peter Steinberger, creator of OpenClaw, says his automated review skill ran for 66 rounds on a complex refactor, a personal record. The run shows how repeated verification can push agents into deeper engineering work, but it also argues for convergence criteria, budgets and explicit exit signals so repeated edits are not mistaken for progress.

Post on X →

Community Buzz


CONTEXT ENGINEERING · CLAUDE

Anthropic cut more than 80% of Claude Code's system prompt for Claude 5: fewer rules, better interfaces

Anthropic says it removed more than 80% of Claude Code's system prompt for Claude Opus 5 and Fable 5 with no measurable loss on its coding evaluations. Its updated practice moves from stacking rules to letting the model use judgment, from tool-call examples to clearer interfaces, and from putting everything up front to progressive disclosure through skills, deferred tool loading and automatic memory. The company has also put these checks into /doctor to help shrink CLAUDE.md and skill files. The Hacker News thread reached 139 points and 88 comments in the collection window, with debate over whether stronger models reduce prompt engineering or merely move the complexity into tools and evaluations.

Claude / Hacker News · 07.25
CYBER EVALUATION · UK AISI AND CAISI

Kimi K3 trails frontier closed models on cyber tasks, but completed a full corporate attack chain once in ten runs

A preliminary UK AISI and U.S. CAISI evaluation scored Kimi K3 at 32% on ExploitBench, above GLM-5.2 at 24%, but it reached arbitrary code execution in none of 41 vulnerability samples, compared with an average of 20 for leading closed models. On the 32-step simulated corporate network called The Last Ones, Kimi K3 reached step 17 on average, versus 28.5 for the leading U.S. models, yet it still completed the entire chain in one of ten attempts. Evaluators also found that its safeguards did not prevent assistance with exploit development. These are preliminary results from limited benchmarks, with system-level refusals disabled for some comparison models, so they are not a direct estimate of real-world attack rates.

Verdict: Security teams preparing to deploy open-weight agents should design isolation around the worst successful run, not the model's lower average capability.

NIST / Hacker News · 07.25
OPEN SOURCE GOVERNANCE · DEBIAN

Debian weighs the boundaries of AI-assisted contributions: licensing, disclosure and final accountability

Debian developers are discussing a general resolution on whether LLMs and generative AI can be used in project contributions. The permissive proposal requires contributors to check tool terms and third-party licenses, accept full responsibility for technical quality, security and maintainability, and disclose substantial tool-generated content with markers such as Generated-By or Assisted-By. Bulk automated changes would need prior discussion and human oversight. A competing proposal calls for a ban, while other comments seek narrower limits, so none of the drafts should yet be treated as Debian policy.

Debian mailing list / IT Home · 07.25

GitHub Trending


GITHUB TRENDING · 577 stars today

awesome-claude-skills: a directory of Claude Skills, resources and reusable workflows

ComposioHQ's list collects Claude Skills, examples and custom workflows so developers can discover reusable capabilities by task. The repository has about 70.6k stars; the collection spans many third-party packages, whose individual terms can differ even when the top-level repository declares a license. It is useful as a discovery layer, but a skill can contain scripts, network access and persistent configuration, so review its source and permissions before installing it.

Python · about 70.6k stars
GITHUB TRENDING · 319 stars today

Kronos: a foundation model for the language of financial markets

Kronos treats financial market sequences as a specialized modeling domain and publishes model and research implementation resources. The MIT-licensed project has about 33.8k stars. Financial time series are unusually vulnerable to leakage, regime changes and transaction costs, so any backtest should be repeated on a separate time period with realistic fees and latency.

Python · MIT · about 33.8k stars
GITHUB TRENDING · 210 stars today

Strix: an AI agent that finds and helps fix application vulnerabilities

Strix is an open-source AI penetration-testing tool designed to discover application vulnerabilities and help remediate them. The Apache-2.0 project has about 44.2k stars. Agents in this category actively probe targets and perform high-risk operations, so they belong only inside a written authorization scope, an isolated environment and explicit rate limits, with complete action logs retained for review.

Python · Apache-2.0 · about 44.2k stars
Editor's note

Today's through line is scale and control moving forward together. NVIDIA and SK Group are reserving years of HBM, power and factory capacity, while the open weights coalition is competing for policy room around the model ecosystem. At the same time, Claude's context engineering is removing rules as security evaluations and Debian governance add boundaries elsewhere. Stronger agents do not make systems design disappear: they move the critical work from prompts into interfaces, permissions, evaluations and infrastructure.