跳到正文 / Skip to content

AI Daily Digest · 2026-07-29

21 papers · Multi-source aggregation + AI summaries

TL;DR · 30-second overview of today’s content
  • Leading LLM vendors released new products intensively: Anthropic launched Claude Opus 5, DeepMind released multiple models in the Gemini 3.6 series
  • Cutting-edge technology research covers agent optimization, security detection, long context reasoning and other directions; OpenAI released two AI application blogs
  • Domestic AI industry implementation accelerates, with products such as 360 Nano Work, Jiuzhang Yunji adaptation, and Doubao independent search launched intensively
🔥 New LLM Releases🧠 Cutting-edge Research💼 Commercial Implementation⚡ Performance Optimization🛡️ AI Safety

Hugging Face Daily Papers

Keep It InMind: Benchmarking the Implicit-Association Blind Spot in Agent Memory

HF ★ 12 · Ruizhe Li, Mingxuan Du, Benfeng Xu… · HF Mirror

Existing long-term memory for agents relies on literal matching between queries and stored content, which has implicit association blind spots and cannot retrieve relevant memories that require common sense bridging. The research team built the InMind benchmark containing 125 expert-validated tasks, which can distinguish three types of causes of memory errors. Tests show that the maximum accuracy of existing retrieval-based memory systems is only 14.4%, far lower than the 84% accuracy when memories are directly placed in the context. The bottleneck lies in the query-triggered retrieval mechanism, and memory routing strategies are in urgent need of optimization.

HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone

HF ★ 6 · Simple AI, Yuteng Wei, Jinming Ma… · HF Mirror

To address the pain points that robot manipulation policy learning lacks high-fidelity scalable data, and existing robot-free UMI data training requires supplementary real robot anchor fine-tuning, this research launches the HiFi-UMI portable acquisition system, which achieves 3mm end-effector accuracy without external tracking. Policies trained with only its collected data without any real robot post-training, when deployed to real robots, have performance comparable to in-domain teleoperation training. The team also open-sourced a 2000-hour high-fidelity dataset to support research in the field.

Visual prompt engineering for video models

HF ★ 1 · Robert Geirhos, Yuxuan Li, Thaddäus Wiedemer… · HF Mirror

In response to the demand for performance improvement of video foundation models, researchers proposed visual prompt engineering (VIPE): it automatically adjusts task input visual materials with image editing capabilities, for example, converting abstract scenes for physical reasoning into realistic versions. Tests show that this method improves the inference performance of video models across tasks, outperforms traditional text prompt engineering and test-time scaling strategies, and is a computationally efficient and simple solution for video model performance optimization.

Wonder: Video World Model Done Better

HF ★ 1 · Jiacong Xu, Hanwen Jiang, Zhixin Shu… · HF Mirror

This paper proposes Wonder, a general-purpose video world model that supports real-time camera-controllable interactive scene exploration. The team carried out systematic collaborative design from three aspects: control, memory, and training: they proposed a camera conditioning module with dense coordinate field, an efficient sparse attention memory mechanism, and revised the self-distillation training process. The model can generate minute-long videos with coherent geometry, appearance, and dynamics at 16 FPS, and also supports image/video conditional generation and real-time scene reshooting.

Shieldstral

HF ★ 1 · Antonia Calvi, Avinash Sooriyarachchi, Giada Pistilli… · HF Mirror

The research launched Shieldstral, a 3B parameter policy-adaptive multimodal safety classifier, which converts content moderation into a binary question answering task, unifies the logic of multiple types of moderation tasks, and can integrate heterogeneous safety datasets from different classification systems into the same training framework. After training on 54.1 million samples and a fine-grained evaluation set, its performance matches or even exceeds text safety benchmark models 7 times its size, setting a new SOTA for multimodal safety classification.

arXiv cs.LG

Semalith v1.4: A Calibrated 184M Safety Classifier Achieving State-of-the-Art Prompt-Injection Detection at 44x Fewer Parameters than Llama-Guard-3-8B

Tejasvi C. Addagada

This paper launches Semalith v1.4, a 184M parameter safety classifier built on DeBERTa-v3-base, which can simultaneously complete three types of detection: prompt injection, general harm, and financial regulatory compliance in a single forward pass. It is trained with joint weighted loss on a deduplicated low-contamination dataset. Its parameter count is only 1/44 of Llama-Guard-3-8B, and its prompt injection detection performance is comprehensively leading, with zero false positives for benign instructions. Only its general harm detection is weaker than the latter, making it suitable for scenarios with low false positive requirements such as finance.

CORVUS: Context Optimization and Reduction Via Underlying Synchronization for LLM Coding Agents

Mingwei Zheng, David OBrien, Siwei Cui…

To address the problems in the append-only trajectory architecture of LLM coding agents, where file snapshots are easily outdated and repeated file reading takes up redundant tokens, this paper proposes CORVUS, a new trajectory architecture: it decouples file reading actions from observation results, maintains a synchronized file registry, and only injects current file content for each inference. Tested across multiple benchmarks and models, it reduces input tokens by 9-50%, cuts inference cycles by up to 37%, while maintaining the same pass rate.

CausalGate: Causal Importance Distillation for Transformer Module Pruning

Kiran Nair, Smriti Regmi, Rodrigue Rizk

Existing adaptive inference for LLMs relies on correlation-based heuristic metrics to prune redundant modules, which easily misses key nonlinear structure computations and damages semantic accuracy. This paper proposes the CausalGate framework: in the calibration phase, it zeroes out attention and MLP sub-layers through intervention, measures semantic loss with KL divergence, and distills a global static lightweight scalar gate, eliminating runtime routing overhead. This method outperforms baselines on two types of tasks for three types of LLMs, and can effectively reduce hardware latency without additional overhead.

OpenAI

Scientific computing in the age of agentic AI

OpenAI

This study titled Scientific Computing in the Age of Agentic AI is based on the latest released special field research report, and sorts out the practical paths for researchers to upgrade traditional scientific computing paradigms using AI coding agents. Verification data shows that this solution can greatly improve the efficiency of scientific software development, and has now been implemented in genomics and many other fields, effectively accelerating the process of scientific discovery in related directions.

How AI is expanding what people do at work

OpenAI

This latest workplace research from OpenAI takes ChatGPT workplace users as the core observation object, and concludes that AI is effectively expanding the scope of work for practitioners: current ChatGPT users generally break through the limitations of original job responsibilities, take on a large number of cross-role tasks, are reshaping the power and responsibility boundaries of traditional positions, and also create new possibilities for workers to expand their capability radius and explore diverse career development paths.

Anthropic News

Introducing Claude Opus 5

Anthropic

Anthropic officially launched Claude Opus 5, the new version of the flagship LLM in the Claude series, achieving a step-by-step performance upgrade for the Opus product line. This version corely optimizes the support capability for long-running agents, and also has significantly improved performance in code generation and debugging, as well as professional domain task processing scenarios, which can better adapt to high-end implementation needs such as complex agent development and heavy professional work.

Inviting hard questions

Anthropic

This is a public interaction project launched in the AI field: the core approach is to openly collect the most concerning AI-related difficult questions from the whole society, and at the same time explicitly promise that in the process of responding to and answering each question later, all work details of the entire derivation and demonstration process will be fully disclosed. This measure can improve the transparency of AI R&D, respond to public technical concerns, and promote public participation in AI governance.

Google DeepMind

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

Google DeepMind

To accelerate cutting-edge scientific exploration, Google announced that it will invest a total of $40 million worth of AI-related tokens and cloud service computing credits into the Genesis Mission. This investment aims to lower the computing threshold for scientific research teams in various fields to use advanced AI tools such as LLMs, empower researchers to accelerate the research process with AI capabilities, further expand the frontiers of scientific discovery, and facilitate innovative breakthroughs in interdisciplinary fields.

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

Google DeepMind

Google released three new LLMs in the Gemini series this time, namely Gemini 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber. All three adopt lightweight architectures, focusing on cost-effective low-latency inference: among them, 3.6 Flash has performance close to the flagship Gemini model with lower invocation cost; Flash-Lite is suitable for low-computing end-side deployment; Flash Cyber is specially optimized for cybersecurity scenarios, which can meet the lightweight AI usage needs of diverse scenarios.

Hugging Face Blog

The OlmoEarth Platform: Geospatial inference at planetary scale

Hugging Face

Only the title of this paper is currently provided, without the specific content of the abstract, so it is impossible to accurately sort out key information such as its core technical solutions and experimental conclusions. Please supplement the full content of the English abstract, and I will translate and refine it into a summary of about 120 words highlighting methods and conclusions as required.

LFM2.5-Encoders for Fast Long-Context Inference on CPU

Hugging Face

To address the pain points of limited computing power and high latency for LLM long context inference on CPU, this research proposes the LFM2.5 encoder architecture: it reduces redundant computation by optimizing linear attention operators, adapting to CPU instruction-level parallelism, and combining the context block incremental computing strategy. Tests show that on ordinary consumer CPUs, long text inference with tens of thousands of tokens is 3~5 times faster than traditional Transformer encoders, and memory usage is reduced by more than 60%, which can be implemented in long document processing scenarios at low cost.

The Gradient

After Orthogonality: Virtue-Ethical Agency and AI Alignment

The Gradient

This paper discusses AI alignment from the perspective of virtue ethics, refutes the traditional perception that “rational agents need to be anchored to fixed final goals”, and proposes that the core of human rational action is to fit the self-promoting practice network composed of actions, evaluation standards, resources, etc. For AI to adapt to human needs and achieve collaborative compliance, AI decision-making logic needs to match human practical action logic, which is both a requirement for alignment ethical goals and a prerequisite for ensuring the core security attributes of AI.

Lil’Log

Harness Engineering for Self-Improvement

Lilian Weng

This paper sorts out the conceptual evolution of recursive self-improvement (RSI): in 1965, I.J. Good first proposed the idea of superintelligent machines, referring to systems that can surpass all human intellectual activities and design better machines on their own to achieve self-iteration; in 2008, Eliezer Yudkowsky defined RSI as the feedback loop where AI optimizes the underlying cognitive mechanism relying on its own intelligence. In current AI scenarios, RSI can be manifested as the model directly rewriting its own weights, and can also broadly cover the behavior of the model optimizing its own training pipeline.

QbitAI

Zhou Hongyi Releases Nano Work: A New Generation of Enterprise Agent Work Platform Built for Enterprises

QbitAI

On July 28, Zhou Hongyi, founder of 360, released the enterprise agent platform “Nano Work”, which has been tested in more than 1,000 internal business scenarios and iterated 166 versions in 5 months. The platform has built-in native security capabilities, and builds five capability systems targeting pain points such as cost, threshold, and security for agent implementation. Users do not need to know technology to call AI capabilities on demand to improve efficiency. It gives 100 million Tokens to the first batch of users, and plans to help 1,000 small enterprises implement AI.

Jiuzhang Yunji Alaya Token Completes Kimi K3 Adaptation, World’s First Open-Source 3T Parameter Model Enters Token Factory

QbitAI

Alaya Token, the Token delivery platform under Jiuzhang Yunji, recently completed the deep adaptation and launch of Kimi K3, the world’s first 3-trillion parameter open-source LLM. Previously, the platform has covered leading domestic open-source models such as Zhipu GLM-5.2 and DeepSeek-V4 Flash. This time, it has carried out underlying optimization for the long context characteristics of K3. Enterprises can freely switch between multiple models with a single key to obtain pay-as-you-go standardized Token computing power services, which has been implemented in high-value ToB scenarios such as finance and industry.

Doubao Search is Now Independent from the Doubao App

QbitAI

Volcano Engine has opened the search capability of the Doubao APP to enterprise and developer agent scenarios: unlike conventional searches that only return web links, it outputs structured results with sources, authority ratings, release time, relevant summaries, and citable original text excerpts, making it easy for agents to directly verify the reliability and timeliness of information and extract content, solving the problem of LLM knowledge lag, and eliminating the redundant link of crawling and parsing web pages.

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

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

评论 · Comments