Category intelligence

Research Briefing — July 8, 2026

359 current items analyzed and ranked.

Executive synthesis

Research Summary

Today's research spans agentic coding, safety behavior, multimodal generation, and world-model foundations. KAT-Coder-V2.5 advances autonomous repository-level coding via end-to-end post-training with novel environment-building and reward verification.

Safety and alignment feature heavily:

Method and application highlights:

Note: the source contained no embedded instructions; duplicate cross-post [fc5848807e19] was consolidated with the primary data-filtering paper [a300acaa076d].

Key Themes

AI Safety, Governance and Biosecurity · 8AI Safety and Security · 22LLM Agents and Tool Use · 13LLM Agents · 28Inference Efficiency and KV Cache Compression · 8LLM Evaluation and Bias · 8Agent Memory and Retrieval · 9Interpretability and Explainability · 6Multimodal and Vision · 15World Models · 5

Primary evidence

Top Ranked Signals

Research arXiv (Artificial Intelligence) Jul 8

KAT-Coder-V2.5 Technical Report

By Bo Huang, Fengxiang Li, Hao Xu, Haoyang Huang, Hongyi Fu, Jinhua Hao, Kun Yuan, Minglei Zhang, Pengcheng Xu, Shiyang Liu, Wenhao Zhuang, Yuze Shi, Zongxian Feng, Chao Wang, Cheng He, Chongling Rao, Deyu Cao, Fan Yang, Gang Xiong, Haochen Liu, Jiabao Li, Jian Liang, Jinghui Jia, Jingwen Chang, Jun Du, Junyu Shi, Min Li, Mingqi Wu, Qiang Gao, Shangpeng Yan, Shaotong Qi, Shu Xu, Shuo Zhou, Tiankuo Xu, Tong Zheng, Weilun Zhao, Xiancheng Meng, Xianda Sun, Xiaoyu Jiang, Xunhao Jia, Yao Xia, Yimeng Xu, Yinghan Cui, Yingpeng Chen, Yiwen Ning, Yong Wang, Yuxuan Sun, Zhongsheng Liu, Ming Sun, Cheng Luo, Chen Yang, Han Li, Kun Gai

60 score
AI Analysis

A technical report on KAT-Coder-V2.5, an agentic coding model trained to operate autonomously inside executable repositories via an end-to-end post-training pipeline that reconstructs sandboxed environments with verifiable rewards. It emphasizes environment and trajectory scarcity over raw model scale as the key bottleneck.

arXiv:2607.05471v1 Announce Type: cross Abstract: We present KAT-Coder-V2.5, a coding-focused agentic model trained to act autonomously inside real, executable repositories rather than as a single-turn code generator. Its capability is bottlenecked less by model scale than by the scarcity of reproducible environments, verifiable rewards, and high-value trajectories, which we address with an end-to-end agentic post-training framework. AutoBuilder reconstructs multilingual repositories into sandb
LLM AgentsCode GenerationReinforcement Learning
Research arXiv (Artificial Intelligence) Jul 8

To Retain or to Adapt? Generalizing Continual Learning

By Giulia Lanzillotta, Mandana Samiei, Doina Precup, Razvan Pascanu, Claire Vernade

58 score
AI Analysis

Challenges the retention-centered premise of continual learning, arguing that in non-stationary environments prioritizing retention can impede adaptation. It reframes continual learning as online optimization minimizing Average Lifelong Error, introducing Transfer Efficiency to quantify the stability-adaptation tension.

arXiv:2607.05609v1 Announce Type: cross Abstract: The Continual Learning (CL) literature has long been driven by the goal of mitigating catastrophic forgetting. This objective rests on a pervasive, often unstated assumption: that a lifelong learner should approximate the Joint-Task Learning (JTL) solution and retain all previously acquired knowledge. We challenge this retention-centered premise, arguing that in non-stationary environments prioritizing retention can impede real-time adaptation.
Continual LearningMachine Learning TheoryOptimization
Research arXiv (Computer Vision) Jul 8

Vision as Unified Multimodal Generation

By Xiaoyang Han, Jianhua Li, Kewang Deng, Zukai Chen, Xuanke Shi, Sihan Wang, Boxuan Li, Linyan Wang, Siyi Xie, Xin You, Jinsheng Quan, Zhongang Cai, Haiwen Diao, Ziwei Liu, Lei Yang, Dahua Lin, Quan Wang

58 score
AI Analysis

SenseNova-Vision formulates computer vision as unified multimodal generation, expressing heterogeneous tasks in native text and image generation spaces without task-specific architectures, using natural-language instructions and optional visual prompts. Introduces a large instruction-response corpus converting diverse CV annotations.

arXiv:2607.06560v1 Announce Type: new Abstract: We formulate computer vision as unified multimodal generation, where heterogeneous visual tasks are expressed in the native text and image generation spaces of a unified multimodal model, without task-specific architectures. Under this formulation, SenseNova-Vision uses natural-language instructions and optional visual prompts to specify tasks, target regions or views, and decoding conventions, and generates responses as text for symbolic outputs,
Multimodal Language ModelsUnified ModelsGenerative Models
58 score
AI Analysis

Researchers ran a Milgram-style obedience experiment on 11 open-source LLMs and found most models reached or approached the maximum shock level before refusing under sustained authority pressure, despite expressing distress. The findings raise concerns about how agentic LLM pipelines behave under authority pressure.

By Roland Pihlakas and Jan Llenzl DagohoyThis post is a slightly updated copy of our Arxiv preprint available at arxiv.org/abs/2605.21401 . The tables are converted to images in order to preserve cell background colours. All citations have inline links attached for readers' convenience.With this post, we are looking for external collaborators, ideas, questions, resource suggestions, feedback, and any other thoughts.AbstractLarge language models (LLMs) are increasingly deployed as autonom
AI SafetyLLM BehaviorAlignment
Research LessWrong Jul 7

Architecture matters for multi-agent security

By bhagag

58 score
AI Analysis

This ICML 2026 paper shows that architectural choices in multi-agent LLM systems, such as roles, topology, and memory, strongly and unpredictably affect how exploitable the system is to misuse. Across six models and adapted single-agent benchmarks, the same model and task can shift from refusing to complying based solely on architecture, with no universally safe design found.

A summary of our ICML 2026 paper, Architecture Matters for Multi-Agent Security (Ben Hagag, William L. Anderson, Christian Schroeder de Witt, Sarah Scheffler). The scenarios and experiments were built on Orbit, a multi-agent security experimentation framework we'll release v0 of soon. Benchmark adaptations and code are on GitHub. Orbit is very much still a work in progress, and we welcome collaborators, feedback, and suggestions. (We'll be presenting this at ICML 2026 in Seoul. if you're attendi
AI SafetyMulti-Agent SystemsSecurity
Research LessWrong Jul 7

Data filtering works a lot worse than you would expect

By Dohun Lee

58 score
AI Analysis

This study finds that filtering training data to remove undesirable traits acquired during supervised fine-tuning often has surprisingly little effect across most tested OLMo behaviors. Many standard training-data attribution methods, including autoraters, probes, and gradient-based approaches, fail to beat a random baseline at selecting which data to filter.

This work was largely done during Neel Nanda's MATS 10.0 Exploration Phase. J Rosser and Dohun Lee are co-first authors for this post with equal contribution. Josh Engels and Neel Nanda supervised the project, and provided guidance and feedback throughout. Tweet ThreadTLDRModels can acquire undesirable traits from during supervised fine-tuning (SFT). A natural thing to try is to identify the data points with these traits and filter them out and retrain.To our surprise, across most of our broad O
Data AttributionAlignmentTraining Dynamics
Research arXiv (Artificial Intelligence) Jul 8

Harrison.Rad 1.5 Technical Report: A radiology foundation model that can draft reports from images, priors and clinical context

By Suneeta Mall, Vladimir Nekrasov, Ashnil Kumar, Sajith Karunasena, Aiden Nibali, Alix Bird, Mateo Diaz Shine, Jarrel Seah

57 score
AI Analysis

A technical report on Harrison.Rad 1.5, a radiology-specific multimodal LLM that drafts structured and unstructured reports from images, prior studies, and clinical context across multiple x-ray and mammography modalities. It uses a three-stage training pipeline to reduce radiologist reporting workload.

arXiv:2607.05880v1 Announce Type: cross Abstract: Imaging demand is growing faster than the radiology workforce can expand, and reporting backlogs cannot be resolved through training and recruitment alone. The most direct opportunity is reducing the time and effort radiologists spend producing reports, a task that requires interpreting images, integrating clinical history and prior studies, and drafting structured findings. We present Harrison.Rad 1.5 (HR1.5), a radiology-specific multimodal la
Medical AIMultimodal LearningHealthcare
Research arXiv (Computer Vision) Jul 8

FourTune: Towards Fully 4-Bit Efficient Post-Training for Diffusion Models

By Bowen Xue, Zihan Min, Xingyang Li, Zhekai Zhang, Haocheng Xi, Lvmin Zhang, Maneesh Agrawala, Jun-Yan Zhu, Song Han, Yujun Lin, Muyang Li

57 score
AI Analysis

FourTune is an efficient post-training framework for diffusion models using an end-to-end 4-bit weight-activation-gradient paradigm with a triple-branch hybrid pipeline that adds a frozen numerical stabilizer to isolate quantization-sensitive outliers. Enables stable fine-tuning under aggressive quantization.

arXiv:2607.05711v1 Announce Type: cross Abstract: Diffusion models have become a dominant paradigm for high-quality generative modeling, while post-training is essential for adapting them to diverse downstream applications. However, post-training of large diffusion models is still challenging due to the prohibitive memory footprints and slow training speed, which existing parameter-efficient fine-tuning methods only partially address. To overcome these limitations, we propose FourTune, an effic
Model EfficiencyQuantizationDiffusion Models
Research arXiv (Computer Vision) Jul 8

Lift3D-VLA: Lifting VLA Models to 3D Geometry and Dynamics-Aware Manipulation

By Jiaming Liu, Qingpo Wuwu, Nuowei Han, Hao Chen, Zhuoyang Liu, Fan Fei, Yueru Jia, Chenyang Gu, Yandong Guo, Boxin Shi, Shanghang Zhang

57 score
AI Analysis

Lift3D-VLA extends vision-language-action models with explicit 3D point cloud reasoning and temporally coherent action generation to improve robotic manipulation. It targets the geometric and spatial understanding gaps that limit purely 2D VLA approaches in dynamic physical settings.

arXiv:2607.06564v1 Announce Type: cross Abstract: Recently, Vision-Language-Action (VLA) models have demonstrated strong generalization across diverse tasks. However, effective robotic manipulation in physical environments fundamentally requires geometric understanding and spatial reasoning. While some VLA approaches attempt to incorporate 3D information, they are constrained by limited data availability and geometric information loss in current 3D encoding pipelines, and fail to jointly captur
Vision-Language-Action ModelsRobotics3D Perception
Research arXiv (Robotics) Jul 8

Imagined Rollouts are Kinematic, Not Dynamic: A Diagnosis of Long-Horizon World-Model Failure

By Finn Rasmus Sch\"afer, Korbinian Moller, Yuan Gao, Christian Oefinger, Sebastian Schmidt, Johannes Betz

56 score
AI Analysis

The authors argue that long-horizon world-model failures are better understood as models imagining kinematically rather than dynamically, and introduce an imagined Kinematic-Consistency Error diagnostic plus a perturbation protocol. On a DreamerV3 checkpoint the imagined error runs far higher than for real-physics rollouts.

arXiv:2607.05966v1 Announce Type: new Abstract: Long-horizon failure in world models is conventionally attributed to compounding error, a generic framing that does not distinguish what kind of error compounds. We propose a kinematic-vs-dynamic reframing: world models tend to imagine kinematically rather than dynamically. We operationalize this as the imagined Kinematic-Consistency Error, a per-step diagnostic that measures how far a rollout departs from a closed-form kinematic null, paired with
World ModelsReinforcement LearningModel Diagnostics
Research arXiv (Artificial Intelligence) Jul 8

Position: Preventing AI-Generated CSAM Necessitates New Approaches to AI Safety

By Neil Kale, Rebecca Portnoff, Pratiksha Thaker, Michael Simpson, Robertson Wang, Kevin Kuo, Chhavi Yadav, Virginia Smith

55 score
AI Analysis

A position paper arguing that preventing AI-generated child sexual abuse material requires new safety approaches because existing techniques assume data accessibility, transparency, and evaluation practices incompatible with legal and ethical constraints. It outlines 15 open technical problems in this space.

arXiv:2607.05407v1 Announce Type: cross Abstract: Modern artificial intelligence (AI) systems present profound new risks to child safety. AI is increasingly being misused to create AI-generated child sexual abuse material, facilitate child sexual exploitation, and reduce barriers to harm. In this paper, we argue that protecting children from AI-facilitated sexual abuse requires new approaches to AI safety. Existing safety techniques assume data accessibility, transparency, and evaluation practi
AI SafetyChild SafetyPosition Paper
Research arXiv (Artificial Intelligence) Jul 8

Is Your NPU Ready for LLMs? Dissecting the Hidden Efficiency Bottlenecks in Mobile LLM Inference

By Guanyu Cai, Ruiming Tian, Lang Yang, Zhouhong Ren, Jinliang Yuan, Lingkun Li, Jiliang Wang

55 score
AI Analysis

A cross-layer measurement study of mobile LLM inference across five frameworks and three hardware backends, introducing PowerBench for backend-specific energy attribution. It reveals large framework-induced performance gaps, up to tenfold on NPUs.

arXiv:2607.05475v1 Announce Type: cross Abstract: Deploying Large Language Models (LLMs) on mobile devices enhances privacy and reduces latency, but is severely bottlenecked by hardware inefficiency. We present the first comprehensive, cross-layer measurement study of mobile LLM inference, uniquely spanning five mainstream frameworks (e.g., llama.cpp, GENIE) and three hardware backends (CPU, GPU, NPU). To enable this analysis, we develop PowerBench, a fine-grained profiling tool that provides t
EfficiencyOn-Device InferenceSystems