{
  "count": 50,
  "items": [
    {
      "id": 19433,
      "url": "https://arxiv.org/abs/2608.13547v1",
      "title": "QuoteBench: How Matched Scores Can Hide Command-Path Failures",
      "summary": "LLM coding agents issue Bash commands through interfaces that may serialize, wrap, and reparse model output. Matched execution scores alone cannot distinguish command-generation errors from failures introduced after generation. QuoteBench measures this boundary with exact final-state validation on 56 one-shot tasks from 14 incident-derived families, crossing the generation contract with the execution transport around one deliberately unescaped added parser. Escaping at the interpolation point re",
      "authors": "Shangao Li, Yao Zhang, Volker Tresp, Yuanyuan Yang",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-13T17:57:20.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19433"
    },
    {
      "id": 19434,
      "url": "https://arxiv.org/abs/2608.13545v1",
      "title": "LittleLearner: Language Models Under Pedagogically Controlled Knowledge Exposure",
      "summary": "Modern language models are trained on heterogeneous web-scale text corpora. Consequently, studying knowledge and skill acquisition is difficult, as prior exposure to related content is hard to characterize. To address this challenge, we introduce LITTLECURRICULUM, a curated 88B-token pretraining corpus tailored to U.S. elementary school material, explicitly excluding concepts, facts, and vocabulary taught above Grade 5. Training a 5B-parameter LLM from scratch on LITTLECURRICULUM yields LITTLELE",
      "authors": "Fanfei Li, Jana Zeller, Manuel Prada-Corral, Thaddäus Wiedemer, Prasanna Mayilvahanan, Ryan Cotterell, Wieland Brendel",
      "category": "research",
      "topics": "children-education",
      "published_at": "2026-08-13T17:56:12.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19434"
    },
    {
      "id": 19435,
      "url": "https://arxiv.org/abs/2608.13522v1",
      "title": "Vero: Can AI Agents Build Formally Verified Software Repositories?",
      "summary": "AI agents are increasingly used for programming, but do not provide any guarantee on the correctness of generated code. Verified code generation, in which an agent produces both an implementation and a machine-checked proof of its specification, offers a stronger path toward trustworthy AI-generated software. Existing benchmarks in this direction either focus on individual functions or only evaluate proof generation with provided implementations. It is still an open question whether agents can m",
      "authors": "Zhe Ye, Hantao Lou, Yuechun Sun, Peiyang Song, Zhengxu Yan, Timothe Kasriel, Qingyang Zhang, Kaiyu Yang, Soonho Kong, Jingxuan He, Dawn Song",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-13T17:41:27.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19435"
    },
    {
      "id": 19436,
      "url": "https://arxiv.org/abs/2608.13476v1",
      "title": "MARC v1: An Open-Source Multi-Agent Framework for Clinical AI Reasoning and Coordination",
      "summary": "We present Multi-Agent Reasoning and Coordination (MARC), an open-source framework that replaces monolithic LLM prompting with deterministic multi-agent orchestration for clinical reasoning. MARC coordinates role-specialized agents for extraction, reasoning, answer generation, and evaluation, with explicit context passing and traceable intermediate outputs, enabling stage-wise failure attribution. We additionally introduce a Decomposer module that generates task-specific agent prompts from a pla",
      "authors": "Saisha Shetty, Satvik Tripathi, Austin Lin, Colin Zhao, Theodore Kim, Don Enwerem, Jacinta Arnold, Shahriar Faghani, Tessa S Cook",
      "category": "research",
      "topics": "healthcare,agents-autonomy",
      "published_at": "2026-08-13T17:00:08.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19436"
    },
    {
      "id": 19437,
      "url": "https://arxiv.org/abs/2608.13463v1",
      "title": "MLLM-Routed Heterogeneous Ensembles for Robust Cross-Dataset Image Classification",
      "summary": "Modern image classification models excel when trained on single task-specific datasets but often struggle to generalize across domains and difficulty levels. We propose ARMDIL, an Adaptive Router for Multi-Domain Image classification with LLMs. ARMDIL is an ensemble that uses a multimodal large language model (MLLM) agent to dynamically route each image to the most suitable vision backbone. Our diverse ensemble employs convolutional neural networks (ResNets), self-supervised representation learn",
      "authors": "Daniel Perkins, John Squires, Janou Milligan, Chandra Raskoti, Linda Ungerboeck",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-13T16:45:24.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19437"
    },
    {
      "id": 19438,
      "url": "https://arxiv.org/abs/2608.13459v1",
      "title": "CAPRI: Contract-Aware Proof Repair for Isabelle",
      "summary": "We address the use of large language models (LLMs) to help discover Isabelle proofs. An Isabelle build establishes that the submitted theory is accepted, but not that an LLM changed only what the developer authorised. We present CAPRI, a contract-aware repair workflow in which Isabelle checks the proof and an independent checker enforces a machine-readable edit contract. Prompts, proposals, candidate repositories, diagnostics, verdicts, and hashes are retained for audit. We evaluate five workflo",
      "authors": "Jim Woodcock, Gabriel Leite, Augusto Sampaio, Ran Wei",
      "category": "research",
      "topics": "healthcare,transparency",
      "published_at": "2026-08-13T16:43:44.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19438"
    },
    {
      "id": 19439,
      "url": "https://arxiv.org/abs/2608.13438v1",
      "title": "ContactGuard: Pre-Contact Execution Monitoring with Action-Conditioned Latent World Models",
      "summary": "Contact-rich manipulation failures are often detected only after the robot has committed to contact. This is especially limiting in wrist-camera setups: close gripper--object views help observe contact, but a poor approach may already push, miss, slip, or disturb the object before conventional detectors react. We introduce \\emph{ContactGuard}, a pre-contact execution monitor for chunked visuomotor policies. Given the policy's planned action chunk, ContactGuard predicts its short-horizon conseque",
      "authors": "Gehan Zheng, Matthew Johnson-Roberson, Weiming Zhi",
      "category": "research",
      "topics": "regulation,agents-autonomy",
      "published_at": "2026-08-13T16:25:54.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19439"
    },
    {
      "id": 19440,
      "url": "https://arxiv.org/abs/2608.13428v1",
      "title": "RAIL: An Automatic Classifier of the Artificial Intelligence Readiness Level",
      "summary": "Assessing the maturity of artificial intelligence technologies is essential for investment decisions, project management, and policy monitoring, yet the available readiness frameworks are heterogeneous and difficult to apply automatically: the adaptation of Technology Readiness Levels to AI lacks AI-specific gating criteria, the Machine Learning Technology Readiness Levels presuppose access to internal process artifacts, and AI/data readiness dimension models employ scales that resist direct com",
      "authors": "Juan Irving Vasquez, Juan Terven, Laura-Ivoone Garay-Jimenez",
      "category": "research",
      "topics": "regulation,finance-investment",
      "published_at": "2026-08-13T16:17:41.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19440"
    },
    {
      "id": 19441,
      "url": "https://arxiv.org/abs/2608.13420v1",
      "title": "Enhancing Virtual Agents through SLMs and Edge-Computing: An Exploratory Evaluation of Think and Memory Processes",
      "summary": "Embodied intelligent virtual agents are expected to operate as persistent, adaptive, and context-aware entities within complex virtual and Metaverse worlds. However, implementing cognitively capable agents in such environments is conceptually and technologically challenging. Among a range of blueprints and development approaches, the Cognitive Embodied Agent Architecture (CEAA) has been developed as an implementation-oriented framework for architecting components of perception, memory, reasoning",
      "authors": "Aimilios Hadjiliasi, Louis Nisiotis",
      "category": "research",
      "topics": "agents-autonomy,environment",
      "published_at": "2026-08-13T16:12:52.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19441"
    },
    {
      "id": 19442,
      "url": "https://arxiv.org/abs/2608.13417v1",
      "title": "Beyond Final Scores: A Systematic Evaluation of Agents for Long-Horizon AI Research and Development",
      "summary": "Autonomous agents are increasingly capable of improving models, systems, and other technical artifacts through long-horizon experimentation. To understand the current state of this capability, however, evaluation must go beyond final scores, which neither reveal where progress is gained or lost nor indicate whether accumulated experience improves later decisions. We therefore present a systematic evaluation of seven frontier models on 36 long-horizon tasks based on a new framework that uses rule",
      "authors": "Yiwei Li, Wanli Yang, Hexiang Tan, Xiangzhou Huang, Zhengyu Chen, Ziran Li, Borun Chen, Shanglin Lei, Huaisheng Zhu, Hao Tian, Fei Sun, Xunliang Cai, Jingang Wang",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-13T16:11:22.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19442"
    },
    {
      "id": 19443,
      "url": "https://arxiv.org/abs/2608.13415v1",
      "title": "Deliberate Practice: Learning Robot Skills under a Budget",
      "summary": "We consider the problem of autonomously learning robot skills under a limited practice budget for sequential tasks. We propose an active skill learning algorithm, \\emph{Deliberate Practice (DP)}, that computes a provably \\emph{budget-optimal} allocation---practicing skills that maximize expected cumulative reward while being learnable within the budget. DP estimates both the time needed to master skills and the cumulative reward of the task plans that the skills unlock. Computing a budget-optima",
      "authors": "Shivam Vats, Sudarshan Harithas, Mete Tuluhan Akbulut, Arvind Raghunathan, George Konidaris",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-13T16:09:25.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19443"
    },
    {
      "id": 19444,
      "url": "https://arxiv.org/abs/2608.13409v1",
      "title": "Jointly Predicting Courses and Grades Using a Transformer-Based Model",
      "summary": "Existing predictive models in learning analytics often treat student academic history as a simple sequence, overlooking the concurrent nature of courses taken within a semester. This simplification can lead to inaccurate performance predictions, particularly for students with heavy or challenging course loads. This paper introduces a TRansformer for Academic Course-grade Estimation (TRACE) that addresses this limitation by jointly predicting both the set of courses a student will take and their",
      "authors": "Paul Savala",
      "category": "research",
      "topics": "children-education",
      "published_at": "2026-08-13T16:05:22.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19444"
    },
    {
      "id": 19445,
      "url": "https://arxiv.org/abs/2608.13368v1",
      "title": "Sign Language Video Synthesis via Loss-Guided Multi-Expert GANs",
      "summary": "This preliminary technical report presents a framework for sign language video synthesis using a loss-guided multi-expert Generative Adversarial Network (GAN) to enhance communication for individuals with hearing impairments. Three specialized discriminators -- global, hand, and head -- each guide a corresponding expert branch in the generator toward a distinct visual region, enabling implicit feature specialization without explicit diversity losses. To stabilize this multi-discriminator system,",
      "authors": "Dingzhan Nong, Zhihao Ren, Ziqi Li, Tim Lo",
      "category": "research",
      "topics": "bias-fairness",
      "published_at": "2026-08-13T15:32:40.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19445"
    },
    {
      "id": 19446,
      "url": "https://arxiv.org/abs/2608.13328v1",
      "title": "It's How You Ask: Gender-Associated Linguistic Bias in LLMs",
      "summary": "Professional communication is increasingly mediated by LLMs - but do these models serve all users equally? We show that when prompts contain linguistic features more commonly used by women (hedges, tag questions, collective reference), they systematically elicit shorter, less sophisticated, and less formal responses across three document types and four models. These effects persist after controlling for prompt complexity and feature carry-over. Explicit gender cues like sign-off names are encode",
      "authors": "Katherine Van Koevering, Anjalie Field",
      "category": "research",
      "topics": "bias-fairness",
      "published_at": "2026-08-13T14:54:23.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19446"
    },
    {
      "id": 19447,
      "url": "https://arxiv.org/abs/2608.13283v1",
      "title": "Towards Context-Aware Clinical Motion Understanding in Daily Living at Home: Freezing of Gait Detection with Egocentric Vision",
      "summary": "Understanding motion in daily living requires context beyond kinematics, because similar inertial patterns during activities of daily living (ADLs) can reflect intentional stopping, object interaction, or pathological movement impairment. Egocentric vision provides task-related context that may help disambiguate these cases. We investigate this challenge through freezing of gait (FOG) detection in Parkinson's disease (PD), a symptom strongly influenced by contextual factors during ADLs. Using sy",
      "authors": "Vayalet Stefanova, Diwas Lamsal, Margot Genbrugge, Maxim Yudayev, Christian Schlenstedt, Moran Gilat, Bart Vanrumste, Benjamin Filtjens",
      "category": "research",
      "topics": "healthcare,finance-investment",
      "published_at": "2026-08-13T14:16:49.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19447"
    },
    {
      "id": 19448,
      "url": "https://arxiv.org/abs/2608.13267v1",
      "title": "How Do VLMs Behave When Blind or Misled? Behavioral Evaluation of VLMs on Scientific Figures",
      "summary": "Existing vision-language model (VLM) benchmarks emphasize perception and reasoning accuracy (how well VLMs describe and reason about what they see in an image), with limited attention to behavioral reliability under uncertainty (how they behave when visual evidence is missing or misleading). We introduce SciFigBench, a diagnostic VLM benchmark for scientific figure understanding that jointly evaluates perception, reasoning, and behavioral reliability under uncertainty. It contains 250 figures wi",
      "authors": "Paul Osemudiame Oamen, Owusu-Banahene Osei, Ananya Mukherjee, Christian Greisinger, Steffen Eger, Pius Onobhayedo, Wei Zhao",
      "category": "research",
      "topics": "healthcare",
      "published_at": "2026-08-13T14:06:35.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19448"
    },
    {
      "id": 19019,
      "url": "https://arxiv.org/abs/2608.12307v1",
      "title": "AI4AI at Test-Time: Strong-to-Weak Capability Transfer via Harnesses",
      "summary": "Recent work on distillation transfers the capabilities of large models to smaller ones often by updating the latter's parameters, through teacher forcing, on-policy distillation, and related training-time methods. In this paper, we ask whether such transfer can instead occur at test time. We study strong-to-weak scaffolding: whether a stronger builder model can construct inference-time harnesses that help a weaker target model solve tasks more reliably without any parameter updates. Using four r",
      "authors": "Cheng Qian, Wenting Zhao, Liangwei Yang, Heng Wang, Jielin Qiu, Heng Ji, Silvio Savarese, Huan Wang, Shelby Heinecke",
      "category": "research",
      "topics": "regulation",
      "published_at": "2026-08-12T17:53:18.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19019"
    },
    {
      "id": 19020,
      "url": "https://arxiv.org/abs/2608.12306v1",
      "title": "Redistribution-based Cost Inference Improves Sparse Safe Offline RL",
      "summary": "Safe offline RL typically assumes access to dense per-step cost annotations, but in practice supervisors provide only trajectory-level stop-feedback: a binary signal at the first unsafe transition, with no per-step attribution. We frame this as a temporal credit assignment problem and propose the Redistribution-based Cost Inference (RCI) framework, which converts sparse stop-feedback into dense per-step costs via return decomposition, then trains a constrained offline policy on the augmented dat",
      "authors": "Ebenezer Gelo, Geraud Nangue Tasse, Steven James, Benjamin Rosman",
      "category": "research",
      "topics": "regulation",
      "published_at": "2026-08-12T17:53:15.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19020"
    },
    {
      "id": 19021,
      "url": "https://arxiv.org/abs/2608.12304v1",
      "title": "Constructing Dynamic Master Logic Models as Knowledge Graphs for Complex System Diagnostics Using Retrieval-Augmented Large Language Models",
      "summary": "Dynamic Master Logic (DML) provides a hierarchical framework for representing system behavior by linking functional objectives to underlying structural elements. However, DML construction typically relies on expert interpretation of technical documentation, limiting scalability for complex systems. This study presents a framework for automated construction of DML models from system descriptions and their representation as Knowledge Graphs (KG-DML), using Retrieval-Augmented Generation and Large",
      "authors": "Saman Marandi, Yu-Shu Hu, Mohammad Modarres",
      "category": "research",
      "topics": "healthcare",
      "published_at": "2026-08-12T17:50:39.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19021"
    },
    {
      "id": 19022,
      "url": "https://arxiv.org/abs/2608.12299v1",
      "title": "Class Activation Mapping in Explainable Computer Vision: A Method-Centered Review of CNN, Transformer, and Foundation-Model-Era Visual Explanations",
      "summary": "Class activation mapping (CAM) is one of the most widely used visual explanation families in explainable artificial intelligence. Its purpose is intuitive: it converts internal model evidence into a heatmap that highlights the image regions, convolutional channels, tokens, or patches that support a target class or concept. Since the first CAM formulation in 2016, the field has moved far beyond global-average-pooled CNN classifiers. CAM-style methods now include gradient-based post-hoc explanatio",
      "authors": "AmirHossein Eshghi, Hamid Saadatfar, Seyyed Ali Hoseini, AmirMohsen Eshghi, Siavash Arjomand Bigdel",
      "category": "research",
      "topics": "transparency",
      "published_at": "2026-08-12T17:45:03.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19022"
    },
    {
      "id": 19023,
      "url": "https://arxiv.org/abs/2608.12290v1",
      "title": "Beyond Trial-and-Error: Agentic Optimization for Image-to-Video Adherence",
      "summary": "Modern black-box Image-to-Video (I2V) models offer powerful capabilities in automated content creation, yet their lack of fine-grained control and reliability presents significant challenges in professional workflows. Their inherent stochasticity causes minor variations in textual prompts or hyperparameters to yield drastically different outputs often necessitating inefficient, brute-force trial-and-error processes. To address these limitations, we introduce the ``Agentic Self-Improvement\" frame",
      "authors": "Aman Tyagi, Hemanth Boinpally, Jonathan Chen, Douglas Gebert, Steven Hickson",
      "category": "research",
      "topics": "children-education,agents-autonomy",
      "published_at": "2026-08-12T17:35:16.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19023"
    },
    {
      "id": 19024,
      "url": "https://arxiv.org/abs/2608.12282v1",
      "title": "VAKRA: Evaluating Multi-Hop Reasoning Across APIs and Retrieval Under Tool-Use Policies",
      "summary": "Agents deployed in enterprise settings must reason across structured APIs and document collections, yet existing benchmarks evaluate these capabilities in isolation. We introduce VAKRA (e\\textbf{V}aluating \\textbf{A}PI and \\textbf{K}nowledge \\textbf{R}etrieval \\textbf{A}gents), a benchmark of over $8{,}000$ executable APIs across $62$ domains with tasks spanning three settings of increasing difficulty: diverse API interaction styles, multi-hop reasoning over structured APIs, and multi-source rea",
      "authors": "Ankita Rajaram Naik, Anupama Murthi, Benjamin Elder, Siyu Huo, Raavi Gupta, Abhinav Jain, Praveen Venkateswaran, Abdulhamid Adebayo, Danish Contractor",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-12T17:27:27.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19024"
    },
    {
      "id": 19025,
      "url": "https://arxiv.org/abs/2608.12278v1",
      "title": "Structural Silence: When AI Infrastructure Fails Speakers of Underrepresented Languages",
      "summary": "Artificial intelligence tools for education and language support are increasingly framed as scalable responses to access gaps in under-resourced communities. Yet the infrastructure underlying these tools, including training corpora, tokenization schemes, evaluation benchmarks, and deployment architectures, can systematically disadvantage speakers of underrepresented languages before a model is trained. This paper examines these structural barriers through Bengali, one of the world's most widely",
      "authors": "Avijit Roy, Proma Roy",
      "category": "research",
      "topics": "children-education",
      "published_at": "2026-08-12T17:17:25.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19025"
    },
    {
      "id": 19026,
      "url": "https://arxiv.org/abs/2608.12253v1",
      "title": "One Frozen Simulator Is Not Enough: Simulator Collapse in Multi-Agent RL",
      "summary": "Multi-agent reinforcement learning for human-AI interaction typically relies on a single large language model to simulate user behavior. We show that this approach systematically fails to generalize, and trace the failure to simulator collapse: because the simulator LLM is mode-collapsed, an LLM policy trained against it overfits to narrow strategies that exploit the simulator's dominant mode, and such a policy transfers poorly to unseen simulators and real users. We formalize this collapse theo",
      "authors": "Simon Yu, Nicholas Tomlin, Marwa Abdulhai, Ximing Lu, Derek Chong, Abe Hou, Dilara Soylu, Sergey Levine, Christopher D. Manning, Weiyan Shi",
      "category": "research",
      "topics": "regulation,agents-autonomy",
      "published_at": "2026-08-12T16:55:50.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19026"
    },
    {
      "id": 19027,
      "url": "https://arxiv.org/abs/2608.12249v1",
      "title": "An Agentic Workflow for Legacy HPC Modernization: Converting the Two-Electron-Integral Core of GAMESS",
      "summary": "Modernizing legacy Fortran is a problem of volume: the transformations are individually routine, but the codebases can be enormous, and across much of computational science the work simply goes undone. We propose an agentic workflow that takes this work on at production scale, and we set out to measure how far such delegation can reach. In this work, three prompt-specialized agent roles operate under a version-controlled specification that the agents themselves authored and revised, while humans",
      "authors": "Yuzhong Shen, Masha Sosonkina, Peng Xu, Mark S. Gordon",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-12T16:48:47.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19027"
    },
    {
      "id": 19028,
      "url": "https://arxiv.org/abs/2608.12246v1",
      "title": "VICBench: A Multi-Language Benchmark for Code Vulnerability Detection",
      "summary": "Evaluating security vulnerability detection tools requires benchmark datasets with vulnerability-inducing commits (VICs) - the commits that first introduce vulnerabilities into codebases. VICs are essential for determining the full range of vulnerable software versions. Existing vulnerability datasets suffer from limited programming language coverage, restricted patch complexity, and narrow project scope. Through our dual annotation by human experts and an agentic workflow, we create a benchmark",
      "authors": "Jin Lu, Xuening Han, Yang Zhong, Lin Tan, Kevin Luo, Andrew Gacek, Neha Rungta",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-12T16:45:49.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19028"
    },
    {
      "id": 19029,
      "url": "https://arxiv.org/abs/2608.12236v1",
      "title": "How Organizations Use AI: Evidence from ChatGPT",
      "summary": "We study how organizations use frontier generative AI by linking ChatGPT Enterprise account records to usage, worker roles, task classifications, and public-company financial data through March 2026. These linked data enable a privacy-preserving analysis of adoption, worker roles, and message-level tasks at scale: for instance, the worker-level sample we analyze at the six-month adoption horizon includes over 1,500 organizations and over 17 million messages. We document four facts about enterpri",
      "authors": "Aaron Chatterji, David Holtz, Neel Rakholia, Prasanna Tambe, Gawesha Weeratunga",
      "category": "research",
      "topics": "privacy-surveillance",
      "published_at": "2026-08-12T16:32:52.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19029"
    },
    {
      "id": 19030,
      "url": "https://arxiv.org/abs/2608.12198v1",
      "title": "Learning-Based Behavior Planning for Automated Driving: Real-World Integration and Deployment",
      "summary": "Recent research in machine and deep learning has shown the potential of learningbased motion planning approaches to improve the driving behavior of automated vehicles, especially in complex environments. However, their complex nature and lack of transparency can hinder explainability and trustworthiness and complicate safety assurance. Motivated by these challenges, we propose a hybrid planning architecture that combines the advantages of machine learning with the verifiability and the determini",
      "authors": "Jean-Pierre Busch, Guido Linden, Jan Bergmann, Lutz Eckstein",
      "category": "research",
      "topics": "transparency,environment",
      "published_at": "2026-08-12T15:52:18.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19030"
    },
    {
      "id": 19031,
      "url": "https://arxiv.org/abs/2608.12196v1",
      "title": "M-Net: Integrating Spectral Features and Physical Field Operators into Deep Learning for Medical Image Segmentation",
      "summary": "Purpose: Deep learning-based medical image segmentation has achieved remarkable success, yet purely data-driven approaches often fail to exploit the rich mathematical structure inherent in medical images. We investigate whether explicit mathematical inductive biases, specifically matrix spectral analysis and vector calculus operators, can enhance segmentation beyond data-driven learning alone. Methods: We propose M-Net (Math-Augmented Network), which integrates three complementary mathematical p",
      "authors": "Jing Zhu, Ye Wang, Fumin Wang",
      "category": "research",
      "topics": "healthcare,finance-investment",
      "published_at": "2026-08-12T15:51:07.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19031"
    },
    {
      "id": 19032,
      "url": "https://arxiv.org/abs/2608.12192v1",
      "title": "How to Spend Your Oracle Budget: Practical Guidance for Protein Structure Prediction Models",
      "summary": "Foundation models for protein structure prediction remain unreliable on certain targets. External oracles can flag and correct these failures, but biological oracles are expensive, making oracle budget a critical constraint. Existing guidance methods, such as FK-steering, DPO, and Best K-of-N sampling, differ in how they spend this budget, yet no systematic comparison exists to guide method selection. To bridge this gap, we benchmark these methods alongside the recently proposed Optimisation Ove",
      "authors": "Aleksandra Kalisz, Jack Simons, Krisztina Sinkovics, Noam Ghenassia, Shikha Surana, Henry Moss, Paul Duckworth",
      "category": "research",
      "topics": "biotech",
      "published_at": "2026-08-12T15:46:57.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19032"
    },
    {
      "id": 19033,
      "url": "https://arxiv.org/abs/2608.12190v1",
      "title": "Machine Learning-Based Cyber Defense for Cloud Infrastructure: An Adaptive Deep Q-Network Architecture for Intelligent Intrusion Detection and Automated Threat Mitigation",
      "summary": "With the increasing complexity of cyber assaults in cloud environments, adaptable security solutions are needed that can support real-time detection and autonomous response. In this paper, we propose a reinforcement learning-based dynamic cyber defense framework. We deploy a Deep Q-Network (DQN) to train effective defensive strategies to counteract the evolving cyberattacks. We leverage the CICIDS2017 dataset for model creation and the UNSW-NB15 dataset for external validation, involving preproc",
      "authors": "Md Yassir Mottalib, Md Yousuf, Eklachur Rahman Bhuiyan, S M Ahsan Habib, Sonjoy Kumar Dey, Md. Salahuddin Gazi, Molay Kumar Roy, Asaduzzaman Anik",
      "category": "research",
      "topics": "military-security,environment",
      "published_at": "2026-08-12T15:46:17.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19033"
    },
    {
      "id": 19034,
      "url": "https://arxiv.org/abs/2608.12138v1",
      "title": "A corpus-specific clinical RAG system matches or outperforms newer frontier LLMs on HealthBench",
      "summary": "General-purpose large language models (LLMs) have recently been reported to match or exceed specialized clinical AI tools on medical benchmarks, but such comparisons draw on a narrow set of systems and on benchmarks developed largely in high-income settings. We evaluate VITA, a retrieval-augmented generation (RAG) system purpose-built for contextual knowledge retrieval in India and other low- and middle-income (LMIC) settings. VITA retrieves from a curated corpus of disease-specific guidelines,",
      "authors": "Praveen Reddy, Charuta Mandke, Suvrankar Datta, Sarah Khan, Siddharth Reddy Anthireddy, Shitij Arora, Vishal Singh",
      "category": "research",
      "topics": "healthcare",
      "published_at": "2026-08-12T14:55:46.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19034"
    },
    {
      "id": 19035,
      "url": "https://arxiv.org/abs/2608.12125v1",
      "title": "Do LLMs Take Care of Their Own? Similarity Signals Can Induce Cooperation",
      "summary": "As LLM-based agents with user-instructed goals are becoming widely deployed, they increasingly encounter each other in strategic interactions, and face challenges of finding mutually beneficial outcomes. Prior literature has argued that cooperation problems such as the Prisoner's Dilemma are resolvable in settings where agents know they follow very similar decision making patterns, as for example in monocultural AI ecosystems. Following that line of work, this paper introduces the first framewor",
      "authors": "Akash Kundu, Emanuel Tewolde, Ratip Emin Berker, Samuel F. Brown, Vincent Conitzer",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-12T14:47:15.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19035"
    },
    {
      "id": 19036,
      "url": "https://arxiv.org/abs/2608.12123v1",
      "title": "Ready Cohorts: Bounding GPU Opportunity and Avoiding Host Round Trips in LLM-Agent Control",
      "summary": "LLM-agent services repeatedly execute small deterministic transitions between model and tool calls: route an outcome, update state, and emit the next effect. We ask when this control path exposes enough concurrent work for GPU execution, and what changes when a GPU-computed route decision remains on device. We formalize the ready-cohort boundary using fixed-partition share F, exact offline share P*, local upper bound U, and online achieved share A. Under zero service time, unlimited capacity, an",
      "authors": "Josef Liyanjun Chen",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-12T14:42:15.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19036"
    },
    {
      "id": 19037,
      "url": "https://arxiv.org/abs/2608.12104v1",
      "title": "No One to Blame: A Framework of Constitutive AI Unaccountability",
      "summary": "The increasing deployment of autonomous, agentic AI systems challenges traditional accountability mechanisms. Existing research predominantly frames AI accountability gaps as barriers that can be overcome through better standards, transparency, and institutional reform. We argue that this framing is insufficient: certain configurations of actors, systems, and institutions render AI accountability conceptually unachievable regardless of effort. We introduce the concept of constitutive AI unaccoun",
      "authors": "Long Hoang Nguyen, Eva Späthe, Sebastian Lins, Ali Sunyaev",
      "category": "research",
      "topics": "agents-autonomy,transparency",
      "published_at": "2026-08-12T14:25:05.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19037"
    },
    {
      "id": 19038,
      "url": "https://arxiv.org/abs/2608.12083v1",
      "title": "Faithful, Sufficient and Understandable: Rethinking Graph Counterfactual Explanations via Discrete Diffusion Inversion",
      "summary": "Graph Neural Networks (GNNs) achieve strong predictive performance on graph-structured data across domains such as chemistry, biology, and network analysis, yet they provide no intrinsic explanation of their predictions. This limits their adoption in high-stakes and safety-critical settings. Counterfactual explanations address this by revealing the minimal structural modifications that would change a model's prediction. On graphs, however, such a modification is hard to produce. The search space",
      "authors": "David Bechtoldt, Sidney Bender",
      "category": "research",
      "topics": "biotech",
      "published_at": "2026-08-12T14:04:49.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19038"
    },
    {
      "id": 19039,
      "url": "https://arxiv.org/abs/2608.12078v1",
      "title": "Better Slots, Better Worlds: Representation Quality & Robustness in Object-Centric World Models",
      "summary": "Learning world models from offline trajectories enables agents to accomplish different tasks through planning. Object-centric (OC) representations, which decompose a scene into a set of slots that bind to its objects, have been proposed as an inductive bias for world models that are more sample-efficient and generalize better. Yet prior object-centric world models (OCWMs) take the slot encoder as given and evaluate only in-distribution, leaving open whether the object-centric bias actually deliv",
      "authors": "Shukrullo Nazirjonov, Sai Prasanna, Anna Manasyan, Georg Martius",
      "category": "research",
      "topics": "bias-fairness,agents-autonomy",
      "published_at": "2026-08-12T14:02:36.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19039"
    },
    {
      "id": 19040,
      "url": "https://arxiv.org/abs/2608.12062v1",
      "title": "Preference Tree Optimization: Enhancing Goal-Oriented Dialogue with Look-Ahead Simulations",
      "summary": "Developing dialogue systems capable of engaging in multi-turn, goal-oriented conversations remains a significant challenge, especially in specialized domains with limited data. This research proposes a novel framework called Preference Tree Optimization (PTO), designed to iteratively improve agent models in such dialogue systems, by generating preference data using a method called Preference Tree with Look-Ahead. Focusing on Motivational Interviewing (MI) -- a counseling technique aimed at facil",
      "authors": "Lior Baruch, Moshe Butman, Kfir Bar, Doron Friedman",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-12T13:48:30.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19040"
    },
    {
      "id": 19041,
      "url": "https://arxiv.org/abs/2608.12036v1",
      "title": "Mechanist: AI as a Scientific Instrument for Discovering the Mechanisms of Intelligence",
      "summary": "AI models have achieved remarkable success across diverse domains, yet the mechanisms underlying their capabilities and the risks they may pose remain poorly understood. As AI development becomes faster and increasingly automated, mechanistic exploration remains largely manual, widening the gap between what models can do and our ability to understand and control them. To bridge this gap, we introduce Mechanist, an agentic system that uses AI as a scientific instrument for the autonomous discover",
      "authors": "Mengru Wang, Junfeng Fang, Shuofei Qiao, Zhenqian Xu, Haoming Xu, Haoxiong Wang, Shumin Deng, Linyi Yang, Zhixiang Cui, Xin Xu, Yunzhi Yao, Buqiang Xu, Fei Shen, Haozhe Luo, Yunxiang Wei, Ningyu Zhang, Julian McAuley, Tat Seng Chua, Huajun Chen",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-12T13:19:42.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19041"
    },
    {
      "id": 19042,
      "url": "https://arxiv.org/abs/2608.12035v1",
      "title": "How Far from Clinical Deployment? Evaluating the Complete Unsupervised Domain Adaptation Pipeline in Medical Imaging",
      "summary": "Deploying unsupervised domain adaptation (UDA) in clinical practice requires choosing which algorithm to use and which of its trained models to ship. However, the deployment (target) domain is unlabeled, so models cannot be evaluated directly on it, leaving it unclear which to select. We address this by evaluating the complete UDA pipeline, considering both adaptation and label-free selection together. Our study covers eleven clinically relevant cross-domain scenarios from nine medical imaging d",
      "authors": "Yiheng Xiong, Luisa Gallée, Daniel Santak Wolf, Heiko Hillenhagen, Michael Götz",
      "category": "research",
      "topics": "healthcare",
      "published_at": "2026-08-12T13:19:14.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19042"
    },
    {
      "id": 19043,
      "url": "https://arxiv.org/abs/2608.12002v1",
      "title": "CTBench: Evaluating Troubleshooting Capabilities of AI Agents in Realistic Telecom Network Operations",
      "summary": "Agents are increasingly considered for automating network operations and maintenance, where engineers must diagnose network faults, optimize configurations to enhance services, and reduce operational costs while acting under strict constraints. However, existing evaluations fail to accurately model real network characteristics or assess agents under partially observable telecom environments with diverse vendors, devices, protocols, and interfaces. In this paper, we introduce CTBench, a public be",
      "authors": "Xingyu Yan, Tingting Dai, Antonio De Domenico, Mohamed Sana, Nicola Piovesan, Changchang Li, Bowen Liu, Kun Jiang, Mengjie Zhang, Dingcheng Shan, Jing-Cheng Pang, Chenwei Wu, Sijie Wu, Lianying Chao, Haoran Cai, Jiantao Ye, Xubin Li, Simon Mark Lucas, Xin Chen",
      "category": "research",
      "topics": "healthcare,agents-autonomy,environment",
      "published_at": "2026-08-12T12:37:02.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/19043"
    },
    {
      "id": 18648,
      "url": "https://arxiv.org/abs/2608.11204v1",
      "title": "Surgical WAM: A World-Action Model for Data-Efficient Surgical Robot Learning",
      "summary": "Learning reliable surgical manipulation policies is bottlenecked by the scarcity of action-labeled demonstrations: teleoperated surgical robot (e.g., dVRK) trajectories with synchronized kinematics are costly to collect, while surgical tasks demand precise contact handling, long-horizon reasoning, and bimanual coordination. Endoscopic video is comparatively inexpensive and abundant relative to synchronized video--kinematics trajectories, and a natural way to exploit it is to learn world models o",
      "authors": "Wenrui Bao, Tianyun Jiang, Zhiben Chen, Ser-Nam Lim, Peter D. Peng, Yuzhang Shang",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-11T17:59:13.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18648"
    },
    {
      "id": 18649,
      "url": "https://arxiv.org/abs/2608.11195v1",
      "title": "Long-Horizon AI Research for Grothendieck Constant: A Case Study in Human-AI Mathematical Collaboration",
      "summary": "AI agents are increasingly used in mathematics research, but it is often unclear how to use them effectively. Towards this, we present an extensive case study of how AI was used to improve bounds on the Grothendieck constant $K_G$, which captures the hardness between combinatorial problems and their continuous relaxations. Specifically, while the precise value of $K_G$ is not known, we recently tightened the best known bounds to \\[ \\frac{6π}{11} \\;\\le\\; K_G \\;\\le\\; \\fracπ{2\\log(1+\\sqrt2)} - 10^{",
      "authors": "Alan Li, Rahul Saha, Anton Xue, Swarat Chaudhuri, Adam Klivans, Pravesh K Kothari, Raghu Meka",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-11T17:53:48.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18649"
    },
    {
      "id": 18650,
      "url": "https://arxiv.org/abs/2608.11191v1",
      "title": "Test-Time Self-Evolving GUI Visual Grounding via Reflection-Guided On-Policy Self-Distillation",
      "summary": "GUI Visual Grounding is a fundamental capability for GUI agents. Existing models typically freeze their parameters after deployment, limiting their ability to adapt to unseen interfaces. Although recent methods attempt to adapt models via test-time reinforcement learning, they cannot reflect upon failed exploration. To overcome this, we propose a Test-Time Self-Evolving framework that enables models to improve after deployment without human-annotated ground truth. It constructs a closed-loop of",
      "authors": "Shiyu Xuan, Zechao Li",
      "category": "research",
      "topics": "regulation,agents-autonomy",
      "published_at": "2026-08-11T17:50:25.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18650"
    },
    {
      "id": 18651,
      "url": "https://arxiv.org/abs/2608.11095v1",
      "title": "Why Does CLAUDE.md Keep Growing? Catastrophic Remembering in Agentic Coding",
      "summary": "Agentic coding READMEs like CLAUDE.md grow without bound in real repositories, stopping only when the repository retires or someone rewrites the file wholesale. We trace this to imperfect recall: appending an instruction is always cheap, but once an instruction's rationale is gone, deleting it without risking a correctness regression costs O(2^|D|) in a prompt of |D| instructions. We name the resulting divergence catastrophic remembering, the inverse of catastrophic forgetting around which conti",
      "authors": "Kushal Chakrabarti",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-11T16:00:55.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18651"
    },
    {
      "id": 18652,
      "url": "https://arxiv.org/abs/2608.11079v1",
      "title": "SkillZip: Evaluation-Free Skill Compression for Self-Evolving Agents by Discovering Reusable Structure",
      "summary": "Self-evolving agents accumulate reusable skills by appending successful procedures and failure fixes. Over time, the same requirement is often restated in several branches, examples, and warnings, while common action sequences are copied rather than reused. The resulting skill becomes expensive to inject and difficult to maintain. Generic prompt compression is ill-suited to this setting because a skill is not a flat passage: its name and description define when it applies, its workflow controls",
      "authors": "Xiaofan Bai, Hongqiang Lin, Chao Liu, Yantao Zhang, Xuan Jin, Xipeng Cao, Yuhong Li",
      "category": "research",
      "topics": "agents-autonomy",
      "published_at": "2026-08-11T15:41:19.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18652"
    },
    {
      "id": 18653,
      "url": "https://arxiv.org/abs/2608.11066v1",
      "title": "Quantum Coordination Advantages in AI State-Tracking Tasks: Semantic Compilation and Latent Memory",
      "summary": "We prove inference-time quantum coordination advantages for specified AI state-tracking tasks. A solver compresses semantic history into a future-accessible boundary state and later answers a query. We count communication $B$, persistent instance-dependent memory $M$, and local work $D$; classical recurrence, caches, tools, and recomputation are allowed and charged. The central result is a boundary-preserving semantic-compilation theorem. It maps a finite one-way, streaming, or adaptive causal t",
      "authors": "Ming Yang",
      "category": "research",
      "topics": "privacy-surveillance",
      "published_at": "2026-08-11T15:32:15.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18653"
    },
    {
      "id": 18654,
      "url": "https://arxiv.org/abs/2608.11064v1",
      "title": "Entropy-Centric Explainable AI for Remote Sensing Image Segmentation",
      "summary": "Artificial intelligence (AI) has become a powerful approach to solving complex problems in critical domains. Many concerns arise regarding the decision-making process of its models, mainly due to deep neural networks outperforming their peers at the cost of ambiguity in feature extraction and prediction. Consequently, in critical domains such as remote sensing, where high-resolution imagery must be analyzed using black-box models, the lack of transparency limits trust in these models and, thus,",
      "authors": "Ali Saleh, Abdul Karim Gizzini, Mohamad Ghassany, Ali J. Ghandour",
      "category": "research",
      "topics": "transparency",
      "published_at": "2026-08-11T15:31:07.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18654"
    },
    {
      "id": 18655,
      "url": "https://arxiv.org/abs/2608.11049v1",
      "title": "Multiclass Sentiment Analysis for Identifying Political Viewpoints",
      "summary": "The rapid growth of social media has created vast amounts of political discourse, which provides valuable opportunities to analyze public opinions and identify different political perspectives. Sentiment Analysis (SA) is a core task in Natural Language Processing (NLP) that allows the computational study of attitudes and opinions in textual data, and has become increasingly important for understanding political discourse. In this work, we investigate multiclass sentiment analysis of political vi",
      "authors": "Girma Yohannis Bade, Olga Kolesnikova, Jose Luis Oropeza, Grigori Sidorov",
      "category": "research",
      "topics": "finance-investment",
      "published_at": "2026-08-11T15:21:23.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18655"
    },
    {
      "id": 18656,
      "url": "https://arxiv.org/abs/2608.10989v1",
      "title": "Putting Registers to Work: Task Registers for Token Pruning in Vision Transformers",
      "summary": "Token-pruning policies are usually designed for a single recognition pipeline, but pretrained Vision Transformers are reused across tasks with different spatial demands. We ask which parts of a pruning policy transfer across image classification, semantic segmentation, and object detection. For each pipeline, controlled probes freeze the no-pruning checkpoint and apply a series of parameter-free reduction criteria at one eligible layer at a time without retraining. The probes reveal three differ",
      "authors": "Hongsen Cao, Mona Jaber, Shanxin Yuan, Ahmed Sayed",
      "category": "research",
      "topics": "regulation",
      "published_at": "2026-08-11T14:43:52.000Z",
      "source": "arXiv cs.AI",
      "ethics_ai_record_url": "https://ethics.ai/record/18656"
    }
  ],
  "attribution": "via ethics.ai"
}