What changed in AI — Page 99

ResearchOfficialarXiv Software Engineering

Motif: Discovering and Automating Personal Web Workflows

Motif is a system that passively observes browser activity to identify recurring interaction patterns and recommends automations to users. In a study with eight participants, Motif discovered more automatable patterns than users identified themselves, and most participants found the generated programs useful and relevant to their routines.

Why it matters: Motif represents a shift toward system-initiated automation, potentially making web workflow automation more accessible to non-technical users by removing the need for them to explicitly identify tasks to automate.

ResearchOfficialarXiv Software Engineering

Knowledge-Guided Synthetic Bug Feedback Improves LLM-Based Unit Test Generation

Researchers propose a framework that leverages historical real-bug mechanisms to generate synthetic bugs, which are then used as feedback to guide large language model (LLM)-based unit test generation. By constructing structural and semantic representations of bug records and retrieving relevant mechanisms, the system instantiates synthetic bugs as feedback targets for iterative test improvement. Evaluation on the Defects4J benchmark shows that this approach improves real-bug detection compared to several baseline methods.

Why it matters: This work demonstrates a novel and effective method for enhancing the ability of LLM-generated unit tests to detect real software bugs, potentially increasing software reliability.

ResearchOfficialarXiv Software Engineering

Model Instability in Software Analytics Can Be Quantified and Reduced, Study Finds

A new preprint reports that model instability is a significant issue in software analytics, with repeated runs of the same optimizer agreeing on only 13.7% of test cases across 127 multi-objective software engineering optimization problems. The researchers show that by adjusting label allocation, model complexity, and scoring splits, agreement can be improved by a factor of 4.8 and the standard deviation of optimization error reduced by 22% on average, without degrading recommendation quality. The study argues that instability is not just noise but a measurable and manageable property, and recommends treating it as a standard evaluation axis.

Why it matters: This work provides a practical framework for measuring and managing model instability, which could enhance the reliability and trustworthiness of software engineering optimization tools.

ResearchOfficialarXiv Software Engineering

ACQUIRE: QA-Driven Framework Improves LLM-Based Code Repair via Pre-Repair Knowledge Acquisition

A new framework called ACQUIRE is proposed to enhance LLM-based code repair by explicitly acquiring repository knowledge before generating patches. The system uses a Questioner-Answerer collaboration to identify and fill knowledge gaps, resulting in more accurate repairs. On the SWE-bench Verified benchmark, ACQUIRE improves Pass@1 accuracy by up to 4.4 percentage points compared to prior pre-repair methods, with only modest overhead.

Why it matters: This approach addresses a major source of factual errors in LLM coding agents by systematically improving their understanding of code repositories before attempting repairs.

ResearchOfficialarXiv Software Engineering

RepTran: Search-Based Repair of Transformer Models

Researchers introduce RepTran, a search-based method designed to repair Transformer models by focusing on their feed-forward networks. RepTran identifies suspicious weights using a combination of variance-based and bidirectional scores, then optimizes these weights through differential evolution. Evaluated on 18 fault benchmarks derived from CIFAR-100 and Tiny-ImageNet, RepTran achieved a 74.7% average repair rate, statistically outperforming existing DNN repair methods such as Arachne.

Why it matters: This work presents a novel approach for automated repair of Transformer models, potentially improving the reliability of AI-enabled software systems.

ResearchOfficialarXiv Software Engineering

OpsMem: Dual-Memory Framework for LLM-Based Failure Diagnosis

Researchers introduce OpsMem, a dual-memory framework that coordinates short-term diagnostic state with long-term operational experience using cross-memory resonance. On a real-world Huawei microservice failure diagnosis dataset, OpsMem outperforms agentic-reasoning and knowledge-augmented baselines, improving diagnosis accuracy metrics by up to 46.88% and 18.39%.

Why it matters: OpsMem demonstrates a significant advance in LLM-based failure diagnosis by effectively integrating short- and long-term memory, leading to notably improved diagnostic performance in complex software systems.

ResearchOfficialarXiv Software Engineering

AgentCheck: A Reproduce-Intervene-Mitigate Workbench for LLM Agents over MCP

AgentCheck is an open-source web workbench that enables systematic testing of LLM agents using tools via an MCP server. It records tool responses, injects 12 types of faults, and allows developers to re-run agents to evaluate the effectiveness of mitigations. In tests across five agents, the best agent passed 105 out of 120 scenarios, while the weakest passed 77, with most failures involving silent misuse of incorrect tool outputs.

Why it matters: AgentCheck addresses a critical gap in reliability testing by providing a reproducible and controlled environment to evaluate and improve the robustness of tool-using LLM agents before deployment.

ResearchOfficialarXiv Software Engineering

LLMs Fail to Generate Compilable Unity Game Scenes in Single Pass, Study Finds

A new preprint evaluates large language models' (LLMs) ability to generate Unity C# game scenes in a single pass, without iterative repair. Across 10,400 generations, none of the outputs compiled successfully. The study categorizes over 90,000 compiler errors, finding that most failures stem from invented or misused Unity APIs rather than general code structure, highlighting a key limitation in LLMs' domain-specific knowledge.

Why it matters: This work demonstrates a fundamental barrier to using LLMs for domain-specific code generation without iterative feedback, clarifying the gap between LLMs' general knowledge and practical software engineering needs.

ResearchOfficialarXiv Statistical ML

Edge Cluster Expansion with Radial Rotary Attention Improves Machine Learning Interatomic Potentials

A new study introduces two novel interaction building blocks for machine learning interatomic potentials: the Edge Complex Product Basis and Radial Rotary Complex Attention. The proposed model, TECE-OAM-RRA-1.0, demonstrates state-of-the-art performance on the Matbench Discovery benchmark, surpassing previous methods. The work also presents improvements to the Atomic Cluster Expansion module and evaluates the approach on multiple datasets.

Why it matters: Improved accuracy in machine learning interatomic potentials can significantly enhance materials science simulations and discovery.

ResearchOfficialarXiv Software Engineering

LMVQA: LLM-Based Multimodal QA System for Diagram-Rich Technical Meeting Videos

Researchers introduced LMVQA, a large language model-based multimodal question-answering system designed for technical meeting videos containing diagram-rich content such as UML diagrams. LMVQA significantly improved answer accuracy over a state-of-the-art baseline, from 31% to 94% on an industrial dataset and from 21% to 88% on a public dataset. The system also reduced average response time and LLM API costs after a one-time video indexing process. Interviews with domain experts highlighted LMVQA's value for locating relevant information and tracing rationale in software engineering meetings.

Why it matters: LMVQA addresses the challenge of efficiently retrieving knowledge from complex, diagram-rich meeting recordings, which is crucial for software engineering teams relying on asynchronous communication.

ResearchOfficialarXiv Software Engineering

Foundation Models of Human Cognition Improve Prediction of Program Comprehension

A new study evaluates Centaur, a foundation model trained on data from 160 general psychological experiments, on nine program-comprehension tasks. Centaur's predictions of human responses align more closely with actual human data than those of its base model, Llama 3.1. The model relies less on prior trial information and more on task-specific context, indicating that cognitive patterns learned from general psychology can transfer to complex software engineering tasks.

Why it matters: This research demonstrates that foundation models of human cognition can be leveraged to better predict developer behavior, potentially informing the design of improved tools for code understanding and developer support.

Products & AgentsOfficialAWS Machine Learning Blog

Multi-agent social intelligence with Strands Agents and Amazon Bedrock

Thrad.ai deployed a multi-agent system using Strands Agents and Amazon Bedrock AgentCore to automate the process from prospect discovery to personalized email generation. The AWS blog post compares Swarm and Graph orchestration patterns with benchmarks on latency, cost, and email quality. It also discusses prospect scoring, intent classification, and governance controls for production deployment.

Why it matters: This case study provides practical insights into deploying multi-agent systems for sales automation, including orchestration patterns and governance considerations.

ResearchOfficialarXiv Robotics

Action Map Policy: Learning 3D Closed-loop Manipulation via Pixel Classification

Researchers introduce Action Map Policy (AMP), a method that formulates 3D closed-loop manipulation policy learning as a classification problem in image space. By projecting 3D actions onto camera image planes and treating each pixel as a discrete class, AMP enables millimeter-level precision without requiring a large action vocabulary. Experiments demonstrate that AMP achieves higher success rates and faster inference than strong baseline methods across various manipulation tasks.

Why it matters: This approach offers a novel and efficient action representation for robot learning, potentially enabling more precise and scalable manipulation policies.

ResearchOfficialarXiv Robotics

World Models as Adversaries: Multi-Agent Self-Play Fine-Tuning for Robust Motion Planning

Researchers introduce Adversarial World Modeling (AWM), a multi-agent self-play fine-tuning framework that transforms a planner's world model into an adversary to generate rare and safety-critical driving scenarios. The approach employs a decoupled min-max game solver with counterfactual credit assignment and regret-aware optimization. Experiments on nuPlan and InterPlan benchmarks indicate that AWM improves closed-loop performance in both typical and challenging long-tail traffic scenarios.

Why it matters: This work provides a principled method for training autonomous vehicles to handle rare and dangerous traffic situations without relying on external scenario generators or extensive simulation.

ResearchOfficialarXiv Robotics

PIER-Flow: Physics-Informed Efficient Rectified Flow for Real-Time Mobile Robot Navigation

Researchers introduce PIER-Flow, a lightweight navigation policy for mobile robots that distills a Model Predictive Control (MPC) expert into a continuous-time ODE, enabling single-step action generation. In simulation, PIER-Flow achieves a 98.85% success rate with zero collisions and an average inference time of approximately 1.29 ms, representing a 37.2× speedup over MPC and over 800× over standard diffusion models. Real-world deployment on edge hardware demonstrates stable inference latency of around 5.3 ms, outperforming planning baselines in responsiveness and reliability.

Why it matters: PIER-Flow demonstrates a significant advance in enabling real-time, collision-free navigation for mobile robots in dense environments, particularly on resource-constrained hardware.

ResearchOfficialarXiv Robotics

SUREFlow: State-space Uncertainty-aware Residual Flow Matching for Robust Robot Manipulation

SUREFlow is a new framework for robot manipulation that leverages a Mamba backbone to jointly predict action velocities and input-dependent residual uncertainty, allowing selective refinement of unreliable action dimensions. On the LIBERO benchmark, SUREFlow achieves a 92.5% average success rate, outperforming the Mamba-based MaIL by 34.2%. On LIBERO-PRO, it attains around 49% success rate with only 179M parameters, comparable to much larger vision-language-action models with 3-7B parameters.

Why it matters: SUREFlow shows that explicit uncertainty modeling in action generation can substantially improve the robustness and efficiency of robot manipulation, achieving strong performance with far fewer parameters than existing large models.

ResearchOfficialarXiv Software Engineering

Agentic Code Requires More Post-Merge Maintenance and Introduces More Vulnerabilities

A longitudinal study of 182 repositories finds that while agentic and human code contributions have similar overall maintenance rates, agentic code requires significantly more corrective maintenance and introduces more security weaknesses and dependency vulnerabilities. The study also finds that a 10 percentage-point increase in a project's no-review rate is associated with a 6% increase in agentic maintenance burden.

Why it matters: As AI coding agents become more common, this research shows that merge success is not enough; agentic tools must be designed to produce code that remains secure and maintainable over time.

ResearchOfficialarXiv Robotics

BucketKD: Safety-Aware Knowledge Distillation for End-to-End Motion Planning

Researchers introduce BucketKD, a knowledge distillation framework designed to compress large end-to-end motion planning models for autonomous driving while maintaining safety. The method uses adaptive buckets to capture scene semantics and incorporates a safety-aware attention mechanism based on time-to-collision. Experiments in the CARLA simulator demonstrate that BucketKD achieves higher planning accuracy and safety compared to state-of-the-art methods, with strong model compression.

Why it matters: This approach could facilitate the deployment of safety-critical autonomous driving models on resource-constrained platforms without compromising performance.

ModelsOfficialarXiv Robotics

SLIDER: Memory-Efficient Aerial Robot Search with Sliding Local Maps

Researchers have introduced SLIDER, a framework for aerial robots that enables efficient target search in large, unknown environments without relying on dense global maps. SLIDER combines a local sliding map with sparse global history, a novel observation quality evaluation, and incremental viewpoint clustering to improve real-time decision-making and reduce computational load. Simulations and real-world experiments show that SLIDER outperforms state-of-the-art methods in memory usage, decision latency, and search efficiency.

Why it matters: This approach could make aerial robots more practical for large-scale search tasks by improving efficiency and reducing hardware requirements.

ResearchOfficialarXiv Robotics

Artificial Foveated Perception Reduces Shortcut Learning in Robotic Foundation Models

Researchers introduce Artificial Foveated Perception (AFP), a lightweight, policy-agnostic module that predicts task-conditioned masks over relevant objects and robot parts to address shortcut learning in robotic foundation models. AFP is used as an auxiliary grounding signal during fine-tuning, aligning policy attention with task-relevant regions and improving generalization. The approach does not require AFP at inference time and is shown to reduce fine-tuning time, suppress overfitting, and enhance robustness to environmental perturbations across state-of-the-art models.

Why it matters: This work offers a practical method to mitigate shortcut learning, a key challenge in deploying robust and generalizable robotic foundation models in real-world environments.