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
RAGAL: A Frugal, Fully Local Retrieval-Augmented Assistant for Technical Support at a Government Agency
Dan Musetoiu
arXiv · 2026-07-21
RAGAL is a fully local retrieval-augmented generation (RAG) assistant built for a Romanian government agency (AFIR) that handles rural investment financing, designed under strict constraints: no data can leave the premises, all processing runs on a single consumer laptop with 8 GB of VRAM, and the system only drafts responses for human review. The paper shows that investing in retrieval engineering and fine-tuning the bge-m3 embedder on real support ticket data — rather than using a larger generator — was the highest-leverage improvement, raising internal evaluation scores from 62% to 81% and recall@10 from 0.663 to 0.850. The authors also document notable findings such as PII masking improving generation quality, a structural approach that eliminates SQL hallucination by construction, and a silent domain degradation pitfall from single-domain fine-tuning that required per-domain evaluation sets and locally generated queries to detect and fix. The work provides a reproducible recipe and public pipeline scripts for public institutions needing fully local, privacy-preserving AI assistants over sensitive multilingual document corpora.
- Enterprise
- AI policy
- Quality assurance
Research
AgentDebugX: An Open-Source Toolkit for Failure Observability, Attribution, and Recovery in LLM Agents
Kunlun Zhu, Xuyan Ye, Zhiguang Han et al.
arXiv · 2026-07-21
AgentDebugX is an open-source debugging framework designed to improve failure observability and recovery in large language model (LLM) agents, addressing the challenge that the step where an error surfaces is often not the step that caused it. Its core component, DeepDebug, performs multi-turn root-cause diagnosis through global trajectory understanding and cross-examination, achieving 28.8% exact agent-and-step attribution accuracy on the 'Who and When' benchmark compared to 21.7% for the strongest single-pass baseline. On the GAIA benchmark, DeepDebug repaired 13 of 73 failed tasks in a single rerun versus 4–6 for decoupled self-correction baselines, improving overall accuracy from 55.8% to 63.6%. This toolkit matters for enterprise and quality-assurance teams deploying LLM agents, as it provides structured detection, attribution, recovery, and rerun workflows through a Python library, CLI, web console, and shared failure-diagnosis memory hub.
- Enterprise
- Quality assurance
Research
Find Before You Fine-Tune: A Diagnostic Study of Small LLMs for Cybersecurity QA
Shaswata Mitra, Subash Neupane, Trisha Chakraborty et al.
arXiv · 2026-07-21
This paper introduces FiT (Find before Fine-Tune), a diagnostic framework for evaluating small large language models (LLMs) before fine-tuning them for cybersecurity question-answering tasks. The framework assesses three capabilities—vocabulary recognition, parametric knowledge, and contextualization of retrieved information—across five open-weight 7-billion-parameter models under two fine-tuning regimes. The study finds that fine-tuning does not uniformly help: it consistently degrades vocabulary and parametric knowledge in small models, with knowledge-focused and instruction-focused tuning producing distinct, measurable tradeoffs. The results suggest that pre-fine-tuning diagnostic screening can identify unsuitable models, reduce unnecessary adaptation costs, and support safer deployment of small LLMs in cybersecurity pipelines.
- Quality assurance
- Enterprise
- AI policy
Research
What the Waveform Knows: Transparent-first Speech and Audio Intelligence with Caption Studio
Cheng Siong Chin, Jianhua Zhang, Mohan Venkateshkumar
arXiv (Cornell University) · 2026-07-21
Caption Studio is a speech and audio intelligence platform that converts spoken audio and video into structured, searchable content using automated transcription, speaker diarization, and a suite of acoustic and linguistic analytics including pitch, speaking rate, sentiment, and filler-word frequency. A central contribution is its transparency-first framework, which explicitly labels every reported metric as measured, derived, or unavailable, improving traceability and interpretability of speech analytics. The paper details the system architecture, benchmarking methodology, and explainability and uncertainty framework, with discussion of considerations for enterprise-scale deployment. This matters for enterprise and quality-assurance contexts where reliable, auditable AI-driven speech analytics are needed at scale.
- Enterprise
- Quality assurance
Research
SciHazard: A Benchmark for Measuring Scientific Safety Risks with Decomposed Harm Scoring
Chunxiao Li, Yuan Xiong, Lijun Li et al.
arXiv · 2026-07-21
SciHazard introduces a benchmark and evaluation framework for measuring the scientific safety risks posed by large language models (LLMs), addressing gaps in existing benchmarks that use templated queries and lack domain grounding. The benchmark includes 2,400 hazardous questions and 600 oversafety questions spanning 12 disciplines, with a decomposed scoring method (DeHarm-Score) that factors in query hazard severity, refusal behavior, executability, and net-new risk. An expert-validation study shows DeHarm-Score improves agreement with expert annotations by 90.17% over the strongest baseline. Critically, the evaluation of 31 frontier LLMs and deep research agents finds that autonomous research agents score 32.3% higher on mean DeHarm-Score than standard LLMs, highlighting a significant blind spot in current AI safety defenses.
- Quality assurance
- AI policy
- Certifications
Research
Broken Gates: Re-evaluating Web Bot Defenses in the Age of LLM Agents
Behzad Ousat, Nikita Turkmen, Lalchandra Rampersaud et al.
arXiv (Cornell University) · 2026-07-21
This paper systematically evaluates how well current web bot defenses—including CAPTCHA challenges and non-interactive trust-based systems like reCaptcha v3 and Cloudflare Turnstile—hold up against both commercial CAPTCHA-solving services and LLM-based browser agents. The study finds that challenge-based defenses are broadly ineffective against commercial solvers, which achieve near-perfect bypass at negligible cost, and can also be defeated by LLM agents when a dedicated solver module is available. For non-interactive defenses, the authors show through behavioral trace analysis that the determining factor for bypass is not agent behavior but execution-environment authenticity, revealing that the true security boundary lies at the environment layer rather than in observable user behavior. These findings have significant implications for how bot management systems should be designed and evaluated in an era of increasingly capable AI agents.
- AI policy
- Enterprise
- Quality assurance
Research
Mark, Don't Erase: Token Inoculation for Dual-Use Knowledge in LLMs
Seunghyun Lee, Dongyoon Han, Sangdoo Yun
arXiv · 2026-07-21
Token Inoculation is a new safety method for large language models (LLMs) that avoids the trade-offs of existing approaches like unlearning or refusal training by treating safety alignment as a conditioning problem rather than a forgetting one. During continued pre-training, hazardous dual-use content is marked with a special token so the model binds that marker to the underlying semantics of the hazardous domain; during fine-tuning, the model learns to answer correctly when the token is present and refuse when it is absent. On the WMDP-Bio benchmark, the method reduces model accuracy on hazardous queries from 79% to 18% while retaining 93% of benign-domain performance on MMLU, outperforming unlearning and refusal-tuning baselines across 1B–14B model scales. This work matters for AI safety policy and quality-assurance because it demonstrates that behavioral control over sensitive knowledge can be more precise when that knowledge is retained under controlled access rather than destroyed.
- AI policy
- Quality assurance
- Certifications
Research
CPInj: Uncovering Prompt Injection Risks in Textual Collaborative Prompt Optimization
Xinting Liao, Behnoosh Zamanlooy, Masoumeh Shafieinejad et al.
arXiv · 2026-07-21
This paper investigates a new security vulnerability in Textual Collaborative Prompt Optimization (TCPO), a decentralized framework where multiple clients jointly improve prompts for large language models while keeping their data local. The authors propose CPInj, a prompt injection attack that embeds malicious instructions into local prompts that then propagate through server-side aggregation, degrading downstream task performance and resisting both purification and detection-based defenses. They also introduce APAgg, a defense-oriented aggregation method that partially mitigates the attack, though experiments across three LLM families and five reasoning tasks show the vulnerability remains largely unresolved. This work highlights a critical security risk in collaborative LLM optimization systems that has important implications for enterprise deployments and AI quality assurance.
- Enterprise
- Quality assurance
- AI policy
Research
Stochastic Meta-Unlearning: Bridging Language Backbone and Multimodal Unlearning
Zijie Liu, Jinhao Duan, Gaowen Liu et al.
arXiv · 2026-07-21
This paper addresses machine unlearning in vision-language models (VLMs), revealing that content erased from a language backbone alone can be recovered when image information is reintroduced to the full VLM. To fix this, the authors propose Stochastic Meta-Unlearning (SMU), a bilevel framework that uses VLM-level feedback during training so that unlearning updates to the language backbone account for the model's full multimodal behavior. Experiments across two VLMs and two multimodal meme datasets show SMU reduces average Forget accuracy by 10.52 points while improving Retain and Test accuracy by 20.10 and 17.01 points respectively compared to the strongest baselines. These findings matter for AI safety and policy, as they demonstrate that single-modality unlearning approaches are insufficient for reliably removing harmful or sensitive content from multimodal AI systems.
- AI policy
- Quality assurance
Research
Achieving Audit Log Completeness in Agentic RAG Systems: A Framework for SAP Financial Workflows
Greg Johansson, Dane Kalorii
arXiv · 2026-07-21
This paper proposes a framework for achieving complete audit logging in Agentic Retrieval-Augmented Generation (RAG) systems deployed within SAP financial workflows. The framework introduces a causal provenance layer that cryptographically links agent reasoning steps, retrieved documents, tool invocations, and financial postings into an immutable audit graph, built on three pillars: semantic coverage, action atomicity, and non-repudiation. Evaluated on an SAP S/4HANA testbed with synthetic financial transaction data, the framework achieves 99.97% log completeness with under 7.2% latency overhead, enabling full traceability of AI-generated financial entries. The work is directly relevant to enterprises seeking to deploy generative AI in regulated financial environments while satisfying statutory auditability and compliance requirements.
- Enterprise
- Quality assurance
- Certifications
Research
Adaptive self-supervised learning for real-time problem solving in autonomous systems
Nagunuri Rajender, Girish Reddy Ginni, K. M. Rayudu et al.
Scientific Reports · 2026-07-21
AdaptSolveAI introduces a self-supervised learning framework for autonomous systems that continuously adapts to shifting data distributions without labels, while enforcing hard real-time and safety constraints. On benchmarks spanning driving, navigation, manipulation, and scheduling, it outperforms the strongest baseline on normalized return (0.86 vs. 0.79), task success rate (77.9% vs. 70.3%), and safety violations (3.9% vs. 5.8%), while missing at most 1% of deadlines. The system uses parameter-efficient model updates, a shift-aware replay buffer, and a control-barrier function supervisor to keep adaptation computationally feasible for embedded deployments. The authors argue the framework offers a path toward standardized evaluation and certification of learning-enabled autonomous systems.
- Certifications
- Quality assurance
Research
Perspective Chapter: Educating Clinicians for AI-Driven Care and Surgery – Literacy, Human-Centered Design and the EU AI Act
Sebastian Fitzek, Corina Drăgan
IntechOpen eBooks · 2026-07-21
This perspective chapter argues that as AI systems in medicine shift from passive decision-support to agentic clinical assistants capable of automating documentation and surgical workflows, medical education must fundamentally adapt. The authors propose a three-pillar curriculum framework—advanced technical literacy, human-centered design, and EU AI Act regulatory compliance—mapped onto existing clinical rotations, and introduce a human-centered integration checklist for wards and operating rooms to address risks such as automation bias and hallucinations. The chapter also translates EU AI Act obligations, including high-risk classification and postmarket monitoring, into concrete hospital policies and training program requirements. The work is grounded in surveys of medical and dental students on AI trust and preparedness, and is intended to guide educators and decision-makers in building a workforce capable of safely supervising autonomous clinical systems.
- Workforce
- AI policy
Research
AI/ML in Chemical Engineering: From molecular design to industrial process optimization
Fatemeh Valizadeh Hajidehi, Azam Mina
Chemical and Process Engineering New Frontiers · 2026-07-21
This comprehensive review examines how AI and machine learning methods—including graph neural networks, physics-informed neural networks, deep reinforcement learning, and generative AI—are being applied across chemical engineering from molecular design to industrial process optimization. The paper reports landmark results such as a 71% reduction in experimental iterations for reaction optimization, 98% accuracy in predictive maintenance via LSTM-based fault detection, sub-1% prediction errors in semiconductor virtual metrology, and a 52% improvement in operational acceptance of safety-critical applications through explainable AI techniques like SHAP analysis. The authors also highlight persistent barriers including data quality, model interpretability for regulatory compliance, and integration with legacy infrastructure. The findings matter for industrial enterprises seeking to modernize chemical manufacturing and for quality-assurance and certification efforts that require transparent, physically grounded AI models.
- Enterprise
- Quality assurance
Research
Discourse on technological sovereignty and disciplining practices in contemporary Russia
Aleksandr Manuilov
Edward Elgar Publishing eBooks · 2026-07-21
Drawing on ethnographic research conducted between 2022 and 2025, this chapter examines how AI-powered surveillance tools in Russia—including IS MIR, Face Pay, and the Little Palms biometric system—are deployed as instruments of censorship, political suppression, and population control. The author applies Foucault's frameworks of sovereign and disciplinary power to analyze Russia's 'technological sovereignty' discourse, arguing that AI serves to depoliticize repression and legitimize authoritarian governance over both public and private life. The work situates AI not as a neutral technological advance but as a mechanism embedded in state power structures.
- AI policy
Research
Global Robots
Fabrizio Leone
CESifo · 2026-07-21
This paper examines the global industrial robot market, focusing on how the supply side—specifically oligopolistic multinational robot manufacturers—shapes the outcomes of automation-related policies. Using new data and a multi-country general equilibrium model, the author finds that robot suppliers' market entry and pricing responses amplify the aggregate and distributional effects of robot-targeting policies and transmit those effects across national borders. The findings suggest that policy interventions aimed at automation technology can have unintended international spillovers driven by supplier behavior.
- Workforce
- AI policy
Research
Artificial Intelligence and Predictive Policing: Reconstructing Fair Trial Principles in the Age of Algorithmic Justice
Ahmad Nurun, Ismaya Dewi Priyani
Decisio Journal of Judicial Law and Procedure · 2026-07-21
This legal research article examines how AI-driven predictive policing and algorithmic risk assessment tools challenge core fair trial principles—including the presumption of innocence, transparency, and equality before the law—across multiple jurisdictions including the US, EU, China, and Indonesia. The study finds that existing procedural safeguards are inadequate because they were designed for human decision-makers, and that AI systems reproduce structural discrimination embedded in historical criminal data. The article proposes a reconstructed framework of human-centered algorithmic governance emphasizing transparency, explainability rights, independent auditing, and digital procedural rights to preserve constitutional legitimacy in criminal justice.
- AI policy
Research
Civil liability for damage caused by artificial intelligence systems: key issues of legal regulation in the Republic of Kazakhstan
Ж. Шаривхан, L. Satybaldy, B. S. Koldassov et al.
Eurasian Scientific Journal of Law · 2026-07-21
This article examines how Kazakhstan's existing civil liability framework handles harm caused by AI systems, finding that traditional tort mechanisms in the Civil Code are inadequate for addressing algorithmic autonomy, evidentiary asymmetry, and complex AI supply chains. Despite a dedicated AI law, the study concludes that granting AI systems independent legal personality would obscure rather than clarify who is liable. The authors propose concentrating external liability on the entity that deployed the system, distributing responsibility among developers and integrators via recourse claims, and imposing adverse evidentiary consequences when high-risk AI operators fail to preserve logs and audit documentation. The analysis draws on comparative review of the EU AI Act and Product Liability Directive alongside Kazakhstani legal doctrine.
- AI policy
Research
A Locally Executable AI System for Improving Preoperative Patient Communication: Multidomain Clinical Evaluation
Motoki Sato, Sou Nagata, Mizuho Ohnuma et al.
JMIR Medical Informatics · 2026-07-21
This paper presents LENOHA, a locally executable AI dialog system designed to improve preoperative patient communication while avoiding hallucinations, protecting data privacy, and reducing energy consumption. The system routes clinical questions to expert-curated FAQ databases (nongenerative path) and handles casual conversation via a locally hosted small language model, achieving 98.3% accuracy across 400 test utterances—statistically indistinguishable from cloud-based GPT-4o. Critically, the nongenerative clinical path consumes roughly 75 times less energy per reply than the generative small-talk path, demonstrating a practical pathway to sustainable, equitable medical AI deployable on consumer-grade hardware without cloud dependence.
- Quality assurance
- AI policy
Research
Towards an African Union Treaty on Artificial Intelligence: Reconciling African Values with Global Standards
Lukman Adebisi Abdulrauf
Potchefstroom Electronic Law Journal/Potchefstroomse Elektroniese Regsblad · 2026-07-21
This paper argues that African Union member states should transition from soft law frameworks to a binding AU treaty on artificial intelligence, reconciling African values—such as Ubuntu, solidarity, and fairness—with global AI standards that the authors characterize as shaped by Eurocentric epistemologies and market logic. The paper contends that the central challenge is normative reconciliation rather than mere codification, and proposes a hybrid approach that preserves technical interoperability for international collaboration while embedding distinctly African ethical frameworks in the legal architecture of AI governance. The work is significant for policymakers considering how regional governance bodies can assert regulatory autonomy without falling into technological isolationism.
- AI policy
Research
Artificial Intelligence and Strategic Decision-Making: Examining the Impact of AI-Driven Analytics on Organizational Performance
Enyinnaya O. C., Onwuegbule O. F., Amasiatu K. M. et al.
British Journal of Management and Marketing Studies · 2026-07-21
This survey-based study of 178 managers across manufacturing, banking, telecommunications, and service firms in Nigeria finds that AI-driven analytics significantly improves organizational performance across multiple dimensions: predictive analytics boosts profitability (β=0.381), decision automation increases productivity (β=0.294), and data-driven strategic planning enhances efficiency (β=0.427). The findings support increased enterprise investment in AI infrastructure, employee training, and data governance to maximize these performance gains.
- Enterprise
Research
AI health literacy as a foundation for responsible AI in healthcare: a framework for trustworthy implementation
Olga Tzortzatou Nanopoulou
Frontiers in Digital Health · 2026-07-21
This paper proposes a three-tier conceptual framework positioning AI health literacy—covering clinicians, patients, and governance professionals—as a foundational prerequisite for responsible AI deployment in healthcare. Through a critical narrative review, the authors find that existing measurement tools like eHEALS lack AI-specific competencies and measure perceived rather than actual skills, identifying six missing literacy dimensions including algorithmic literacy, bias awareness, and trust calibration. The analysis suggests that high-profile AI implementation failures in healthcare may have stemmed in part from literacy deficits at key decision points, and that European regulatory frameworks (GDPR, EHDS, AI Act) alone are insufficient without stakeholder comprehension. The authors offer their framework as a governance hypothesis requiring empirical validation, not a settled conclusion.
- AI policy
- Quality assurance
Research
The Benchmark Illusion: How Bounded AI Performance Becomes Unsupported Institutional Proof
A. Devin
Open MIND · 2026-07-21
This paper argues that AI benchmark scores are condition-bound evidence—meaning they reflect observed performance on a specific task under specific conditions—and cannot by themselves justify the broader claims of capability, reliability, safety, or deployment readiness that institutions routinely derive from them. The authors define the 'Benchmark Illusion' as the systematic misuse of bounded evaluation results as if they carry the evidential weight needed for consequential institutional decisions, and identify 'Benchmark Warrant Inflation' and 'Benchmark Self-Certification' as key mechanisms worsening this problem. Drawing on measurement validity theory and cases involving Chatbot Arena, FrontierMath, GSM8K, and GSM-Symbolic, the paper formally establishes four non-entailments showing what a benchmark result cannot prove, and concludes with a fourteen-part Benchmark Warrant Assessment Matrix to guide evaluators and decision-makers. The work has direct implications for AI procurement, deployment authorization, and assurance governance.
- Quality assurance
- Certifications
- AI policy
Research
Modeling AI adoption intention in manufacturing supply chains
Afroze Nazneen, Abdul Rahman bin S Senathirajah, Rasheedul Haque et al.
Frontiers in Sustainability · 2026-07-21
This study investigates what drives AI adoption intention in Malaysian manufacturing supply chains, finding that top management support, competitive pressure, and employee capability are significant predictors, while technology compatibility and organizational size are not. Using PLS-SEM on survey data from supply chain and manufacturing professionals, the research challenges conventional technology adoption theory by showing that human and organizational factors outweigh purely technical conditions. Practically, the findings suggest manufacturers should prioritize leadership commitment and workforce upskilling, and policymakers should invest in AI skills training and workforce development programs to build organizational readiness.
- Workforce
- Enterprise
Research
The Benchmark Illusion: How Bounded AI Performance Becomes Unsupported Institutional Proof
Andrew J Devin
Zenodo (CERN European Organization for Nuclear Research) · 2026-07-21
This paper argues that AI benchmark scores are 'condition-bound' evidence—valid only for the specific artefact, task, and evaluation conditions under which they were produced—and cannot, by themselves, justify broader claims about capability, reliability, safety, or deployment readiness. The authors define the 'Benchmark Illusion' as the systematic misuse of bounded evaluation results as institutional proof, and 'Benchmark Warrant Inflation' as the mechanism by which a narrow score accumulates unearned institutional authority, including when self-reported or provider-influenced evaluations substitute for independent assessment. Drawing on measurement validity theory, contamination studies, and cases involving Chatbot Arena, FrontierMath, GSM8K, and GSM-Symbolic, the paper formally establishes four non-entailments showing that a benchmark result does not imply validity, justification, permission to deploy, or authority for consequential institutional reliance. The paper concludes with a fourteen-part Benchmark Warrant Assessment Matrix intended to help evaluators determine whether a given score can legitimately support the institutional decision it is being asked to permit.
- Quality assurance
- Certifications
- AI policy
Research
Artificial Intelligence and Türkiye's Labor Market: Managing Exposure, Expanding Opportunity
Güneş Aşık, Siddharth Hari, Efsan Nas Özen et al.
arXiv · 2026-07-21
This World Bank policy note examines how AI is reshaping Türkiye's labor market, finding that the country faces uneven adjustment risks due to high occupational exposure to AI, low firm adoption rates, persistent skills mismatches, and a limited domestic AI talent base. Rather than economy-wide displacement, the paper identifies a gradual reconfiguration of work, where some workers stand to gain productivity benefits while others face substitution risk or exclusion. Drawing on global evidence and Turkey-specific quantitative and qualitative findings, the paper develops a targeted policy agenda to manage distributional risks and capture AI's productivity dividends.
- Workforce
- AI policy