AI Daily Highlights · 2026-06-26
21 papers · Multi-source aggregation + AI summaries
- Leading overseas AI vendors are making frequent moves: OpenAI has launched an LLM-dedicated inference chip, and DeepMind has added computer operation capabilities to Gemini 3.5 Flash
- Cutting-edge AI research results are released across multiple platforms, covering reinforcement learning distillation, image generation, on-device architecture search and other fields
- China’s industrial implementation has made remarkable progress: Tashi Intelligent Navigation has released a precision robot operation solution, and NVIDIA has open-sourced an MoE fine-tuning tool with 3.7x speedup
Hugging Face Daily Papers
DanceOPD: On-Policy Generative Field Distillation
HF ★ 21 · Wei Zhou, Xiongwei Zhu, Zelin Xu… · HF Mirror
To address the training pain points of effect conflicts and performance degradation when image generation models unify multiple capabilities such as text-to-image generation and local/global editing, this paper proposes the DanceOPD on-policy generative field distillation framework for flow matching models. Through sample routing, student self-generated state queries, and velocity MSE loss training, it can integrate multi-expert capabilities and absorb operator fields such as classifier-free guidance. Experiments show that it can strengthen target capabilities while ensuring basic generation quality, achieving efficient multi-capability fusion.
OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning
HF ★ 14 · Shuo Yang, Jinyang Wu, Zhengxi Lu… · HF Mirror
To solve the problems of sparse rewards in outcome-based reinforcement learning, and existing on-policy skill distillation relying on external skill libraries with poor distribution adaptability, this paper proposes the OPID on-policy skill distillation framework: it directly extracts hierarchical skills from completed on-policy trajectories, injects them into the context after key priority routing selection, and optimizes the strategy combining the advantages of token-level self-distillation and outcome advantages. It has significantly improved performance, sampling efficiency and robustness compared to baselines on three types of interactive tasks.
Qwen-Image-Agent: Bridging the Context Gap in Real-World Image Generation
HF ★ 10 · Zekai Zhang, Jiahao Li, Jie Zhang… · HF Mirror
To address the “context gap” problem of existing text-to-image models when processing real-world requests, where the context provided by user input does not match the sufficient context required for generation, this paper proposes the unified agent framework Qwen-Image-Agent, which builds a complete generation context through context-aware planning and multi-source information completion, and launches the corresponding evaluation benchmark IA-Bench. Experiments show that the framework outperforms existing strong baselines on multiple test sets and achieves SOTA performance.
ViQ: Text-Aligned Visual Quantized Representations at Any Resolution
HF ★ 6 · Xumin Yu, Zuyan Liu, Zhenyu Yang… · HF Mirror
To address the pain point that existing visual discrete representations are difficult to balance semantics and details and adapt to multi-resolution requirements, this paper proposes the ViQ visual quantized representation framework: it is divided into two stages: text-aligned pre-training and feature discretization, adopting proximal representation learning and position-aware per-head quantization mechanism, supporting any native resolution input. Its multimodal task performance is on par with SOTA, with high low-level reconstruction accuracy, which can speed up multimodal training by 20%-70%.
Confidence-Aware Tool Orchestration for Robust Video Understanding
HF ★ 4 · Yangfan He, Yujin Choi, Jaehong Yoon · HF Mirror
To address the “blind trust problem” of existing video reasoning models, which default that all input frames are equally reliable, leading to a sharp drop in accuracy when encountering real-world disturbances without awareness, this study proposes the Robust-TO framework, which embeds frame credibility assessment throughout the entire reasoning process, schedules multiple visual tools to select credible frames to extract evidence, and optimizes through three-level evidence synthesis and confidence cost reward. Its accuracy on clean data exceeds the strongest open-source baseline by 10.6 percentage points and outperforms Gemini-2.5-Pro. Under disturbances, its accuracy drop is the smallest among compared methods, exceeding the baseline by 5.8 percentage points.
arXiv cs.LG
Dense Supervision Is Not Enough: The Readout Blind Spot in Looped Language Models
Rituraj Sharma, Tu Vu
Aiming at the readout blind spot problem of looped language models, the study finds that dense per-round cross-entropy supervision can only manage variables exposed by the readout layer, and cannot constrain the hidden state scale transmitted in the loop: scale-invariant readouts such as RMSNorm and LayerNorm will hide the radial scale, causing the hidden state norm to soar to thousands. The problem can be fixed by adopting scale-aware readout + explicit norm penalty, or eliminating the scale in the loop. The improved model achieves lower perplexity under variable depth benchmarks.
From Meta Idea to Advanced Mathematical Discovery — Human-AI Co-Discovery of Sign-Embedding Quantum Algorithms
Yanqiao Wang, Jin-Peng Liu, Peng Li…
Most existing AI-assisted mathematical research focuses on solving preset problems. Starting from the vague intuition that “rational approximation adapted to jump functions such as sign functions can be used as a design principle for quantum algorithms”, this study uses the AIM intelligent system to assist in expanding ideas and connecting research points, while humans control core research decisions. Finally, the human-AI collaboration proposes a sign-embedding quantum algorithm in the field of quantum linear algebra, verifying the value of the collaboration model where AI acts as a research partner and humans make final decisions.
On-Device Neural Architecture Search
Andrea Mattia Garavagno, Edoardo Ragusa, Paolo Gastaldo…
This paper proposes a lightweight on-device neural architecture search solution for near-sensor computing scenarios, which directly adapts the optimal micro-model for real-time sensing data on the deployment device, and can reset the model for users to solve the individual data difference problem of human-machine interfaces. Verified on two public datasets, the solution outperforms existing SOTA when running on Raspberry Pi 4, with memory usage reduced by up to 63% and accuracy improved by up to 5.96 percentage points.
OpenAI
How agents are transforming work
OpenAI
OpenAI’s latest study How agents are transforming work shows that AI agents are deeply reshaping the current form of work: they can independently undertake long-cycle, high-complexity cross-link tasks, adapt to the actual scenario needs of different positions, cover various professional roles, effectively broaden the boundary of productivity improvement, and provide a new technology implementation path for optimizing work processes and reducing costs while increasing efficiency in various industries.
OpenAI and Broadcom unveil LLM-optimized inference chip
OpenAI
Recently, OpenAI and Broadcom jointly released “Jalapeño”, an AI chip customized exclusively for large language model (LLM) inference scenarios. The chip is deeply customized and optimized for the computing characteristics of LLM inference, which can systematically improve the inference performance and energy efficiency of AI systems, while better adapting to the needs of large-scale deployment of large models, and is expected to alleviate the industry pain points of high LLM inference costs and high response latency.
Anthropic News
Statement on the US government directive to suspend access to Fable 5 and Mythos 5
Anthropic
This statement explains the latest export control directive issued by the US government: the directive explicitly requires all foreign nationals, whether located inside or outside the US, to suspend access to Fable 5 and Mythos 5. This control has a very wide coverage, completely depriving foreign groups of access to the above products, and also highlights the current tightening trend of US export controls in the high-tech field.
Introducing Claude Tag
Anthropic
AI security R&D company Anthropic officially launched a new AI product Claude Tag. The company has long been deeply engaged in AI security research, with the core R&D goal of building AI systems with high reliability, interpretability and controllability. The newly released Claude Tag is its latest achievement in practicing the security-first R&D route and implementing the above technical goals.
Google DeepMind
Introducing computer use in Gemini 3.5 Flash
Google DeepMind
This article introduces the native computer operation capability newly added by Google to the lightweight large model Gemini 3.5 Flash. This function is realized through multimodal interface understanding pre-training and low-latency tool call fine-tuning, which can simulate keyboard and mouse operations, and complete complex tasks such as report sorting and code debugging across software. The measured accuracy of office tasks is 42% higher than the previous generation, latency is reduced by 61%, and the inference cost is only 1/10 of large models with the same capability, which is suitable for on-device deployment requirements.
Unlocking UK house-building with AI-accelerated planning
Google DeepMind
To unblock the bottlenecks in the housing construction process and release the UK’s housing supply potential, the UK government has partnered with Google DeepMind to carry out digital and intelligent cooperation in government approval, jointly developing an AI-driven planning approval prototype tool. The core is to reduce the decision-making time in the housing project planning link and improve approval efficiency through AI technology, providing a new practical direction for accelerating the progress of housing construction and exploring government-enterprise cooperation to empower government service acceleration.
Hugging Face Blog
Run a vLLM Server on HF Jobs in One Command
Hugging Face
This paper proposes a minimal deployment solution for vLLM services. Aiming at the pain points of manual environment configuration, resource scheduling, and port adaptation required for deploying large model inference services on the Hugging Face (HF) Jobs platform, it encapsulates the entire end-to-end process into a single command. Users can quickly launch a usable vLLM inference service without completing tedious pre-configuration operations, which greatly reduces the deployment threshold and improves the efficiency of large model inference verification.
Which tokens does a hybrid model predict better?
Hugging Face
You have only provided the paper title at present, and have not pasted the specific main content of this abstract. Please supplement the full abstract text of this paper, and I will extract the core methods and experimental conclusions as required to generate a logically clear Chinese summary of about 120 words that meets the requirements.
The Gradient
After Orthogonality: Virtue-Ethical Agency and AI Alignment
The Gradient
This paper breaks through the traditional framework of the orthogonality hypothesis for AI alignment, and starts from the perspective of virtue ethics, proposing that both rational humans and AI do not need to act based on preset ultimate goals. The core of human rationality is to make actions adapt to the social practice network including norms, resources and other elements. The study points out that it is necessary to make the AI decision logic isomorphic with the practical action logic of human beings, and this path is of great value for AI ethical alignment and core security attribute alignment.
Lil’Log
Scaling Laws, Carefully
Lilian Weng
This paper focuses on scaling laws, the core empirical finding of deep learning: training loss decreases in a power-law fashion as model size, dataset size, and computing volume increase, appearing as a straight line on a double-logarithmic coordinate. This law essentially builds a correlation framework for computing resources, loss, model and data scale, and its core purpose is to guide the optimal allocation of scarce computing resources between model expansion and data amplification.
QbitAI
让机器人学会“预判接触”:它石智航牵头四大顶尖机构发布TacForeSight,破解精细操作难题
QbitAI
Tashi Intelligent Navigation, together with four top institutions including the National University of Singapore, Shanghai Jiao Tong University, Institute of Automation of the Chinese Academy of Sciences, and Fudan University, released the TacForeSight force-conditioned tactile world model. This technology uses wrist force sensing as a leading signal to predict short-term contact evolution for the first time, integrates prediction results into action generation, breaks through the limitations of reactive feedback that is corrected after the fact, and can actively adjust operations in advance, providing a new contact intelligence paradigm closer to human logic for precise robot operation.
英伟达MoE新开源:一行import,微调加速3.7倍
QbitAI
NVIDIA recently open-sourced NeMo AutoModel adapted to Hugging Face Transformers v5, which users can use by adding only one line of import without modifying the original API. The tool adds optimizations such as expert parallelism, DeepEP, and TransformerEngine. The fine-tuning throughput of MoE large models is 3.4-3.7 times higher than the original version, and memory usage is reduced by 29%-32%. The throughput is improved by 3.69 times when fine-tuning Qwen3-30B on a single H100 card.
WAVES 2026:今年盛夏,在创投浪潮里,做迎风而立的少数人!
QbitAI
WAVES 2026, the annual industry vane conference for venture capital hosted by 36Kr, will be held in Panyu, Guangzhou this summer, gathering top investors, industry leaders, and cutting-edge entrepreneurs to dissect the underlying logic of core tracks such as AI, hard technology, overseas expansion, and healthcare. At the conference, the Panyu government officially introduced the regional industrial advantages and support policies, stating that it will provide full support for innovation entities. The conference focuses on discovering cutting-edge innovation forces and anchoring new trends in China’s venture capital industry.
Was this useful? A rating helps me pick the next topic.
Click a star to rate · Only anonymous fingerprint + timestamp stored