AI Research news — Page 18

Important AI research papers, methods, and findings explained in clear, concise briefings with links to the original work.

ResearchOfficialarXiv Software Engineering

Portable ML Models Predict Compiler Inlining Decisions Without Heavy Infrastructure

A new preprint proposes a portable machine learning framework to predict function-inlining decisions in compilers, aiming to replace the need for heavyweight GCC or LLVM infrastructure. Using a CatBoost model trained on 336,938 callsites from 15 C projects, the approach achieves ROC-AUC 0.928 and PR-AUC 0.713 under leave-one-project-out validation. The framework extracts features from source code and emits predictors as ordinary C code, enabling use in lightweight compilers and tools.

Why it matters: This work could allow lightweight compilers and source-to-source tools to benefit from advanced inlining heuristics without depending on full compiler stacks.

ResearchOfficialarXiv Software Engineering

SynH-Rank: Quality-Aware Code Search via Diverse Data Synthesis and Hierarchical Ranking Training

Researchers introduce SynH-Rank, a code reranking framework that leverages large language model-driven data synthesis and hierarchical ranking training to prioritize code quality attributes such as execution speed and memory usage, in addition to relevance. They present a new benchmark dataset with 4,209 code pairs and two novel evaluation metrics, showing that SynH-Rank improves quality-aware accuracy by 20.15% over backbone models and outperforms standard relevance-only approaches.

Why it matters: This work advances code search by enabling systems to consider non-functional qualities like efficiency and maintainability, which are important for practical software development.

ResearchOfficialarXiv Software Engineering

Specification-Driven Development as the Foundation of AI-Native Enterprise Software Engineering

A new arXiv preprint introduces Specification-Driven Development (SDD) as a structured alternative to intuition-driven 'vibe coding' for enterprise software engineering with large language models (LLMs). The paper presents the Specification Governance Reference Model (SGRM), a framework that formalizes specification contracts and integrates generation, verification, and governance in a closed-loop system. Empirical results in the paper report a 73% reduction in security defects and a 50% reduction in time-to-market when using specification-governed agentic delivery.

Why it matters: This work proposes a formal governance framework for AI-generated code in enterprise contexts, addressing key risks such as security exposure and technical debt.

ResearchOfficialarXiv Software Engineering

CLOSER-Bench: A Benchmark for Budgeted Cross-Stage Hardware Design Closure by AI Agents

CLOSER-Bench is a new benchmark designed to evaluate AI agents on the complex task of hardware design closure across multiple stages, including RTL, synthesis, and physical design. The benchmark introduces a controlled protocol that measures agent performance on tasks spanning from specification to GDS, capturing both final quality and intermediate progress. Initial experiments reveal a significant gap between task completion and achieving full design closure, highlighting the limitations of current approaches and motivating the need for sequential decision-making strategies.

Why it matters: CLOSER-Bench provides a unified and rigorous framework for assessing AI agents on long-horizon, multi-stage hardware engineering tasks, addressing a key challenge in automating hardware design workflows.

ResearchOfficialarXiv Software Engineering

Teach it to stop, not just to click: Reproducibility and repair in agentic computer-use RL

A preprint investigates reproducibility in reinforcement learning for agentic computer-use, focusing on a 35B-parameter agent. The study finds that single-run evaluations are unreliable due to high variance from data sampling and nondeterminism, with evaluation variance itself being negligible. Repairability is shown to be two-tiered: fixed-token interventions are reliably effective, while open-ended corrections are only partially successful. The authors also release a library to facilitate routine multi-seed evaluation reporting.

Why it matters: This work exposes critical reproducibility challenges in agentic RL and introduces practical tools and analysis for more reliable evaluation and repair of computer-use agents.

ResearchOfficialarXiv Software Engineering

Beyond Visibility and Technical Reuse: Public Application Transformation in Open-Source Model Ecosystems

A new preprint introduces 'public application transformation' as a novel metric for assessing the impact of open-source AI models on the Hugging Face platform. Analyzing 2.56 million model repositories and 1.06 million Spaces, the study finds that only a small fraction of models are linked to public applications, and that this transformation is distinct from technical reuse or platform visibility. The research highlights that application transformation is highly selective and concentrated among a limited set of models.

Why it matters: This work proposes a new framework for evaluating the real-world impact of open-source AI models, moving beyond traditional metrics like downloads or technical reuse.

ResearchOfficialarXiv Robotics

Seg2Grasp: A Robust Modular Suction Grasping Pipeline for Bin Picking

Seg2Grasp is a modular pipeline for suction-based grasping in cluttered bin picking scenarios. It combines a Transformer-based segmentation module, surface normal-based grasp planning, and open-vocabulary classification using Mask-CLIP. Real-world experiments indicate that Seg2Grasp achieves higher success rates and greater adaptability compared to existing methods.

Why it matters: This work demonstrates a significant advance in robotic bin picking by introducing a modular approach that improves robustness and adaptability over end-to-end learning methods.

ResearchOfficialarXiv Robotics

Test-Time Scaling for World Action Models via Zero-Shot Geometric Evaluation

Researchers introduce a training-free, selective test-time scaling framework for World Action Models (WAMs) in robotics. Their method uses cross-view depth reprojection consistency to rank sampled rollouts, improving task success rates across several benchmarks. With a gating mechanism, the approach recovers 74.8% of the performance gain achieved by always-on scaling, while only using extra computation at 26.2% of decision points.

Why it matters: This work offers a practical way for robots to allocate computational resources more efficiently during inference, enhancing task performance without requiring task-specific labels.

ResearchOfficialarXiv Software Engineering

Large-Scale Analysis Reveals Documentation Gaps in Hugging Face Model Repositories

A large-scale study of approximately 97,500 Hugging Face model repositories assessed the completeness of AI Bill of Materials (AIBOM) documentation. While the structural and required metadata fields of AIBOMs are generally present, the study found that critical AI-specific documentation—such as model-card details, limitations, safety-risk assessments, and environmental information—is often missing or incomplete. The research highlights variability in documentation coverage across different repository characteristics and calls for improved model-card practices and automated validation.

Why it matters: Systemic gaps in AI model documentation could undermine transparency and responsible governance in the AI supply chain.

ResearchOfficialarXiv Software Engineering

Specifying the Delegated-Autonomy Boundary: Requirements Engineering for Agentic AI

A new framework for requirements engineering in agentic AI systems is introduced, centered on the concept of the delegated-autonomy boundary—the decisions about what tasks may be delegated to AI, under what authority, and with what oversight. The paper proposes two artifacts: the Agency Justification Record (AJR), which helps determine when agentic AI is appropriate, and the Agentic Delegation Policy (ADP), which specifies the scope and limits of delegated authority in a structured, graduated manner. The approach is illustrated with examples from healthcare and software engineering.

Why it matters: This work offers a systematic method for defining and documenting the boundaries of autonomy in agentic AI, addressing a key gap in current requirements engineering practices.

ResearchOfficialarXiv Software Engineering

DataFlow-Harness: A Platform for Editable LLM Data Pipelines

DataFlow-Harness is a platform that enables large language model (LLM) agents to construct editable, platform-native data pipelines as directed acyclic graphs (DAGs), rather than generating free-form scripts. On a 12-task data-engineering benchmark, it achieved a 93.3% end-to-end pass rate, while reducing monetary cost by 72.5% and latency by 49.9% compared to Vanilla Claude Code. The platform's approach maintains reliability close to script-generation baselines but with significantly improved efficiency.

Why it matters: This work demonstrates a practical advance in LLM-driven workflow automation, enabling persistent and editable pipeline artifacts with high reliability and substantially lower cost and latency.

ResearchOfficialarXiv Robotics

VLN-AVP: Zero-Shot Vision-Language Navigation for Autonomous Valet Parking

Researchers introduce VLN-AVP, a zero-shot navigation framework for autonomous valet parking that integrates a Bird's-Eye-View model with vision-language models, removing the need for pre-built maps. The system features a hybrid memory mechanism combining short-term perception and long-term topological memory. In simulation, VLN-AVP achieves over 25% higher success rates than prior vision-language navigation methods and demonstrates leading performance in real-world vehicle experiments.

Why it matters: This work advances autonomous vehicle navigation in parking garages by enabling map-free operation guided by natural language, improving scalability and practical deployment.

ResearchOfficialarXiv Robotics

GeoWorldAD: Geometry World Action Model for Autonomous Driving

GeoWorldAD is a geometry-based action model for autonomous driving that grounds trajectory planning in ego-aligned 3D space and anticipates short-horizon scene evolution using latent future geometry tokens. The model achieves state-of-the-art performance on the NAVSIM v1 and v2 benchmarks, effectively balancing collision avoidance with driving progress by leveraging explicit 3D geometry and future scene modeling.

Why it matters: This work shows that incorporating explicit 3D geometry and future scene evolution into planning can significantly improve both safety and efficiency in autonomous driving systems.

ResearchOfficialarXiv Robotics

Open-Vocabulary Shared Autonomy Framework for Robotic Manipulation

Researchers have developed a shared-autonomy framework for robotic manipulation that uses a single RGB-D camera to track operator arm motion and hand gestures without wearables or calibration. The system grounds free-form text prompts for target specification using a vision-language model, and employs a GPU-accelerated model-predictive controller for collision avoidance and a potential field for assisted grasping. Validation on a quadruped mobile manipulator in industrial tasks showed improved safety and task success compared to ablated versions.

Why it matters: This work demonstrates a novel integration of vision-language models and real-time control, enabling safer and more intuitive teleoperation in complex industrial environments.

ResearchOfficialarXiv Software Engineering

CommitLLM: Pipeline with Fine-Tuned Mistral-7B Generates Concise, Compliant Git Commit Messages

CommitLLM is a three-stage pipeline that generates concise, Conventional Commits-compliant messages from code diffs using a fine-tuned Mistral-7B model. The system combines QLoRA fine-tuning, constrained decoding, and deterministic post-processing, achieving 98% format compliance and reducing average output length from 154.8 to 37.9 characters. Evaluation shows that post-processing contributes more to quality improvement than fine-tuning alone, and the system runs on a single consumer GPU.

Why it matters: This work demonstrates that combining a small LLM with deterministic post-processing can outperform fine-tuning alone for structured-output tasks, making high-quality commit message generation feasible on consumer hardware.

ResearchOfficialarXiv Robotics

LAG-Fusion: Asynchronous Multimodal Diffusion Policy for Robotics

Researchers introduce LAG-Fusion, a latency-aware guidance fusion framework that enables multimodal diffusion policies in robotics to operate asynchronously, with each modality running at its native inference rate. The approach uses a reference-frame rebasing rule to align delayed guidance from different modalities before fusion. In experiments on contact-rich manipulation tasks, LAG-Fusion demonstrates improved responsiveness and task performance compared to synchronous fusion and force-aware baselines.

Why it matters: This work addresses a key challenge in robotic imitation learning by enabling efficient and flexible fusion of modalities with differing sensing rates and latencies, which is important for real-world manipulation tasks.

ResearchOfficialarXiv Robotics

PRISM: Multimodal Terrain Mapping for Rover Navigation in Unstructured Environments

Researchers introduce PRISM, a multimodal perception system that fuses RGB, depth, and thermal imagery to improve terrain mapping in unstructured environments. The system employs a vision transformer-based network, OmniUnet, for semantic segmentation and is validated on two new datasets as well as through field experiments. PRISM operates on a resource-constrained embedded computer and produces traversability maps to support autonomous rover navigation.

Why it matters: Integrating thermal sensing with standard vision in terrain mapping enhances hazard detection and safety for autonomous rovers in challenging environments.

ResearchOfficialarXiv Robotics

Foresight Residual RL Improves Long-Horizon Robot Manipulation with VLA Policies

A new method called Foresight Residual RL is proposed to improve long-horizon robot manipulation tasks by optimizing the quality of handoffs between subtasks. The approach augments sparse success rewards with an offline-estimated foresight value that predicts the likelihood of future subtask success, leading to a significant increase in full-task success rates on a challenging nut-tightening assembly benchmark (85.6%), compared to standard residual RL (54.5%) and VLA baselines.

Why it matters: This work demonstrates that optimizing terminal state quality across subtasks is crucial for improving the performance of chained vision-language-action policies in complex, contact-rich robotic assembly tasks.

ResearchOfficialarXiv Robotics

PhyAgentOS: A Self-Evolving Operating System for Embodied Agents with Decoupled Cognitive Planning and Physical Execution

PhyAgentOS is a runtime foundation for embodied agents that provides system-level services such as scheduling, verification, memory, benchmarking, and safety. It introduces a Session-Centered Runtime that decouples cognitive planning from physical execution using a file-system-based protocol, enabling unified cognitive state management. The system is validated on over 19 simulated and physical embodiments and demonstrates gains on several benchmarks, including LIBERO, Calvin, and RoboCasa365.

Why it matters: PhyAgentOS represents a significant advance by providing a unified, self-evolving operating system that separates cognition from physical execution, potentially improving the reliability and scalability of embodied agent systems.

ResearchOfficialarXiv Robotics

G2-Nav: Grounded and Guarded Vision-Language Costmaps for Robot Social Navigation

Researchers introduce G2-Nav, a framework that leverages vision-language models to generate interpretable costmaps for socially compliant robot navigation. The system grounds abstract social reasoning in the navigation process and incorporates safety checks to mitigate risks from system latency. Real-world experiments show that G2-Nav enables safe, efficient, and socially compliant autonomous navigation in unstructured environments.

Why it matters: This work advances robot navigation by integrating interpretable social reasoning from vision-language models with robust safety mechanisms, addressing limitations of black-box and instruction-following approaches.