Volumetric medical imaging transitioned from classical deep learning to multimodal, agent-driven AI systems. These new systems identify volumetric biomarkers and use diverse data for predictive and generative modeling. AI agents and foundation models now provide advanced reasoning and adaptive clinical workflows in volumetric medical imaging.
MetaboT, an open-source multi-agent Large Language Model (LLM) framework, translates natural language questions into executable SPARQL queries over metabolomics knowledge graphs. Its modular architecture addresses issues like hallucination and schema compliance from single-model approaches. Validated on the Experimental Natural Products Knowledge Graph (ENPKG), MetaboT achieved 83.67% accuracy on a metabolomics benchmark, compared to 8.16% for a single-shot baseline. The framework reduces technical barriers for metabolomics researchers, enabling semantic data mining without specialized programming.
Researchers introduced Agent Harness Distillation (AHD) to analyze security risks, specifically inference-time harness extraction from Autonomous Multi-Agent Systems (AMAS). Experiments confirmed AHD's effectiveness and demonstrated intellectual property leakage risks in AMAS. This research formalized harness extraction as a new security problem. A deception-based defense was proposed to mitigate these risks.
An agentic AI workflow was implemented for autonomous experiments on nitrogen-vacancy centers in diamond. This workflow combines project records, quantitative calculation, data analysis tools, and experiment control. It performed tasks such as selecting an NV center, calibrating its resonant frequency, and conducting specific measurements. Two offline benchmarks were introduced to evaluate AI agent reasoning independently of laboratory execution: a Ramsey checkpoint benchmark and a pulsed optically detected magnetic resonance (pODMR) data evaluation benchmark. These benchmarks were evaluated using GPT-5.4, GPT-5.5, and GPT-5.6 Sol models. Greater reasoning effort improved recognition of residual resonance calibration offset in the Ramsey checkpoint benchmark. In the pODMR benchmark, pulse sequence information alone increased false positive resonance judgments at higher reasoning effort; however, incorporating an expected signal calculation maintained low false positive rates across all models and reasoning settings. Research results suggested a division of labor for autonomous experiments: AI agents generate scientific hypotheses and analyze data using quantitative tools, while deterministic code controls hardware and enforces safety protocols.
LLM-driven autonomous agents are changing offensive security. They exhibit non-deterministic actions, open-ended impacts, and a reduced skill floor for users, differing from traditional penetration testing methods. This combination facilitates the industrialization of offensive capabilities, initially favoring attackers. These characteristics also present challenges for existing cybersecurity and AI-ethics frameworks, complicating moral attribution.
- A book discusses ethical considerations for AI developers.
- A study identified six themes regarding AI adoption in Nigerian commercial banks.
- Researchers developed the human-centric AI integration wheel framework.
- A research paper argued artificial intelligence strengthens analytical and operational functions in complex global issues.
- A research paper identified specific risks introduced by artificial intelligence in complex problem-solving environments.
- A research paper proposed augmented diplomacy as a model for integrating artificial intelligence with human judgment.
- Agent Harness Distillation (AHD) operates in two distinct stages.
Sources
- A Comprehensive Review Tracing the Evolution of Volumetric Medical Imaging Analysis from Classic CNNs to Emerging AI-Agents
Abstract Volumetric medical imaging has redefined modern healthcare, enabling precise diagnosis, prognosis, and treatment planning. During the past decade, the field has undergone a paradigm shift from classical deep learning architectures to multimodal, agent-driven AI systems capable of uncovering rich volumetric biomarkers and utilizing heterogeneous data for predictive and generative modeling. Existing surveys are fragmented, focusing on specific models or tasks instead of offering a unified view of volumetric learning evolution. This study traces the evolution from classical models…
- MetaboT: an LLM-based multi-agent framework for interactive analysis of mass spectrometry metabolomics knowledge graphs
Mass spectrometry-based metabolomics generates complex, high-dimensional data that holds vast potential for biological discovery but remains difficult to integrate and interpret. Knowledge graphs (KGs) unify this heterogeneous information by representing spectra, annotations, taxa, chemical classes, and biological activities as a single interoperable network; however, their practical use is limited by the steep learning curve of corresponding specialized representation and query languages. Here we introduce MetaboT, an open-source multi-agent Large Language Model (LLM) framework that…
- Agent Harness Distillation: Inference-Time Harness Extraction and Exploitation in Autonomous Multi-Agent Systems
Autonomous multi-agent systems (AMAS) built on large language models (LLMs), such as Hermes, increasingly rely on inference-time harnesses to coordinate reasoning and action. Constructing these harnesses requires substantial engineering effort and computational resources, as they are iteratively optimized over a combinatorial search space while co-evolving with the underlying LLM. Inference-time harnesses therefore constitute valuable intellectual property (IP). Although prior work has investigated IP leakage in static multi-agent systems with pre-configured architectures, it remains unclear…
- Agentic AI for Scientific Reasoning in Autonomous Quantum Sensing Experiments
We implement an agentic AI workflow built around a large language model (LLM) agent for autonomous experiments with nitrogen-vacancy (NV) centers in diamond. NV centers are a widely used platform for quantum sensing, and the ability to control many measurements from a computer makes NV experiments a natural setting for autonomous workflows. We make two main contributions. First, we demonstrate an autonomous NV experiment workflow that combines persistent project records, quantitative calculation and data analysis tools, and deterministic experiment control. In one autonomous experiment, the…
- The Ethics of Autonomous AI Agents for Offensive Security
LLM-driven autonomous agents are reshaping offensive security. Unlike traditional penetration-testing tooling - deterministic, narrowly scoped, and operated by trained practitioners - agentic security tools exhibit indeterminacy along three independent dimensions. First, their actions are drawn from a non-deterministic policy whose outputs resist both ex-ante and ex-post explanation. This complicates incident attribution and pre-deployment safety reviews. Second, their impact is open-ended due to their non-deterministic actions, agency of utilized models, and opaque LLM supply-chains. Third,…