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
Issue Bias in Generative AI Writing Assistance: Political Issues and LLMs in the Swedish 2026 Election
Bastiaan Bruinsma, Annika Fredén, Paul Röttger et al.
arXiv (Cornell University) · 2026-09-14
This study examines political bias in six large language models (Claude, DeepSeek, Gemini, Mistral, ChatGPT, and Grok) by testing their stances on 107 Swedish policy propositions ahead of the 2026 Swedish parliamentary election, generating nearly 150,000 responses across varied writing templates and prompt framings. The researchers find that most models share similar stance profiles, ChatGPT tends toward neutral or ambivalent outputs, and Grok diverges most notably on issues like migration, crime, and gender. When comparing model outputs to Sweden's eight parliamentary parties, the Social Democrats are consistently closest to all six models, though no difference is statistically significant after correcting for multiple comparisons. The findings matter for policy and democratic integrity because they show LLM-powered writing assistants do not exhibit a clear partisan preference overall, but their stances can vary meaningfully depending on the specific issue or task—raising concerns about subtle, issue-level influence on voters.
- AI policy
Research
CITECHOICE: A Causal Audit of How Document Presentation Redistributes Citation Credit in Agentic Search
Sriram Selvam, Anneswa Ghosh
arXiv · 2026-09-14
CITECHOICE is a causal audit examining how the way a document is presented to an AI answer engine affects which sources get cited when multiple documents equally support the same fact. Using 103 verified same-fact document pairs from 129 real multi-turn agentic search transcripts, the study finds that structuring a document's rendering raises how often it is cited—adding about +0.50 citations per answer—without increasing total citations or reducing how often competing sources are cited, meaning presentation redistributes rather than expands citation credit. The study also finds that observed ranking differences (rank 1 vs. rank 5 showing a 42.3 percentage point citation gap) dwarf controlled reordering effects, and that roughly 15% of binary citation decisions vary across decoding runs, indicating a measurable noise floor in citation behavior. These findings matter for quality assurance in AI-powered search and information systems, as they show that citation allocation is causally influenced by document formatting choices rather than purely by relevance or content.
- Quality assurance
Research
HazardAuditor: From Executable Threats to Safer Computer-Use Agents
Yunhao Feng, Ruixiao Lin, Ming Wen et al.
arXiv · 2026-09-14
HazardAuditor is a new safety framework for computer-use AI agents (systems that interact with browsers, terminals, file systems, and external services) that addresses runtime execution risks rather than just static prompts and outputs. The framework runs heterogeneous agents—Claude Code, Codex, Hermes, and OpenClaw—in controlled environments and normalizes their interactions into a shared representation to enable consistent safety supervision across different agent frameworks. A novel training method called Guard Policy Optimization (GuardPO) corrects a structural flaw in token-level training objectives that caused longer reasoning chains to dominate gradient updates, making the actual safety decision the effective unit of optimization. Across multiple benchmarks and agent systems, HazardAuditor improves safety classification accuracy by up to 16.5 percentage points over the strongest prior guard model.
- Quality assurance
- AI policy
Research
Generate to Explore, Select to Exploit: Aligning LLM-based Headline Generation with Personalized Recommendation
Yi Chen, Rufeng Cheng, Qiang Xie et al.
arXiv · 2026-09-14
GESE (Generate to Explore, Select to Exploit) is a framework that improves personalized headline generation in recommendation feeds by splitting the task into two stages: an LLM-based generator that produces a diverse set of candidate headlines covering a range of user interests, and a lightweight real-time selector that picks the best headline for each individual user. This decoupling avoids the 'mode collapse' problem where a single optimized headline converges to generic patterns that serve average tastes but neglect long-tail audiences. Deployed on a commercial platform with over 100 million daily active users, GESE achieved a 2.57% lift in click-through rate and a 0.87% improvement in dwell time compared to state-of-the-art baselines, demonstrating that separating diversity-oriented generation from precision-oriented selection is an effective strategy for aligning generative AI with dynamic user preferences.
- Enterprise
Research
The average-farmer illusion in language-model simulations of agricultural decisions
Zhanliang Zhu, Ziwei Li, Yuchen Liu et al.
arXiv · 2026-09-14
This paper tests whether large language models (Claude, Codex, and Kimi) can realistically simulate individual farmers' agricultural decisions by comparing synthetic agent outputs to real farmer data from China and four African countries. While some model configurations reproduced population-level averages and adoption rates, their person-level predictions were weak, with decisions clustering around typical values and missing policy-relevant extremes. Strikingly, a simple statistical generator fitted only to observed marginal distributions—with no farmer-specific information—outperformed every LLM configuration on distributional similarity. The authors introduce the 'average-farmer illusion' concept and a claim-matched validation framework, warning that population-level resemblance should not be treated as evidence that a synthetic population captures who does what or how behavior varies across individuals.
- AI policy
- Enterprise
Research
Overflip: Repetition-Induced Label Flips in Guardrail Models
Xu He, Chih-Hsuan Lin, Hung-Mao Chen et al.
arXiv · 2026-09-14
This paper identifies 'Overflip,' a vulnerability in lightweight guardrail classifiers (e.g., those built on DeBERTa) where simply repeating a malicious prompt causes the model to flip its classification from malicious to benign as the input grows beyond the model's training context window. Experiments on 9 widely used guardrail models found that 5 are vulnerable, with flip rates ranging from 8% to 92% and first flips occurring at roughly 2,600–9,400 tokens. Unlike traditional attention-dilution attacks that dilute malicious content with unrelated tokens, Overflip keeps the malicious content semantically intact, meaning a bypassed prompt can still be understood and acted upon by downstream LLMs. The findings expose repetition as a practical attack surface for LLM safety infrastructure and call for length-robust evaluation and mitigation of guardrail models.
- Quality assurance
- AI policy
Research
Biomedical Reference Generation Remains Unreliable across 26 Large Language Models
Maxim Topaz, Zhihong Zhang, Nir Roguin et al.
arXiv · 2026-09-14
This study evaluated 26 large language models from eight developers on their ability to supply accurate biomedical references for 69 passages across ten domains, classifying outputs as verifiable, partial matches, fabricated, or declined. Fabrication rates ranged from 10.2% to 98.4% across models, and overall 55.4% of all responses were fabricated. Even models that identified real papers frequently misstated metadata such as authors, journal, or year — no model was correct in every evaluated bibliographic field in more than 54.6% of responses. The findings demonstrate that LLM-assisted reference generation in biomedical writing remains unreliable and that all model-generated references require human verification before use.
- Quality assurance
Research
MemRiskBench: Trace-Aware Risk-Preserving Evaluation for Long-Horizon LLM Agents
Jianhua Jiang, Dongbo Yuan, Weihua Li
arXiv (Cornell University) · 2026-09-14
MemRiskBench introduces a benchmark and evaluation framework for assessing memory-related risks in long-horizon LLM agents that accumulate information across sessions. The paper identifies five categories of high-impact but rare risks—including stale facts, conflicting updates, cross-user data leakage, revoked-memory reuse, and constraint decay—and shows that aggregate accuracy scores can mask serious failures, such as a model with 78% average accuracy still leaking data in 4% of episodes. A 120-episode scripted benchmark with deterministic trace-grounded checks (no LLM-as-judge) is evaluated on five locally run quantized models, alongside a risk-preserving subset selector that reduces compute by 5x while maintaining full risk coverage and high-risk model detection. This work matters for quality assurance and policy around deployed AI agents, as it provides reproducible tooling to surface rare but harmful failure modes that standard benchmarks obscure.
- Quality assurance
- AI policy
Research
Toward Sustainable AI Deployment: A Carbon-Aware Decision Framework for Enterprise Supply Chain Systems
Haoran Yu, Lifei Liu, Danping Zhang
arXiv · 2026-09-14
This paper challenges the common enterprise practice of defaulting to the largest available language model for AI-driven supply chain decisions, showing that bigger models do not necessarily deliver the best performance. The authors benchmark six large language models across 520 supply chain tasks, measuring both decision quality and estimated operational carbon emissions, finding quality scores ranging from 0.497 to 0.723 with no clear advantage for the largest models. They develop a Carbon-Aware AI Procurement Framework (CAAPF) grounded in the Technology-Organization-Environment framework, and demonstrate through a GreenRoute proof of concept that environmental responsibility and decision quality can be mutually reinforcing — for example, Static Haiku achieves 0.699 quality at only 0.022 gCO2/task. The work advances a 'benchmark first, select green' principle for sustainable AI governance in enterprise settings, aligned with UN Sustainable Development Goals 12 and 13.
- Enterprise
- AI policy
Research
Authorization Architectures for Tool-Using AI Agents
Rakesh Kumar Surapani, Pradeep Kumar Dolabehera Kakitapelli, Arun Morampudi et al.
arXiv (Cornell University) · 2026-09-14
This review paper examines the security and authorization frameworks needed for AI agents that autonomously invoke APIs, databases, browsers, and inter-agent protocols. The authors analyze 89 primary sources and propose a principal hierarchy (human user through tool endpoint) along with seven structural requirements and a four-layer reference architecture to ensure every consequential agent action is traceable, bounded by actual delegated permissions, and contestable after the fact. Key findings identify runtime enforcement and aggregation bounds as the principal unresolved gaps in current deployments. The work is relevant to enterprise and policy contexts where trustworthy, accountable AI agent deployments are increasingly production infrastructure.
- Enterprise
- AI policy
Research
Bias Mitigation Across the Healthcare Artificial Intelligence Lifecycle: A Structured Narrative Review
Wenzhi Tseng, Kyla S Holbrook, Radhika L Edpuganti et al.
Cureus · 2026-09-14
This structured narrative review examines methods for mitigating bias in healthcare AI across the full development lifecycle—from data acquisition and preprocessing through model training, validation, and deployment. Drawing on 16 articles published between 2018 and 2024, the review finds that techniques such as sampling methods, adversarial learning, subpopulation approaches, new loss functions, and hybrid model architectures can each address bias at different stages. The authors propose a practical lifecycle protocol that encourages combining these approaches rather than relying on any single method, noting that bias in healthcare AI has been shown to perpetuate disparities in vulnerable populations. Clinical validation of these mitigation strategies remains an ongoing need.
- Quality assurance
- AI policy
Research
Reversibility-Verified De-identification for Cloud-Local LLM Inference: A Locally Certified Dehydrate-Rehydrate Loop with Layered Assurance (DR-SL)
Wen Hu, Ya Yu, Xutong Wang
arXiv (Cornell University) · 2026-09-14
DR-SL (Dehydrate-Rehydrate with Self-Learning loop) is a system for running large language model inference in a cloud-local hybrid setup while keeping sensitive user data on-device. The paper formalizes de-identification as two measurable conditions—leakage sufficiency under Pufferfish privacy semantics and task-utility preservation via QA probes—and uses a local two-branch verifier with a deterministic hard line and human fallback. On a worst-case benchmark, the system reduces leakage from 0.457 to 0.304 and achieves zero literal leakage at egress across 160 test instances; on a mixed benchmark, 67.5% of instances are released automatically at zero measured leakage, outperforming placeholder and selective-LDP baselines. The approach matters because it provides a formally grounded, empirically validated, and publicly reproducible framework for certifying privacy-safe cloud LLM inference without sacrificing task utility.
- Quality assurance
- Certifications
Research
Using Agentic AI for contextualized and multifaceted code review at Ericsson
Muhammad Laiq, Ricardo Britto, Muhammad Usman et al.
arXiv (Cornell University) · 2026-09-14
This paper presents a multi-agent AI system for automated code review deployed at Ericsson, combining specialized agent skills with project-specific contextual knowledge to assess code changes across readability, maintainability, reliability, and performance dimensions. Evaluated on real industrial code commits, the system achieved 96% accuracy in identifying issues, with approximately 69% of correctly identified issues rated as important by developers and about 33% classified as severe defects requiring fixes. The study provides empirical evidence that context-aware, multi-agent approaches to code review are practically useful in real-world software engineering settings. These findings are significant for enterprises seeking to scale code quality assurance amid growing AI-assisted code generation.
- Quality assurance
- Enterprise
Research
News Media, Narrative Authority, and the Global Ordering of Artificial Intelligence
Massimo Ragnedda, Maria Laura Ruiu, Muhammad Awais
International journal of communication · 2026-09-14
Analyzing 43,027 English-language newspaper articles from the U.S. and Europe, this study finds that mainstream Western news media construct a global hierarchy of AI legitimacy through 'discursive stratification.' U.S. coverage frames AI around innovation and economic leadership, European coverage emphasizes regulation and governance, China appears as a hyper-visible but ambivalent rival, and actors from Africa and Latin America are largely absent or treated as passive recipients. The authors argue that this narrative inequality—some actors positioned as authors of technological futures, others as objects or peripheral contexts—shapes global perceptions of who holds technological authority. The findings matter for AI policy because media framing influences which actors are seen as legitimate decision-makers in global AI governance debates.
- AI policy
Research
From Algorithmic Prediction to Therapeutic Evidence: Artificial Intelligence in Drug Discovery, Translation, and Responsible Governance
Paola Carolina Rainer da Silva
Nexus Science Review · 2026-09-14
This structured critical narrative review examines how AI tools—including graph neural networks, AlphaFold, and ADMET modeling—are applied across drug discovery stages from target identification to clinical development. Using the halicin antibacterial candidate as a case study, the authors show that AI-prioritized discovery can generate scientifically interesting candidates but does not substitute for experimental, translational, and clinical validation. The paper proposes five author-defined evidence levels and a stage-gated governance framework, while cataloging major limitations such as data bias, distribution shift, proprietary opacity, and unequal access to computation. The authors conclude that therapeutic value requires progressively stronger experimental and regulatory evidence beyond computational novelty alone.
- Quality assurance
- AI policy
Research
Impacto de la adopción de inteligencia artificial en la productividad organizacional y la percepción del talento humano: un análisis descriptivo en el contexto empresarial ecuatoriano
Jorge Luis Rosero Castro, Natali Adriana Rodríguez Bajaña, Richard Andrés Cabrera Armijos
Revista Multidisciplinar de Estudios Generales · 2026-09-14
This descriptive study surveyed 178 employees in Ecuadorian service-sector organizations to examine AI adoption and its perceived effects on productivity and human talent development. Results show that 79.2% of respondents used AI tools at least occasionally and 73.0% found them useful, while over half reported improvements in work quality and task volume management. Notably, 78.1% viewed AI as an opportunity to develop new professional competencies and 90.4% felt organizations still value human contributions, yet 66.8% reported receiving little or no training for AI use. The authors conclude that AI integration must be accompanied by continuous training, change management strategies, and human oversight to close the gap between growing adoption and organizational preparedness.
- Workforce
- Enterprise
Research
Closing the Empirical Loop: Autonomous AI Agents Conduct End‐to‐end Research With Human Participants
Gabrielle Wehr, Reuben Rideaux, Amaya Fox et al.
Advanced Science · 2026-09-14
This paper demonstrates that a domain-agnostic agentic AI system can independently conduct end-to-end psychological research — from hypothesis generation and online data collection with 288 human participants, through coding analysis pipelines, to producing completed manuscripts — without requiring substantial human oversight. The system autonomously designed and executed three studies on visual working memory, mental rotation, and imagery vividness, achieving methodological rigor comparable to experienced researchers, though with limitations in conceptual nuance. The findings raise important questions about the future role of human researchers, scientific credit attribution, and governance of autonomous AI in research workflows. This has direct implications for research workforce dynamics and policy around AI oversight in scientific practice.
- Workforce
- AI policy
Research
AI Competencies and Lifelong Learning for Vocational Teachers: Evidence from Thailand
Natchaya Sommartdejsakul, Phongsak Phakamach, Songdet Sonjai et al.
Journal of Education and Learning Reviews · 2026-09-14
This study develops and validates an empirical framework for AI competencies among Thai vocational teachers in the Eastern Economic Corridor (EEC), using exploratory factor analysis with 504 personnel and interviews with 12 administrators. The analysis validated three domains (cognitive, psychomotor, and affective), seven subcomponents, and 174 indicators explaining over 82% of cumulative variance in each domain. The resulting PIERI framework—Planning, Implementation, Evaluation, Reflection, and Improvement—offers a structured pathway for professional development and teacher upskilling. The findings directly support national vocational standards and workforce-readiness priorities in Thailand's EEC.
- Workforce
- Certifications
Research
AI, Democracy and Environmental Justice in Africa
Oluwakorede Ajibona
The Paris Journal on AI & Digital Ethics · 2026-09-14
This paper examines the ecological risks posed by expanding AI data centers across Africa, including land clearing, water consumption, and biodiversity loss. It argues that liberal democratic systems in many African contexts suffer from 'negotiated capture,' where powerful socio-economic interests sideline environmental concerns in infrastructure decisions. As a remedy, the author proposes an African communalism framework—rooted in collective well-being and relational interdependence—as a normative basis for environmental justice in AI governance on the continent.
- AI policy
Research
A Scoping Review of Generative Artificial Intelligence Boundaries in Educational Assessment Systems
ALI MIKAEILI, Reyhaneh Bastani, Soroush Sabbaghan
Canadian Journal of Learning and Technology · 2026-09-14
This scoping review of 43 peer-reviewed studies (drawn from 1,360 records) maps how generative AI is being used in educational assessment—covering scoring, feedback, item design, analytic coding, and integrity monitoring—and identifies the boundaries under which such use is considered appropriate. The review finds that fully autonomous AI decision-making in high-stakes assessments is not supported; instead, hybrid human–AI configurations dominate, with acceptable use framed as conditional on validity, reliability, fairness, interpretability, privacy, and governance. These findings matter because they clarify where institutional and human oversight responsibilities must remain, directly informing how assessment systems should be designed and governed.
- Quality assurance
- AI policy
Research
The Impact of Artificial Intelligence on Firms’ Critical Digital Technology Innovation: A Quasi-Natural Experiment Based on National New-Generation AI Innovation Pilot Zones
Kehao Dong
Journal of innovation and development · 2026-09-14
Using China's National New-Generation AI Innovation Development Zones as a quasi-natural experiment, this study applies a staggered difference-in-differences model to panel data of A-share listed firms to assess how AI pilot policies affect corporate digital technology innovation. Results show that AI pilot zones significantly boost firms' critical digital technology innovation performance, with stronger effects for non-manufacturing firms, non-high-tech enterprises, and firms in highly competitive industries. The findings provide micro-level causal evidence that government-designated AI policy zones can meaningfully drive enterprise-level digital innovation outcomes.
- AI policy
- Enterprise
Research
Co-design of a trustworthy AI-based prognostic tool for predicting patient outcome in acute stroke
Elizabeth Hofvenschioeld, Adam Hilbert, Cathrine K. T. Bui et al.
AI and Ethics · 2026-09-14
This paper presents a case study applying Z-Inspection®, an ethically aligned co-design methodology, to the early design of an AI-based prognostic tool for acute ischaemic stroke within the Horizon Europe VALIDATE project. An interdisciplinary team identified 22 ethical issues, 12 dilemmas, 18 risks, and 48 derived requirements, all mapped to the European Commission's trustworthy AI principles. The study documents how high-level AI ethics principles were translated into context-specific technical, clinical, governance, and organisational requirements for a clinical decision support system. The published requirements are intended to support critical scrutiny and potential adoption in other healthcare AI projects.
- AI policy
- Quality assurance
Research
From Fear to Fluency: Cultivating AI Confidence and Socio-Economic Wellbeing in the Workforce
Narmadha Kamalakannan
The Paris Journal on AI & Digital Ethics · 2026-09-14
This mixed-methods study examines how organizations can move employees from fear to confident engagement with generative AI, drawing on surveys of 217 professionals and interviews with 15 mid-level managers across French, Indian, and American contexts. Key findings highlight that leadership communication and tailored training—rather than generic programs—are central to building psychological safety and skill confidence during AI adoption. The paper proposes the AI Readiness Scan, a six-dimension diagnostic tool covering psychological safety, intercultural contextualisation, regulatory compliance, skill confidence, change resilience, and leadership AI readiness, to help organizations assess and act on evidence before and during AI transformation. The framework integrates psychological safety theory, responsible AI governance, and international labour considerations into actionable guidance for managers and policymakers.
- Workforce
- AI policy
Research
To What End? "Neurodata" Boundaries and Their Implications for Policy and Regulation
Sara Berger, Iris McCall, Alexis Baria
The Paris Journal on AI & Digital Ethics · 2026-09-14
This paper challenges the assumption that 'neurodata'—data about the structure or function of the nervous system—constitutes a stable, well-defined regulatory category. The authors introduce the metaphor of 'neural gravity' to describe how nearly any data type (electrical activity, blood flow, voice, behavior) can be pulled into the neurodata category, making existing hard and soft laws both over- and under-inclusive. Drawing on social anthropology's concepts of boundary objects and boundary work, they argue that current regulatory boundaries reflect existing power structures rather than intrinsic properties of the data. They propose reframing regulation around protecting personhood rather than data type or use, which they argue better addresses collective concerns and respects individuals as ends in themselves.
- AI policy
Research
Regulating the Unseen: AI Accountability in UK Healthcare Sector
Mehmet Unver, Iheanyichukwu Ogu
The Paris Journal on AI & Digital Ethics · 2026-09-14
This paper analyzes accountability gaps in the UK's AI healthcare regulatory landscape, applying a four-layer framework (compliance, report, oversight, and enforcement) to examine how medical device regulation, digital safety standards, transparency mechanisms, and post-market monitoring currently fall short. The analysis finds that fragmentation across these governance tools produces deficiencies in evidence generation, transparency, responsibility attribution, and institutional learning. The authors propose a multi-layered governance model with continuous feedback loops to enable a lifecycle-oriented approach to responsible AI deployment in UK healthcare.
- AI policy
- Certifications