News & Research
The latest AI research and news with real-world stakes — each item sourced, dated, summarized in plain English, and tagged by impact area. Every item is checked against its source before it appears.
Research
Dual-Track Synergistic Regulation of Data and Algorithms in Connected and Autonomous Vehicles: A Systematic Literature Review
Jingwen Cai, Yifen Yin, Yuanyuan Yu et al.
World Electric Vehicle Journal · 2026-07-18
This systematic literature review synthesizes 135 peer-reviewed articles to examine how data privacy and algorithmic safety regulation for Connected and Automated Electric Vehicles (CAEVs) are typically treated as separate silos—and why that fragmentation is problematic. The authors find that traditional notice-and-consent privacy models fail in vehicle-to-everything (V2X) environments, that opaque algorithmic decision-making undermines existing tort liability frameworks, and that cross-national regulatory inconsistency impedes effective governance. They propose a 'dual-track synergistic' governance architecture that couples data lifecycle management with algorithmic safety standards such as ISO/SAE 21434 and UN R155/156, and advocate for adaptive regulatory sandboxes and international standards harmonization.
- AI policy
- Certifications
Research
EU Artificial Intelligence Act: risks and opportunities for the European system
Enrico Maggiora, Claudia Iacobino
Journal of Emerging Perspectives · 2026-07-18
This paper analyzes the EU Artificial Intelligence Act as a risk-based regulatory framework that classifies AI systems by potential harm to rights, safety, and democratic values. It highlights compliance challenges—particularly for SMEs and start-ups facing high-risk AI obligations—while also identifying strategic opportunities such as a trustworthy AI ecosystem, a strengthened Digital Single Market, and the potential 'Brussels effect' of the EU setting a global regulatory standard. The authors argue the AI Act should be understood not as a mere compliance burden but as a long-term competitive advantage for Europe.
- AI policy
- Enterprise
Research
AI winters as legitimacy crises. From the history of technological promises to governance models of generative AI
Mariusz Mazurek, Jacek Gurczyński
AI and Ethics · 2026-07-18
This paper reframes 'AI winters' not as mere technical failures but as legitimacy crises in which the web of promises, funding, commercialization, and social acceptability broke down. Using a hierarchical model of four legitimacy gaps—capability, institutional assessment, commercialization, and governance—the authors reinterpret historical AI winters and argue that generative AI faces a distinctive 'regulatory-economic cooling' driven by compliance costs, training data disputes, infrastructure concentration, and documentation requirements. The paper concludes with four governance implications: promise restraint, evidence of deployment, documentation obligations, and infrastructural pluralization, shifting the central question from whether AI works to under what conditions its development remains politically and ethically legitimate.
- AI policy
Research
Clinical Positioning and Implementation of a Deep-Learning Retinal Biomarker (Reti-CVD) for Cardiovascular Risk Stratification: A Narrative Review
Junseung Rho, Sung Goo Kang, Se‐Hong Kim et al.
Journal of Clinical Medicine · 2026-07-18
This narrative review evaluates Reti-CVD, a deep-learning retinal imaging tool that generates a three-tier cardiovascular risk classification from a retinal photograph. The tool demonstrated a Harrell C-index of approximately 0.75 in studies including UK Biobank and Singapore SEED cohorts, with modest reclassification improvement particularly in borderline-risk individuals. Regulatory status includes Korean MFDS marketing authorization and claimed CE certification under EU MDR, but no US FDA authorization, and no randomized trials have shown that Reti-CVD-guided care improves clinical outcomes. The review concludes it is best positioned as a non-invasive risk enhancer pending independent validation, intervention trials, and cost-effectiveness evidence.
- Certifications
- AI policy
- Quality assurance
Research
AI Safety Compass: A Compact Framework for AI Safety Research and System Design
Ran Liu, Xiaowei Huang
Zenodo (CERN European Organization for Nuclear Research) · 2026-07-18
The AI Safety Compass paper introduces a compact framework that organizes AI safety research and system design around four recurring dimensions: Safety Objective Type, Safety Challenge Type, Safety Control Approach, and Safety Assurance Architecture. The authors argue that AI safety work is currently fragmented across specialized communities using different vocabularies and assumptions, making it difficult to construct coherent, defensible safety architectures from individual advances. The framework provides a shared design logic that allows research contributions to be positioned by their design role, safety routes to be compared and composed, and gaps or mismatches between diagnosis, controls, and evidence to be identified before implementation. This matters because it offers both researchers and system designers a common structure for building, auditing, and maintaining safety claims across diverse AI safety domains.
- Quality assurance
- AI policy
- Certifications
- Enterprise
Research
The AI Implementation Gap: Policy–Audit Misalignment in the UAE and Egypt
John Joshua C. Rañeses, Ain Bemisal Alavi, Rafia et al.
Journal of Business Insight and Innovation · 2026-07-18
This study investigates the gap between AI-related policies and actual audit practice among Big Four firms operating in the UAE and Egypt. Using content analysis of Big Four transparency reports from 2021–2025 and thematic analysis of semi-structured interviews with auditors conducted in 2026, the researchers find that while corporate reports portray AI as a standard component of audit workflows, auditors on the ground report only limited and tokenistic adoption. The authors identify governance shortcomings, regional disparities, and algorithmic complexity as key barriers, and call for better-aligned policy-practice frameworks to enable effective AI integration in auditing.
- AI policy
- Quality assurance
- Enterprise
- Certifications
Research
Mitigating Compiler Fusion-Induced Power Bursts in Mobile NPU Inference as the Battery Depletes
Ryoga Yuzawa, Masayoshi Tomizuka
arXiv · 2026-07-17
This paper investigates how aggressive operator fusion in mobile NPU compilers creates large peak-current bursts during inference, which can trigger dynamic voltage and frequency scaling (DVFS) and increase latency as a smartphone battery depletes. The authors present a measurement study on a commercial smartphone showing that fused 'superlayers' concentrate execution and worsen low-voltage operating margins. They propose a black-box mitigation—a measurement-guided graph rewrite that inserts barriers at peak-to-average power ratio hot spots before compilation—and demonstrate on Snapdragon 8 Gen 3 with MobileNetV4 that this reduces peak current from 3.12 A to 1.94 A with only 3.76% latency overhead, shifting the inferred DVFS margin by approximately 173 mV. This matters for mobile AI deployment because it enables more stable, reliable inference performance under real-world low-battery conditions without requiring access to proprietary compiler internals.
- Enterprise
- Quality assurance
Research
Nonuniformity Principle in Human-AI Coworking
An Luo, Jie Ding
arXiv · 2026-07-17
This paper addresses the challenge of optimally scheduling human oversight within multi-step AI workflows, where unlimited human review is impractical due to time and resource constraints. The authors derive a 'nonuniformity principle' stating that optimal placement of human oversight stages should follow non-decreasing gaps as a workflow progresses. They validate this principle empirically in two AI agent workflows—writing literature reviews and constructing websites—finding that strategic oversight placement improves user satisfaction while reducing unnecessary rework and token consumption. These findings offer actionable guidance for designing human-AI collaboration systems in enterprise and quality-assurance contexts.
- Workforce
- Enterprise
- Quality assurance
Research
Binding Drift in Multi-Step Tool-Augmented Agents
Rahul Suresh Babu, Shashank Indukuri
arXiv · 2026-07-17
This paper investigates how entity-binding errors evolve across multi-step workflows in tool-augmented language model agents—specifically distinguishing 'binding drift' (a correct binding becoming wrong later) from 'error propagation' (a wrong binding carried forward). In a controlled testbed of 200 workflows across four enterprise domains and eight model backends, the authors find that a naive 'entity lock' fix amplifies wrong actions by 3x on average and up to 8.5x on Claude Opus 4.5, while a lightweight LLM-based re-verifier reduces wrong actions by 79%, nearly matching an oracle upper bound. The work matters for enterprise AI deployments and quality assurance because it shows that intuitive persistence-based fixes can dramatically worsen outcomes, and that cheap re-verification is a practical mitigation for agentic systems operating over external tools.
- Enterprise
- Quality assurance
Research
K-IPO: Kendall-constrained Importance Preserving Oversampling for Imbalanced Tabular Data
Marios Tyrovolas, Argiris Sofotasios, Dimitris Metaxakis et al.
arXiv · 2026-07-17
K-IPO (Kendall-constrained Importance-Preserving Oversampling) is a new framework for handling class imbalance in tabular data that addresses a previously unresolved problem: existing oversampling methods distort the feature importance rankings that underlie model explanations. The authors propose a generator-agnostic 'generate-then-select' approach that iteratively generates minority-class candidates and accepts them only when their inclusion maintains a user-defined minimum Kendall's tau correlation with the original feature importance ranking. Evaluated on 20 imbalanced binary classification datasets with three classifiers and multiple explanation methods, K-IPO achieved best or tied-best results in feature importance preservation, explanation consistency, and class separability while generally improving predictive performance. This matters for AI quality assurance and enterprise deployments where faithful model explanations are critical for trust and decision-making.
- Quality assurance
- Enterprise
Research
To Police or to Guide: How Higher Education Computer Science Instructors Design and Implement Generative AI Policies
Xingjian Gu, Wells Lucas Santo, James M. Zumel Dumlao et al.
arXiv · 2026-07-17
This study examines how U.S. computer science instructors in higher education design and implement generative AI course policies, drawing on 13 semi-structured interviews. The researchers found that while instructors acknowledge AI tools can harm student learning, most policies focus on 'AI-proofing' assessments—such as switching to paper exams—rather than directly supporting student learning outcomes. These policing-oriented approaches create extra burden for instructors and strain student-instructor relationships. The authors recommend shifting toward learning-oriented AI policies that guide students toward healthier AI usage habits.
- Workforce
- AI policy
Research
Retrieval is Enough: Training-Free Interpretability with a Tool-Using Agent
Sriram Balasubramanian, Soheil Feizi
arXiv · 2026-07-17
This paper introduces HARP (Hypothesis-driven Agentic Retrieval and Probing), a training-free neural network interpretability method that equips an LLM agent with a vector database of activations paired with textual contexts, along with tools for manipulating those activations. Despite requiring no training, HARP outperforms training-based methods—including activation oracles and SAE-based agents—on concept discovery, concept detection, model steering, and secret elicitation tasks. The results suggest that current training-based interpretability methods do not extract insights beyond what is already recoverable from their training data, motivating new benchmarks that require interpretability methods to demonstrate genuinely novel insights. This matters for AI quality assurance and enterprise deployment, as it shows that cheaper, more flexible approaches can match or exceed costly trained methods for understanding what neural networks have learned.
- Quality assurance
- Enterprise
Research
One Modality to Forget Them All: Enhancing Cross-Modal Unlearning in Vision-Language Models
Sudharshan Balaji, Yili Ren, Guangjing Wang et al.
arXiv · 2026-07-17
This paper investigates whether machine unlearning applied to one modality (text or vision) in Vision-Language Models (VLMs) transfers to the other modality, finding that such cross-modal transfer is asymmetric and incomplete. The authors show that typographic attacks—which manipulate the visual presentation of text—can recover previously unlearned knowledge, revealing shallow unlearning. To address this, they propose CrossInf, an influence-guided strategy that targets transformer blocks most responsible for cross-modal generalization, reducing the transfer gap by more than half in strongly fused architectures and cutting typographic attack success rates to near zero. These findings have important implications for the security and reliability of VLMs deployed in enterprise and policy-sensitive contexts, where ensuring hazardous knowledge is truly removed is critical.
- Quality assurance
- AI policy
- Enterprise
Research
Signal-based Model Access Risk Analysis for AI System Operations Security
Maria Mahbub, Steven Young, Amir Sadovnik et al.
arXiv · 2026-07-17
This paper introduces SMART (Signal-based Model Access Risk Taxonomy), a deployment-oriented framework for classifying the security risks facing AI systems based on the type and richness of output signals that attackers can observe from deployed models. The authors argue that existing white-box/gray-box/black-box taxonomies inadequately distinguish between deployment scenarios that expose very different information—such as final decisions only versus confidence scores, intermediate representations, or full parameters—even when all are labeled 'black-box.' By organizing evasion attacks according to these signal levels, SMART provides a structured way to understand how attack capabilities scale with information exposure. The framework is intended to inform more secure AI procurement and deployment decisions across high-stakes domains including security, finance, healthcare, and cloud services.
- Enterprise
- AI policy
- Quality assurance
Research
Interactive Task Alignment as a POMDP
Andy Dai, Zexue He, Zhenyu Zhang et al.
arXiv · 2026-07-17
This paper studies 'task alignment'—the ability of language models to clarify and align with users on ambiguous, underspecified tasks before executing them. The authors formalize this as a Partially Observable Markov Decision Process (POMDP) and benchmark models across shopping, coding, and professional work settings, finding that current models recover the user's intended task only 22–32% of the time under ambiguity, compared to 48% for humans. While post-training via supervised fine-tuning and reinforcement learning improves performance, models still act prematurely and fail to resolve ambiguity effectively. The findings highlight a critical gap in model interaction abilities relevant to deploying AI assistants as reliable agents in real-world enterprise and workforce settings.
- Workforce
- Enterprise
- Quality assurance
Research
Evaluating Open-Weight LLMs for Generating Structured Threat Information for Autonomous Vehicle Vulnerabilities
Md Erfan, Ahmed Ryan, Md Kamal Hossain Chowdhury et al.
arXiv · 2026-07-17
This paper evaluates 11 open-weight large language models (ranging from 4B to 120B parameters) on their ability to convert plain-text vulnerability descriptions for Connected and Autonomous Vehicles (CAVs) into structured threat intelligence using the STIX format. The researchers built a dataset called CAV-STIXGen mapping CAV-related CVEs to STIX domain and relationship objects, Common Weakness Enumeration entries, and MITRE ATT&CK techniques, then tested various prompting strategies and model configurations. Single-model setups achieved strong results for some tasks (F1 of 0.94 for STIX domain objects, 0.99 for CWE mapping) while relationship and ATT&CK mapping proved more difficult, and a multi-agent configuration using Gemma-4-31B and Codestral-22B showed competitive performance. The work demonstrates that AI-assisted automation of vulnerability-to-STIX translation could streamline threat intelligence workflows and help prioritize defenses in transportation security.
- Quality assurance
- AI policy
- Enterprise
Research
An Exam for Active Observers
Jiarui Zhang, Muzi Tao, Shangshang Wang et al.
arXiv · 2026-07-17
ActiveVision is a new benchmark designed to test whether multimodal large language models (MLLMs) can perform 'active observation'—the iterative, hypothesis-driven visual perception that humans use rather than a single static image scan. Comprising 17 tasks across 3 categories, the benchmark requires repeated visual perception loops rather than one-shot descriptions. Frontier models fail dramatically: the best-performing model, GPT-5.5, solves only 10.6% of items and scores zero on 11 of 17 tasks, while three human participants average 96.1%. The results reveal a fundamental gap in current MLLM architectures and motivate new training objectives that better close the perception-reasoning loop.
- Quality assurance
- Enterprise
Research
Automated Hardware Validation Test Plan Generation for Large Scale AI Datacenter Platforms Using a Generative AI Multi-Agents Architecture
Mohammed-Khalil Ghali, Saurabh Kulkarni, Prathamesh Kulkarni et al.
arXiv (Cornell University) · 2026-07-17
This paper presents a generative AI multi-agent system that automates the creation of hardware validation test plans for large-scale AI datacenters, replacing a manual, labor-intensive process. The system uses three specialized agents—ingestion, classification, and generation—to convert hardware documents and bills of materials into structured, traceable test cases. Evaluated on two production platforms, the framework achieved test coverage expansions of 74.2% and 51.4%, reduced authoring time from days to hours, and demonstrated 100% extraction fidelity according to automated and expert evaluations. The approach matters because it reduces dependence on institutional knowledge, eliminates coverage gaps, and provides full traceability from test cases back to source specifications.
- Quality assurance
- Enterprise
- Workforce
Research
Fantastic Adaptive Taxonomies and How to Use Them
Mert Cemri, Andrei Cojocaru, Melissa Pan et al.
arXiv · 2026-07-17
This paper introduces AdaMAST, a system that automatically builds structured 'failure taxonomies' from AI agent execution traces — compact vocabularies of named failure codes organized along system, role, and domain axes — without any human annotation. These taxonomies serve as a shared feedback interface that improves agent systems in three ways: guiding agent-system search, providing runtime feedback (raising SWE-agent's resolution on SWE-bench Verified Mini from 60% to 70%, and Claude Code from 64.0% to 70.7%), and enabling a verifier (AdaMAST-Judge) that improves best-of-5 accuracy on Terminal-Bench 2.0 by 8–15 points over Pass@1. The induced vocabulary is an order-of-magnitude compression of raw traces, matches expert failure annotations more closely than hand-crafted vocabularies, and adapts across domains. This matters for quality assurance and enterprise AI deployment, as it offers a principled, scalable way to diagnose and correct recurring agent failures without changing model weights or requiring human labeling.
- Quality assurance
- Enterprise
Research
A Methodology for Auditable Trustworthiness Levels in AI Lifecycle Governance
Andrea Ferrario
arXiv (Cornell University) · 2026-07-17
This paper proposes a methodology for assigning and tracking auditable trustworthiness levels to AI systems throughout their lifecycle, addressing a gap between high-level governance principles and narrow metric-driven approaches. The methodology combines a formal framework—using interpretable decision trees to learn trustworthiness levels from measurable dimensions—with a governance procedure covering design-time labeling, post-deployment monitoring, reassessment, and reporting. Key diagnostics include boundary margins and profile drift, which help detect when an AI system's trustworthiness has changed in governance-relevant ways. The approach is intended to support conformity documentation and provide an evidential basis for human decision-makers without replacing legal or expert judgment.
- Certifications
- AI policy
- Quality assurance
Research
CRAFT: Clustering Rubrics to Diagnose Weak LLM Capabilities and Generate Targeted Fine-Tuning Data
Vipul Gupta, Zihao Wang, Razvan-Gabriel Dumitru et al.
arXiv · 2026-07-17
CRAFT is a method that converts rubric-based evaluation datasets into model-specific diagnoses of weak capabilities by extracting capability descriptions from prompt-rubric pairs, clustering them into a hierarchical tree, and identifying low-performing nodes to guide targeted fine-tuning data generation. Rather than simply identifying where a model fails, CRAFT explains why it fails at the level of individual grading criteria. Tested across four open-source models in finance and legal domains against 13 held-out benchmarks, CRAFT achieves the strongest domain average performance for most models compared to prompt-level clustering and untargeted random data generation. This matters for enterprise AI development and quality assurance, as it provides a principled pipeline for diagnosing and systematically improving LLM weaknesses before deployment.
- Enterprise
- Quality assurance
Research
Harmonizing AI Safety Thresholds
Wilber Sean Anterola, Matthew Ball, Luis F. Lafuerza et al.
arXiv (Cornell University) · 2026-07-17
This paper addresses the fragmented landscape of AI safety thresholds published by frontier AI companies, which vary substantially and hinder third-party verification and cross-company comparison. The authors develop a methodology for harmonizing thresholds across three risk domains: cyber misuse, biological misuse, and automated AI R&D. For misuse risks, they use expected harm as the key primitive with an explicit risk-modeling approach accounting for risk channels and model release conditions; for automated AI R&D, they base their proposed threshold on observed rates of AI progress. The work highlights empirical gaps and limitations in current approaches and warns that without common minimum thresholds, inconsistent risk mitigation could create a race to the bottom in safety standards.
- AI policy
- Certifications
- Quality assurance
Research
Controlling Implicit Shortcut Reliance in L2 Spoken English Auto-markers
Shilin Gao, Mark J. F. Gales, Kate M. Knill
arXiv · 2026-07-17
This paper addresses a critical flaw in automated language proficiency assessment systems: transformer-based auto-markers can learn 'shortcuts'—over-relying on specific input features—allowing learners to game the system without genuinely improving their language ability. The authors introduce a novel training criterion designed to reduce this shortcut reliance in both audio-based and speech-recognition-text-based assessment systems. Results show that without the fix, both systems exhibit higher correlations with exploitable features than human raters do, and that the new training criterion brings these correlations closer to the human reference. This matters for the integrity and fairness of automated English proficiency certification and assessment tools.
- Certifications
- Quality assurance
Research
Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning
Ajay Patel, Kartik Hosanagar, Ramayya Krishnan et al.
arXiv (Cornell University) · 2026-07-17
This paper introduces BusinessCaseBench, a benchmark built from hundreds of business school case study questions spanning eighteen disciplines, each graded against expert-written instructor rubrics. The study finds that frontier large language models already score highly on these evaluations and that capability within at least one model family has improved substantially over two years. The results suggest AI performance on complex analytical knowledge work—such as synthesizing information, exercising judgment under uncertainty, and multi-stakeholder reasoning—is already strong and rapidly advancing. The authors argue this has direct implications for business school education and for entry-level professional roles historically anchored by these analytical skills.
- Workforce
- Enterprise
- Certifications
- AI policy
Research
Revisiting data-driven dynamic security assessment with a tabular foundation model
Olayiwola Arowolo, Maosheng Yang, Jochen Cremer
arXiv · 2026-07-17
This paper applies a tabular foundation model (TFM) to power system dynamic security assessment (DSA), which evaluates the risk of electrical faults using machine learning. Unlike existing approaches that require large labeled datasets and a separate trained model for each contingency scenario, the TFM uses in-context learning so a single model handles many contingencies without retraining or hyperparameter tuning. Case studies on the IEEE 68-bus system show the TFM achieves an average Macro F1 score of about 90% with only 120 labeled samples per contingency—roughly two orders of magnitude fewer than conventional methods—and can generalize to unseen contingencies using as few as 10 labeled samples with electrical distance coordinate encoding. This work matters for enterprise power system operations by dramatically reducing the data and maintenance burden of deploying AI-based grid security tools.
- Enterprise
- Quality assurance