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.
5452 items
News
Microsoft Copilot reveals secret input that allowed it to be hacked
arstechnica.com · 2026-08-18
Ars Technica reports that security researchers at Varonis discovered a critical vulnerability in Microsoft 365 Copilot by essentially interrogating the AI itself. By asking Copilot targeted questions about its own safety mechanisms and guardrails, researchers were able to piece together enough information to identify an undocumented prompt parameter that bypassed user-consent requirements entirely. The exploit allowed sensitive user data, including passwords, to be exfiltrated simply by getting a user to click a link — no additional confirmation needed. The unusual aspect of the finding is that the AI assistant itself revealed the trade-secret parameter that made the attack possible.
- Enterprise
- Quality assurance
Research
Beyond Suspicious Steps: Ontological Trust in Long-Horizon Agents
An He, Yao Wang, Haibin Zhang
arXiv · 2026-08-18
This paper addresses a safety challenge specific to long-horizon AI agents: even when each individual action appears valid, the overall trajectory can quietly drift away from what the user originally authorized. The authors introduce 'ontological trust,' a property assessed at the trajectory-prefix level across three dimensions—Role, Goal, and Evidence—and implement it as an online monitor called RGE that uses LLMs only for structured representations while keeping trust-state updates deterministic and auditable. Evaluated on a cross-domain corpus drawn from OSWorld, FinanceBench, and EICU-AC, RGE outperforms rule-based, judge-based, and shield-style baselines on drift detection, exceeding 93% Drift F1 on every benchmark with the two larger estimator models while maintaining benign coverage at or above 95.8%. This matters for AI oversight because it provides a replayable, auditable mechanism to catch goal or role drift in autonomous agents before harmful actions accumulate.
- Quality assurance
- AI policy
Research
Communicating Credit Risk with Large Language Models: Evaluation of Explanations from Standard and Alternative Data-Based Models
Sahab Zandi, Noah Kostesku, Christophe Mues et al.
arXiv · 2026-08-18
This paper investigates whether Large Language Models (LLMs) can translate technical credit risk model outputs—from XGBoost, Graph Neural Networks, and bimodal pipelines using Freddie Mac loan data—into plain-language explanations suitable for different stakeholders. The study finds that the quality of evidence representation in the underlying pipeline matters more than which LLM is used, and that while narratives reliably identify influential risk factors, they are less reliable in conveying the direction of those factors—a gap with real consequences for adverse-action notices required in regulated lending. A human study also reveals that credit risk professionals apply stricter evidentiary standards than non-professionals when evaluating these narratives. The findings carry direct implications for governance of AI-driven credit models, including how LLM-based explanation layers should be designed and validated in regulated financial settings.
- AI policy
- Enterprise
Research
Accuracy and Robustness of Model Cascades Under Data Perturbations
Pallavi Mitra, Jai Kushwaha, Felix Biessmann
arXiv · 2026-08-18
This paper investigates how input degradations—both static corruptions and sequential perturbations—affect confidence-based routing in AI model cascades used for image classification. Model cascades route easy inputs through a small, lightweight model and defer harder cases to a larger model, achieving up to a 10-fold reduction in CO₂ emissions at competitive accuracy. The study identifies three failure modes: corruptions that break the routing signal while the large model remains useful, corruptions that degrade both models so deferral cannot recover accuracy, and sequential perturbations that stabilize predictions while suppressing deferral, producing stable but unreliable outputs. The findings argue that energy-efficient cascades must be evaluated not just on clean-data accuracy but also on routing reliability under distribution shift.
- Quality assurance
Research
Auditing Self-Evolution in Financial Agents: Capability Gains, Security Drift, and Execution-Interface Mismatch
Jialong Li, Jialing Zhu
arXiv · 2026-08-18
This paper audits three self-evolving AI agent frameworks—SkillOpt, Agent Workflow Memory (AWM), and ReasoningBank—deployed in simulated e-banking to assess whether post-evolution performance improvements come at the cost of security or behavioral integrity. The authors find that capability gains (e.g., benign utility rising from 0.741 to 0.837 for SkillOpt) are frequently accompanied by increased exposure to injected content and higher rates of unauthorized financial state changes, even when aggregate attack success rates do not always rise. A separate finding reveals that artifact-executor compatibility mismatches can severely distort evaluation results, with AWM's utility collapsing from 0.756 to 0.319 when an incompatible text-action envelope is present. The study concludes that auditing self-evolving financial agents requires tracking security regressions, attack-surface contact, unauthorized state changes, and artifact compatibility—not accuracy alone.
- Quality assurance
- Enterprise
Research
MobileWorldSafety: Benchmarking GUI Agent Safety Against Environmental Injection Attacks in Android Apps
Sujin Chen, Lijun Li, Tianyi Du et al.
arXiv · 2026-08-18
MobileWorldSafety is a new benchmark designed to evaluate the safety of large language model-powered GUI agents—software that autonomously controls Android smartphones—against environmental injection attacks such as indirect prompt injections embedded in everyday app content. The benchmark comprises 142 risk tasks built on real Android applications, using a two-stage evaluation pipeline (rule-based verification plus an LLM judge) to distinguish safety failures from capability failures. Testing six agents revealed that all remain highly vulnerable, with attack success rates ranging from 40.4% to 66.9%, demonstrating that current agents frequently fail to maintain safety alignment when adversarial content appears as ordinary mobile context. These findings highlight a critical gap in deploying autonomous mobile agents safely and provide a reproducible foundation for measuring and improving robustness against such attacks.
- Quality assurance
- AI policy
News
We still don’t know how people are really using AI
technologyreview.com · 2026-08-18
MIT Technology Review reports on the AI Observatory, a new independent research platform co-led by Stanford and MIT researchers that aggregates real AI conversations to counter the selective picture painted by AI companies' own usage reports. Analyzing over 85,000 conversational turns across nearly 25,000 conversations from seven consent-based datasets, the project found that major company reports — including Anthropic's widely cited Economic Index — filter out nearly half of real-world conversations, systematically underrepresenting personal, sensitive, and potentially harmful uses such as health queries, harassment, and sexual content. The researchers also found meaningful differences between models and over time, including rising AI companionship use and a concentration of misinformation on Grok, nuances that company self-reports tend to obscure. Researchers warn that policymakers and the public are currently making high-stakes decisions about AI's risks and benefits based on data that companies curate to reflect favorably on themselves.
- AI policy
- Quality assurance
Research
TRUSS: Towards Task-Reliable and User-Safe Automated Agent Skill Generation
Zhibo Zhang, Zhen Ouyang, Ling Shi et al.
arXiv · 2026-08-18
TRUSS is a framework for automatically generating Agent Skills — reusable natural language procedures that let software agents acquire task-specific capabilities — while ensuring both functional effectiveness and safety. The system combines static analysis against nine predefined safety properties with dynamic execution inside a controlled environment, using provenance-preserving traces to catch behavioral failures missed by artifact inspection alone. On three benchmarks (SkillInject, SkillSafetyBench, SkillGenBench), TRUSS achieves 100% precision and recall in vulnerability detection, cuts attack success rates roughly in half, and raises task effectiveness from 17.11% to 52.94% while lifting the security rate from 50.80% to 100.00%. These results demonstrate that combining static and execution-based evidence can produce agent skills that are jointly verified for both capability and safety.
- Quality assurance
- Enterprise
Research
Auditing Exposure to Harmful Content on TikTok using Multimodal Language Models: A Cross-National, Age-Stratified Study
Hamidreza Saffari, Francesco Pierri
arXiv · 2026-08-18
This study audits TikTok's For-You-page across France, Italy, and Sweden using sockpuppet accounts representing four age groups (13, 16, 19, and 40) to measure exposure to harmful content. Collecting 36,971 videos and validating four multimodal large language models against native-speaker labels, the researchers find that Gemini 2.5 Flash performs best (aggregate kappa = 0.42) at roughly half the cost of native-video upload, enabling annotation of a 10% sample for approximately $50 in API spend. Keyword search sessions return 35–56% harmful content—a 1.5–7.5x increase over passive scrolling baselines—while Italy's passive harm rate is the highest at every age, with the age-19 Italian cohort reaching 48.6%. The findings demonstrate that multimodal LLM-based auditing offers a scalable, cost-effective approach for cross-national youth-safety research, and reveal that platform safety filters (1.1% refusal rate) substantially under-count the most explicit harms.
- AI policy
- Quality assurance
Research
Reflex-Guard: A Low-Latency Guardrail for LLM Prompt Safety Using Dense Semantic Embeddings
Istiaque Ahmed, Afia Anjum Borsha, Ranat Das Prangon et al.
arXiv · 2026-08-18
Reflex-Guard is a lightweight, locally-run prompt safety guardrail for large language models that uses jailbreak-aware preprocessing, compact sentence-transformer embeddings, and seven binary classifiers to filter harmful prompts at low latency. Evaluated on a dataset of 30,568 samples, it achieves 95.9% recall on harmful prompts at just 37.6 ms end-to-end latency, compared to 255 ms for Llama Guard 2 and 723 ms for SafeDecoding, while detecting 100% of GCG suffix attacks and Base64-encoded prompts at the default threshold. It outperforms existing baselines on the Reflex Efficiency Score (RES), scoring up to 16.79 versus 11.90 and 9.80 for its comparators. By running locally rather than routing prompts through external APIs, Reflex-Guard also addresses data privacy concerns that arise with cloud-based moderation services.
- Quality assurance
- Enterprise
Research
Explainable AI-Powered Framework for Video-Based Skill Assessment in Cataract Surgery
Mohammad Javad Ahmadi, Hamid D. Taghirad
arXiv · 2026-08-18
This paper introduces an explainable AI framework for automatically assessing surgical skill in cataract surgery videos, addressing persistent surgical workforce shortages and the limitations of traditional, subjective training evaluation. The authors present a dataset of 2,000 cataract surgery recordings and an analytical pipeline using computer vision and signal-processing techniques to extract ten objective, motion-based performance metrics. Validated on 83 videos against expert ratings via a newly introduced Capsulorhexis Skill Assessment System (CSAS), the framework achieves up to 87% accuracy in skill assessment, with automated metrics showing strong correlation to subjective expert evaluations. The explainability of outputs distinguishes this approach from opaque classification tools, making it actionable for surgical training and education programs.
- Workforce
- Quality assurance
Research
Ready for What? Rethinking AI and Robotics Preparedness for Adoption and Policy
Peng Wang, Naomi Adel, Amy E. Morgan et al.
arXiv · 2026-08-18
This paper examines how communities perceive their preparedness for AI and robotics adoption using a repeated card-based survey in which 982 participants provided 15,200 evaluations of 17 distinct challenges rated on significance, complexity, and readiness. A key finding is that within the same respondent, challenges rated as more complex than usual are associated with lower readiness (about 0.21 points per additional complexity point), while individuals who generally rate all challenges as more complex do not report systematically lower readiness—meaning challenge-specific barriers are distinct from general disposition. Professional background, confidence, and trust also shape readiness perceptions, and aggregating across stakeholder groups can obscure these within-person, challenge-specific patterns. The authors argue that adoption and policy strategies should identify not just who feels ready, but which specific challenges are unusually difficult and whether the constraint involves implementation, capability, assurance, or resources.
- AI policy
- Workforce
Research
LLMs for Medical Consultation Are Evaluated Too Late: The Preformulation Gap
Yining Hua, Cyrus Ayubcha, Hongbin Na et al.
arXiv · 2026-08-18
This paper identifies a 'preformulation gap' in how large language models (LLMs) are evaluated for medical consultation: most benchmarks test LLMs after a clinical problem is already clearly stated, but real patient interactions often begin with vague or misframed concerns. The researchers evaluated three API-based LLMs across physician-authored multi-turn vignettes under baseline and entry-to-care instruction conditions, finding that premature self-care advice appeared in 9 of 12 baseline case-model cells but 0 of 12 instruction cells, while structured handoff summaries appeared in 0 of 12 baseline cells versus 10 of 12 instruction cells. Although instructions improved sequencing and documentation, they did not reliably ensure elicitation of clinically decisive facts. The authors argue that LLM evaluation for medical consultation should directly assess observable first-contact behavior rather than relying on diagnostic accuracy or final-answer quality.
- Quality assurance
- AI policy
Research
When Agents Act on Web3: An Attack-Surface Survey of MCP, Skills, and Tool Calling
Rabimba Karanjai, Yang Lu, Nour Diallo et al.
arXiv · 2026-08-18
This survey examines the security risks that arise when AI agents interact with public blockchains through interfaces such as the Model Context Protocol (MCP), skills, and tool calling. The authors identify four blockchain-specific properties—irreversibility, signing authority, continuous autonomy, and sequence-level composition—that transform ordinary agent security failures into permanent, unrecoverable losses. They construct an attack-surface taxonomy and a Web3 risk-mapping matrix, finding that existing defenses stop fewer than 30% of attacks and that model-level safety refusals block fewer than 3%, leaving substantial residual gaps. The work highlights that AI agents are increasingly action-taking rather than read-only (with state-modifying tool use rising from 27% to 65% of deployments), making this an urgent security challenge for enterprise and policy stakeholders.
- Enterprise
- AI policy
Research
Integrating Artificial Intelligence Tools into Accounting Curriculum: Readiness of Nigerian Universities
Danjuma Mohammed
JOURNAL OF ACCOUNTING AND FINANCIAL MANAGEMENT · 2026-08-18
This study examines whether Nigerian universities are ready to integrate AI tools into accounting curricula, surveying accounting lecturers and final-year students across multiple institutions. Using Structural Equation Modeling grounded in the Technology Acceptance Model, Diffusion of Innovation Theory, and the TOE framework, the findings show that AI awareness, technological infrastructure, faculty competency, and institutional support all significantly influence curriculum integration, with AI awareness and faculty competency having the strongest effects. The paper offers policy recommendations for curriculum reform, technology investment, and faculty development to align academic training with the AI-driven evolution of the accounting profession.
- Workforce
- AI policy
Research
Teachers as reflective regulators of cognition: Understanding cognitive offloading in AI-augmented practice
Chun Sing Maxwell Ho, Junjun Chen
Computers and Education Artificial Intelligence · 2026-08-18
This qualitative study examines how 18 in-service teachers in mainland China and Hong Kong perceive and manage the cognitive implications of integrating Generative AI into their professional practice. Using a collective case-study design and a cognitive offloading framework, the research identifies three interrelated processes: recognizing when to use GenAI, redistributing cognitive work between human and machine, and reflectively re-engaging after AI use. Teachers generally viewed GenAI as a cognitive partner rather than a substitute for professional judgment, with their use shaped by institutional and ethical contexts. The study proposes 'metacognitive ecology' as a conceptual lens for understanding how teachers regulate AI-mediated cognitive redistribution in educational settings.
- Workforce
Research
Community Learning Ledgers for Cancer Navigation in Small Island Developing States
Allana Roach, Amy Amow, Rajini Haraksingh et al.
medRxiv · 2026-08-18
This study tested whether a governed AI platform (CaribChat.ai) navigates Caribbean cancer patients to appropriate local care better than four ungoverned AI systems across ten Caribbean jurisdictions. The governed system cited verified Caribbean facilities and provided actionable navigation in 100% of 28 screening queries, compared to as low as 7% actionable navigation for OpenEvidence and 35.7% facility citation for ChatGPT. Critically, the same underlying model (Claude Haiku 4.5) scored 100% with governance and only 54% without, isolating governance as the key differentiator. The authors conclude that community intelligence grounded in local populations—combined with active clinical curation—is necessary for health AI to function in Small Island Developing States, and that either element alone is insufficient.
- Quality assurance
- AI policy
Research
Protecting confidential data when using AI coding assistants: A practical guide
James Smith, Adam Roff, Christopher J. Brown
arXiv · 2026-08-18
This paper addresses the data confidentiality risks that arise when researchers in ecology and fisheries science use AI coding assistants connected to cloud-hosted large language models. The authors catalogue how common development environments and R tooling can inadvertently transmit sensitive information—such as legally protected records, precise geographic locations, or pre-release data—through code context, console output, or file paths. They propose a four-scenario risk framework and practical mitigations, including a 'develop on simulated data, run on real data' workflow, a two-computer separation strategy, and the confideR R package for session auditing and script scanning. The work is directly relevant to policy and quality-assurance concerns around responsible AI adoption in quantitative environmental sciences.
- AI policy
- Quality assurance
Research
China's Diffusion‐Forward AI Strategy: The “ AI Race” in Political Economic Context
Hao Chen, Meg Rithmire
Asian Economic Policy Review · 2026-08-18
This paper argues that the US-China AI competition is mischaracterized by focusing on frontier model capabilities, and documents China's 'diffusion-forward' strategy: a state-directed effort to embed AI across manufacturing, industrial robotics, and the physical economy. Drawing on official policy documents, generative AI service registration data, and a patent-based case study of humanoid robotics firm UBTECH, the authors show this approach is enabled by distinctive political-economic institutions—including decentralized governance, the investor-state model, and campaign-style industrial policy—and is already producing measurable commercial outcomes. The paper reframes the AI competition debate, suggesting the decisive contest may be about which political economy can more rapidly diffuse AI into productive activity rather than which achieves AGI first.
- AI policy
- Enterprise
Research
The digital divide in pharmacy: Socioeconomic determinants of AI adoption and the impact of educational interventions in Jordan
Alaa Al-Tarawneh, Wael Abu Dayyih, Derar H. Abdel‐Qader
Pharmacia · 2026-08-18
This two-phase study of 901 Jordanian pharmacists finds that AI adoption in pharmacy is low (41.7% active use despite 75.1% familiarity), with the strongest predictors being recent graduation, postgraduate education, and workplace digital infrastructure. A targeted educational intervention in Phase II produced a significant immediate drop in fear of job replacement (−45.4%), though beliefs about the need for human oversight were unchanged. The findings suggest the digital divide is driven more by lack of infrastructure than generational attitudes. The study highlights socioeconomic and structural barriers to AI adoption in the pharmaceutical workforce.
- Workforce
- AI policy
Research
The impact of challenge and hindrance demands on work-related burnout and job performance among employees in technology enterprises in China: the moderating effect of AI usage
Jing Zuo, Xuemei Sun, 魏子白
Frontiers in Psychology · 2026-08-18
A study of 442 employees at Beijing technology firms used PLS-SEM to test how challenge and hindrance job demands affect burnout and job performance, and whether AI usage moderates those relationships. Challenge demands boosted performance (β=0.297) while hindrance demands hurt it (β=−0.376); both types increased burnout, which further impaired performance. AI usage amplified the performance benefits of challenge demands and buffered the negative impact of burnout on performance, but did not offset the direct harm of hindrance demands. The findings suggest AI functions as a dual-role resource that complements—but cannot replace—organizational interventions targeting structural stressors.
- Workforce
- Enterprise
Research
Artificial intelligence as a factor of relief and strain in educational organizations
Nadine van der Meulen
Zeitschrift für Weiterbildungsforschung · 2026-08-18
This mixed-methods study examines how AI and digital technologies affect working conditions, workload, and professionalization among teaching staff in adult and continuing education. Using qualitative interviews and quantitative surveys, the researchers find that AI can relieve administrative burdens, support lesson preparation, and improve accessibility, but also generates new strains through opaque systems, increased responsibility, and added competence demands. A key finding is that AI goes beyond general digitalization by increasingly shaping knowledge production and professional judgment. The study draws on sociology of professions and occupational health psychology to contextualize these dynamics within the structurally precarious employment conditions typical of the sector.
- Workforce
Research
PERFORMANCE, ACCURACY AND EQUITY IN AUTOMATED VALUATION MODELS: APPLICATIONS OF ARTIFICIAL INTELLIGENCE IN BRAZIL UNDER THE PERSPECTIVE OF THE SDGS
Niel Nascimento Teixeira
Veredas do Direito Direito Ambiental e Desenvolvimento Sustentável · 2026-08-18
This study compares Multiple Linear Regression and Artificial Neural Network models for automated residential property valuation in Itabuna, Brazil, using a dataset of 100 properties from 2023–2025. Both models achieved high predictive accuracy (R² above 0.90, MAE below 5%), with the ANN slightly outperforming MLR (R² = 0.922), while MLR offered greater interpretability and legal defensibility. Residual analysis found no systematic bias across neighborhoods or price ranges, supporting algorithmic fairness. The authors advocate a hybrid approach combining statistical transparency with AI predictive power, aligned with UN Sustainable Development Goals on reduced inequalities, sustainable cities, and accountable institutions.
- Quality assurance
- AI policy
Research
Can AI-generated content be protected by copyright? A comparative study of China, the United States, and the European Union
Shenmeng Wang, Yuyan Xie
Cogent Social Sciences · 2026-08-18
This comparative legal study examines how China, the United States, and the European Union handle copyright protection for AI-generated content (AIGC), finding that all three jurisdictions maintain a human authorship requirement but differ significantly in approach. The U.S. emphasizes creative control with a high evidentiary threshold, the EU prioritizes doctrinal coherence, and China uses expansive judicial interpretation and administrative regulations in the absence of dedicated legislation. The paper diagnoses China's approach as producing doctrinal ambiguity and unstable adjudicative standards, and proposes a phased three-stage reform including short-term labeling mandates, medium-term registration rule optimization, and long-term legislative amendments with a dedicated AIGC provision. The findings are relevant to policymakers and legal institutions navigating how existing IP frameworks must adapt to AI-generated outputs.
- AI policy
Research
The Influence of Fear of AI Replacement and Technology Readiness on Career Adaptability Among Generation Z: The Mediating Role of AI Literacy
Agiya Prameswari, Alma Azzahra, Devi Natassia Irawan
Jurnal Multidisiplin Indonesia · 2026-08-18
This study of 250 Generation Z respondents in Indonesia finds that fear of AI job replacement negatively affects both AI literacy and career adaptability, while technology readiness has positive effects on both. AI literacy partially mediates these relationships, meaning that building AI competency can buffer the negative psychological impact of job displacement fears and boost workers' ability to navigate career transitions. The findings suggest that strengthening AI literacy and technology readiness is critical for preparing a resilient Generation Z workforce amid ongoing AI-driven workplace disruption.
- Workforce