跳到正文 / Skip to content

Daily AI Picks · 2026-07-27

18 papers · multi-source aggregation + AI summaries

TL;DR · Catch up on today’s highlights in 30 seconds
  • Leading overseas AI vendors released new products in batches: OpenAI launched ChatGPT health features, Anthropic rolled out Claude Opus 5, and Google released the Gemini 3.6 series
  • Institutions including Hugging Face and DeepMind released multiple cutting-edge AI technology achievements in areas such as reinforcement learning training and multimodal pretraining
  • Domestic and open-source sectors have seen notable progress: Ant Group released the Bailing inference model, Andrew Ng open-sourced a personal desktop Agent, and Fudan University made breakthroughs in embodied intelligence research
🔥 LLM Iteration⚡ Open Source Technology🧠 Cutting-edge Research🏥 AI Healthcare🤖 Embodied Intelligence

Hugging Face Daily Papers

Molt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement Learning

HF ★ 6 · Jian Hu, Huiying Li, Hao Zhang… · HF Mirror

Addressing the pain points of existing agent reinforcement learning frameworks requiring layer-by-layer adaptation for algorithm iteration and high R&D costs, NVIDIA has launched Molt, a lightweight PyTorch-native training framework. It features concise code that is easy to trace and modify, adopts an asynchronous training architecture that supports multimodal and MoE strategies, and only uses self-generated tokens for training to ensure data consistency. Its performance is comparable to the state-of-the-art mainstream Megatron stack, and it is now open source with supporting resources provided.

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills

HF ★ 4 · Siyuan Huang, Pengyu Cheng, Haotian Liu… · HF Mirror

There is currently a dilemma in the self-evolution of LLMs: narrow-domain interactive verification is reliable but has limited task coverage, while open generation tasks are diverse but lack reliable verification. This paper proposes the Skill Self-Play (Skill-SP) framework, which uses verifiable skills as an intermediate carrier, and achieves co-evolution through the collaboration of task generators, solvers, and dynamic skill controllers, balancing verification reliability and task openness. Experiments show that it can significantly improve the reasoning and tool use capabilities of LLMs, and can also correct models with initial alignment deviations.

IDEAgent: Agentic Quality-Diversity Search for Research Idea Generation

HF ★ 2 · Varun Gumma, Navonil Majumder, Soumitra Sinhahajari… · HF Mirror

Addressing the flaw that existing LLM research idea generation only optimizes quality or diversity separately, easily producing repetitive and invalid ideas, this paper proposes the multi-agent framework IDEAgent, which defines idea generation as a dual-objective search task of quality and diversity: it improves quality through multi-objective feedback polishing, and ensures diversity through comparison with historical ideas. In tests on 32 CS topics, its comprehensive effective output indicator Yield is 3.89 times higher than the best baseline, and the number of effectively covered topics is increased by 8 times. The framework has been open-sourced.

LAMAR: An Open Language-Aware Multilingual Alignment Reranker

HF ★ 1 · Seongtae Hong, Youngjoon Jang, Jungseob Lee… · HF Mirror

Existing rerankers for multilingual RAG do not prioritize returning semantically equivalent documents in the same language as the query, which affects the quality of answer generation. This paper proposes LAMAR, an open-source language-aware multilingual reranker. It first achieves cross-language scoring consistency through English-anchored relevance distillation, then performs alignment for language consistency preference, taking into account both semantic relevance and same-language priority. Actual tests show it performs excellently across multiple types of evaluations, general benchmarks, and real retrieval scenarios.

Scaling Native Multimodal Pre-Training From Scratch

HF ★ 1 · Haoyuan Wu, Aoqi Wu, Hai Wang… · HF Mirror

Addressing the research gap in scaling laws for native multimodal pretraining from scratch, the team explored the optimal model size and training token volume configuration for vision-language Transformers under a fixed computing power budget. It was confirmed that the loss conforms to predictable computing power laws, the scaling law of language tasks is not affected by the multimodal data ratio, while multimodal tasks are highly sensitive to the ratio. Based on this, the efficiency configuration boundary was derived, and the cross-modal transfer gain of this paradigm was verified, laying a foundation for predictable scaling of multimodal foundation models.

OpenAI

Launching Health in ChatGPT

OpenAI

OpenAI recently launched exclusive health features for ChatGPT, which are currently only available to eligible users in the United States. This feature allows users to securely bind their personal medical records and relevant health data from the Apple Health platform, and leverages the information integration capabilities of LLMs to output more targeted personalized health interpretations, helping users understand their own health status more comprehensively and clearly.

Building AI infrastructure with the Effingham County community

OpenAI

OpenAI officially announced the launch of the “Camellia Project” in Effingham County, Georgia, to jointly build AI infrastructure with the local community. The project also made four core commitments: it will adopt a responsible energy use plan, implement special investments for the local community, create more AI-related jobs for local residents, and open access to the Codex LLM for local users.

Anthropic News

Introducing Claude Opus 5

Anthropic

The newly launched Claude Opus 5 is a step-up upgrade of the Opus-tier LLM. Its core capability improvements focus on two major directions: first, it greatly optimizes support for long-running agents, adapting to the deployment needs of high-complexity, long-sequence agents; second, it significantly improves the processing performance of code generation and professional tasks, which can better meet the high-level usage needs of developers and professional practitioners.

Inviting hard questions

Anthropic

This initiative named “Inviting Hard Questions” is a public interaction measure launched in the AI field: the initiator openly collects difficult questions and sharp concerns about the AI field from the whole society, and explicitly promises that in the entire process of responding to and answering these questions later, all work details will be fully disclosed, to proactively address the public’s doubts about AI technology, improve the transparency of AI R&D, and promote technological R&D to align with the real concerns of the public.

Google DeepMind

Accelerating the frontiers of scientific discovery: Google’s $40M commitment to the Genesis Mission

Google DeepMind

To accelerate cutting-edge scientific exploration and promote the upgrading of the AI-enabled scientific research paradigm, Google announced that it will invest a total of $40 million worth of AI-exclusive computing power tokens and cloud service credits in the Genesis scientific research mission. This support will greatly lower the threshold for cutting-edge research teams to use AI computing power, help researchers in multiple fields break through resource constraints, and further accelerate the process of tackling major scientific problems.

Introducing Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber

Google DeepMind

Google has released three new models in the Gemini series: the comprehensively performance-upgraded Gemini 3.6 Flash, the lightweight 3.5 Flash-Lite optimized for end-side low-latency scenarios, and the 3.5 Flash Cyber specially adapted for the cybersecurity vertical field. The three products cover diverse deployment needs, provide more suitable options for different scenarios, and further complete the Gemini Flash product line matrix.

Hugging Face Blog

Bringing Nunchaku 4-bit Diffusion Inference to Diffusers

Hugging Face

This work has completed the official adaptation of the Nunchaku 4-bit quantized diffusion inference solution to the Hugging Face Diffusers library. The method balances quantization accuracy and operating efficiency, with almost no loss in generation effect compared to full-precision models. It can reduce VRAM usage by nearly 75%, increase inference speed by more than 30%, and is compatible with consumer-grade ordinary graphics cards, greatly lowering the deployment threshold for diffusion-based text-to-image and image-to-image tasks, and facilitating direct calls by developers.

The State of Simulation for Physical AI: An Overview

Hugging Face

This review systematically sorts out the current development status of simulation technology in the field of physical AI, covering mainstream research directions such as multi-physics high-fidelity simulation engines and core technical paths for Sim2Real transfer. It analyzes core pain points such as the current difficulty in balancing high fidelity and computing efficiency, and insufficient modeling accuracy for unstructured complex scenarios, pointing out that future integration of neural simulation and multimodal interactive modeling technologies is needed to provide support for the deployment and verification of physical AI.

The Gradient

After Orthogonality: Virtue-Ethical Agency and AI Alignment

The Gradient

This paper studies the AI alignment problem from the perspective of virtue ethics, challenging the traditional assumption that “rational agents need to be anchored to fixed final goals”, pointing out that human rationality is not oriented towards preset goals, but adjusts behavior based on a practical network composed of actions, evaluation standards, etc. The study proposes that for AI to adapt to human agents, its decision-making logic needs to match human practical logic. This path not only meets the requirements of ethical alignment, but also ensures the core security attributes of AI.

Lil’Log

Harness Engineering for Self-Improvement

Lilian Weng

The concept of Recursive Self-Improvement (RSI) can be traced back to the hypothesis of ultra-intelligent machines proposed by I.J. Good in 1965: such a system can surpass all human intellectual activities and independently design better machines to achieve iterative upgrades. In 2008, Eliezer Yudkowsky explicitly defined it as a feedback loop where AI relies on its existing intelligence to optimize its own cognitive mechanism. Currently, such feedback in the AI field includes both directly rewriting its own weights, and broadly referring to optimizing its own training process.

QbitAI

Ant Bailing Releases New Generation Native Hybrid Inference Model Ling-3.0-Flash

QbitAI

On July 24, Ant Bailing released the native hybrid inference model Ling-3.0-Flash, with a total parameter count of 124B and only 5.1B activated per single computation. Through designs such as a hybrid attention architecture, upgraded KDA attention, and compressed expert activation ratio, its performance is comparable to industry leading models with 2-3 times the parameter count. It has optimized long-term planning and error correction capabilities for Agent scenarios, and has been launched on OpenRouter with a one-week free trial, after which it will be open-sourced.

30,000 Hours of Tactile Data Completes the “Sense of Touch” for Embodied Intelligence! Xinzhi Embodied & Fudan Release Three Consecutive Reports

QbitAI

Addressing the industry pain point that embodied robots relying only on vision are prone to physical interaction errors and lack tactile feedback, Xinzhi Embodied Intelligence, together with Fudan University, released three technical reports of the N0 series, building a more than 30,000-hour multi-device compatible visual-tactile interaction dataset, upgrading tactile from an auxiliary modality to core infrastructure, with two supporting technical routes. The relevant data and models are open source, which can solve the “last centimeter” problem of deployment.

100% Open Source! Andrew Ng Built a Personal Desktop Agent

QbitAI

Andrew Ng’s team has launched the open-source desktop Agent OpenWorker, which is fully open source under the MIT license. Positioned as an AI colleague that can deliver finished work, it focuses on openness, local priority, privacy protection, and model agnosticism. It can access closed-source LLM APIs or local open-source LLMs, and can automatically complete tasks such as document sorting and schedule updating across office tools. It currently supports running on Mac, and the Windows version will be launched soon.

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

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

评论 · Comments