跳到正文 / Skip to content

Daily AI Picks · 2026-07-20

18 papers · multi-source aggregation + AI summaries

TL;DR · 30-second daily recap
  • Leading overseas AI vendors OpenAI, Anthropic, and DeepMind have released multiple latest updates on AI governance, model iteration, production applications, and more
  • Hugging Face platform has released cutting-edge technical achievements in multiple directions including RecGPT-V3, LLM inference mechanisms, multimodal fine-tuning, etc.
  • China releases the quantum AI foundation “Liangchou No.1”, while Ant Group, Alibaba Cloud and others join the PyTorch Foundation to promote AI inclusiveness
🔬 Cutting-edge Research⚙️ Technical Iteration🤝 Open Source Updates✅ AI Governance🚀 Industrial Progress

Hugging Face Daily Papers

RecGPT-V3 Technical Report

HF ★ 14 · Bowen Zheng, Chao Yi, Dian Chen… · HF Mirror

After the launch of the first two generations of the LLM-powered Taobao RecGPT recommendation system, three major pain points were exposed, which RecGPT-V3 targets for optimization: the Memory Hub condenses user history to reduce modeling computing power by 55.8%, the multimodal model combines text and semantic IDs to unify item matching, and latent intent reasoning cuts output costs by 200x. After being deployed to Taobao’s “Guess You Like” section, GMV increased by 3.97%, end-to-end service resource consumption dropped by 52.4%, and core interaction and transaction metrics all showed positive growth.

From Human-Centric to Agentic Code Review: The Impact of Different Generations of Generative AI Technology on Review Quality

HF ★ 12 · Suzhen Zhong, Shayan Noei, Bram Adams… · HF Mirror

To address the heavy manual burden of code review and the lack of quantitative evidence on the effects of AI intervention, this study analyzed 1.02 million review PRs from 207 GitHub projects, covering three generations of models: human-led, LLM-assisted, and agent review, and sorted out three types of AI integration paths and collaboration characteristics. The results show that agent participation can improve review efficiency, but does not simultaneously improve quality, and the human-machine collaboration mode is the core factor affecting efficiency, providing empirical evidence for the design of AI review mechanisms that balance efficiency and quality.

xHC: Expanded Hyper-Connections

HF ★ 11 · Xiangdong Zhang, Xiaohan Qin, Sunan Zou… · HF Mirror

To solve the bottleneck that Transformer Hyper-Connection (HC) residual stream expansion was previously limited to N=4, with further expansion leading to sharply reduced returns and surging costs, this paper proposes the xHC architecture: it enriches write-back information with temporal feature enhancement, uses a sparse structure to update only 4 of the 16 parallel residual streams, and is paired with xHC-Flash to reduce VRAM traffic. On 18B MoE models, xHC outperforms mHC by 4 points on downstream task scores, and requires 19% less compute for the same performance, which can efficiently support large N residual stream expansion for LLM pretraining.

Loop the Loopies!

HF ★ 8 · Zitian Gao, Yilong Chen, Yihao Xiao… · HF Mirror

This paper introduces Loopie, the highest-performing recurrent Transformer architecture to date, which includes two MoE models with total parameters of 20B and 6B, and only 2B and 0.6B active parameters respectively. It solves the industry pain point that parameter scaling outperforms recurrent iteration when increasing compute for recurrent Transformers. With the same training compute, its performance far exceeds the standard Transformer baseline. Paired with a new post-training pipeline, it has extremely strong inference capabilities, winning gold medals at the 2025 IMO and IPhO without using any tools.

Understanding Reasoning from Pretraining to Post-Training

HF ★ 5 · Jingyan Shen, Ang Li, Salman Rahman… · HF Mirror

To fill the research gap of separate studies on RL post-training and pretraining for LLMs, this study conducted full-link experiments using chess as a controllable test bed, supplemented by validation in the field of mathematics: it found that pretraining loss can predict post-RL performance under the same compute budget, and the number of pretraining tokens is linearly positively correlated with the slope of RL gains; RL not only amplifies the correct preferences of SFT, but also discovers correct solutions for difficult tasks not covered by SFT, and this pattern is generalizable across domains.

OpenAI

A scorecard for the AI age

OpenAI

The “Scorecard for the AI Age” was proposed by OpenAI CFO Sarah Friar, and introduces a set of implementable quantitative AI value assessment tools, setting evaluation standards around four dimensions: useful workload, cost per successful task, system reliability, and return on compute investment. It can accurately calculate the return on investment of AI projects, providing clear and actionable quantitative references for enterprises to evaluate the commercial value of AI deployments.

Why teens deserve access to safe AI

OpenAI

This article focuses on the legitimate needs of teenagers to use AI safely, and introduces a series of security optimization measures launched by OpenAI to adapt ChatGPT for teenage users: including setting up age-appropriate content protection mechanisms, launching exclusive learning assistance tools, and opening parent control permission ports. It also collaborates with domain experts to improve rules, building a multi-dimensional safety system for teenagers’ AI use, and providing guarantees for teenagers to use AI tools in compliance with regulations.

Anthropic News

Inviting hard questions

Anthropic

This project launches an AI hard question collection initiative for the public: it openly collects the most confusing and controversial difficult questions about the AI field from the public, and the project team has made a clear commitment that when responding to and answering all collected questions, all work processes including research derivation and verification will be fully disclosed throughout the process, ensuring transparency and traceability, and eliminating the information gap between AI professional research and the public.

Redeploying Claude Fable 5

Anthropic

AI company Anthropic announced that after the official lifting of relevant export controls, it will redeploy the Claude Fable 5 LLM starting July 1. The version launched this time has completed two core security upgrades: it has updated the full-link network security protection mechanism, and added a dedicated jailbreak prevention framework adapted to industrial scenarios, which can effectively improve the operational security of the model in open use scenarios.

Google DeepMind

Our approach to bioresilience

Google DeepMind

Google DeepMind and Isomorphic Labs jointly released their technical path and supporting AI models in the field of bioresilience. This achievement targets the needs of bioresilience construction, can empower scenarios such as pathogen risk prediction and public health emergency response, helps improve the resilience to sudden biosafety events such as pandemics and biological invasions, and provides technical support for the intelligent upgrade of the global biosafety protection system.

Empowering India’s next generation of innovators with ATL Saathi

Google DeepMind

To empower India’s next generation of innovative talents, Google and India’s Atal Innovation Mission (AIM) have jointly launched the AI tool ATL Saathi. Developed based on Gemini LLM technology, this tool is dedicated to serving educators in India’s national youth robotics maker labs, helping teachers lower the threshold of science and innovation teaching, supporting the cultivation of local youth’s science and innovation capabilities, and improving the local early cultivation chain for science and innovation talents.

Hugging Face Blog

Fine-tune video and image models at scale with NVIDIA NeMo Automodel and 🤗 Diffusers

Hugging Face

This solution is jointly launched by NVIDIA and Hugging Face, combining NeMo Automodel with the Diffusers library to enable large-scale fine-tuning of image and video generation models: it is compatible with multiple types of diffusion-based text-to-image and text-to-video models, optimizes the compute scheduling efficiency of batch fine-tuning tasks, greatly reduces the technical threshold for fine-tuning relevant LLMs, and helps developers quickly launch customized multimodal generation applications.

Newer Models, Same Advantage

Hugging Face

Titled “Newer Models, Same Advantage”, this article focuses on research on LLM generational iteration and model selection for vertical scenarios. The results show that although the general capabilities and parameter scale of new generation LLMs continue to improve, in narrow-domain tasks such as financial risk control and medical few-shot diagnosis, early small models that have undergone domain fine-tuning still retain stable advantages in accuracy and inference cost, suggesting that vertical scenarios do not need to blindly chase new models, and on-demand selection offers higher cost-effectiveness.

The Gradient

After Orthogonality: Virtue-Ethical Agency and AI Alignment

The Gradient

This AI alignment research from the perspective of virtue ethics refutes the traditional assumption that “rational agents need to be anchored to a fixed final goal”, pointing out that the core of human rationality is to adjust actions according to a practical network including elements such as behavior and evaluation standards. It proposes that to achieve AI safety and compliance, and smooth collaboration with humans, the AI decision-making logic needs to match the human practice-oriented reasoning framework, taking into account both ethical alignment and safety requirements.

Lil’Log

Harness Engineering for Self-Improvement

Lilian Weng

This article conducts research on harness engineering for Recursive Self-Improvement (RSI). The concept of RSI was first derived from the hypothesis of superintelligent machines proposed by I.J. Good in 1965, and in 2008 Eliezer Yudkowsky defined it as a feedback mechanism where AI uses its own intelligence to iteratively optimize its cognitive architecture. Modern AI implements RSI mainly through two paths: directly rewriting its own weights, or optimizing its own training pipeline, which provides a reference for the research and development of controllable self-iterating AI.

QbitAI

WAIC Buchou Quantum Releases “Liangchou No.1” – Atomic Quantum AI Foundation

QbitAI

At the 2026 World Artificial Intelligence Conference, Shanghai Buchou Quantum released “Liangchou No.1”, China’s first atomic quantum AI foundation, marking that China’s quantum computing has entered a new stage where engineering delivery and application verification proceed in parallel. This product is based on two original quantum algorithms developed by the team that have been published in top international journals, outperforms similar classical solutions, and has received authoritative recognition from top international academic circles and the global financial industry.

Ant Group, Alibaba Cloud and Others Officially Join the PyTorch Foundation, Working with Global Open Source Forces to Promote AI Inclusiveness

QbitAI

During the 2026 World Artificial Intelligence Conference, Ant Group and others officially joined the PyTorch Foundation, and all industry and research parties reached a consensus: AGI competition has shifted from a simple model race to system competition, and it is necessary to rely on open source mechanisms to link the entire industry chain, jointly build open, efficient, low-cost AI infrastructure, and promote AI to move beyond being a tool for a small number of elites to become an inclusive productivity serving the industry.

Obscure Philosophy Becomes a Hot Topic for AI Governance

QbitAI

At the 2024 World Artificial Intelligence Conference, philosophy became a new hot spot in the AI field: Fudan University philosophy scholars were invited to attend and share, and the newly released blue paper also focuses on humanistic issues such as AI trustworthiness and governance. With the current rapid breakthroughs in AI capabilities, core issues such as its understanding boundaries and knowledge credibility are approaching philosophical propositions. Some scholars propose that intelligence needs to be rooted in the real world, relying on four elements including the body and environment, which provides new ideas for AI development and governance.

Was this useful? A rating helps me pick the next topic.

Click a star to rate · Only anonymous fingerprint + timestamp stored

评论 · Comments