With the rapid proliferation of large language models and vision-language models, AI agents have evolved from isolated, task-specific systems into autonomous, interactive entities capable of perceiving, reasoning, and acting without human intervention. As these agents proliferate across virtual and physical environments, from virtual assistants to embodied robots, the need for a unified, agent-centric infrastructure becomes paramount. In this survey, we introduce the Internet of Agents (IoA) as a foundational framework that enables seamless interconnection, dynamic discovery, and collaborative orchestration among heterogeneous agents at scale. We begin by presenting a general IoA architecture, highlighting its hierarchical organization, distinguishing features relative to the traditional Internet, and emerging applications. Next, we analyze the key operational enablers of IoA, including capability notification and discovery, adaptive communication protocols, dynamic task matching, consensus and conflict-resolution mechanisms, and incentive models. Finally, we identify open research directions toward building resilient and trustworthy IoA ecosystems.
This work presents a method for implementing dynamic difficulty adjustment in the arcade game of Air Hockey using reinforcement learning. The resulting AI-controlled opponent is capable of adapting its skill level to the player's performance to maintain engagement and provide a balanced gameplay experience. The approach relies on generating several AI agents through progressively longer training durations, resulting in distinct and smoothly transitioning difficulty levels that can be switched dynamically. We discuss how this scheme can be extended with manually selected parameters that influence physical aspects of the agent's behavior-such as movement speed, reaction latency, and control precision-to complement the variations in decision-making quality. The proposed method is applicable to a wide range of video games, and experimental results demonstrate its effectiveness in producing adaptive and varied opponent behavior.
Large Language Models (LLMs) are widely deployed in applications that accept user-submitted content, such as uploaded documents or pasted text, for tasks like summarization and question answering. In this paper, we identify a new class of attacks, prompt in content injection, where adversarial instructions are embedded in seemingly benign inputs. When processed by the LLM, these hidden prompts can manipulate outputs without user awareness or system compromise, leading to biased summaries, fabricated claims, or misleading suggestions. We demonstrate the feasibility of such attacks across popular platforms, analyze their root causes including prompt concatenation and insufficient input isolation, and discuss mitigation strategies. Our findings reveal a subtle yet practical threat in real-world LLM workflows.
Authentication in the Internet of Vehicles (IoV) is challenged by significant communication delays and risks of attacker intrusion, attributed to the high mobility of vehicles. Current authentication schemes often fail to fully address the reliability of Road Side Units (RSUs) and typically overlook issues related to single points of failure. Additionally, these schemes do not adequately consider secure and efficient handover authentication during vehicle access, leading to increased computational and communication costs. To overcome these limitations, we introduce BAKP, a blockchain-assisted anonymous authentication and key agreement protocol designed specifically for IoV contexts. BAKP enables secure access authentication for vehicles connecting to network services, even in scenarios where RSUs are semi-trusted. When the vehicles re-request network services, the RSUs bypass the authentication center and directly query the blockchain-recorded authentication results, thereby streamlining the handover process. The protocol also supports the revocation of pseudo-identities and enhances the transparency in tracing malicious entities. We performed a provable security analysis of BAKP using the Standard Model, along with formal security evaluations employing Colored Petri Nets (CPN) and the DolevYao attacker model. Our results confirm that BAKP is robust against all relevant attacks and demonstrate its efficiency through comprehensive performance evaluations.
Introduction cervical cancer ranks as the fourth most common cancer among females worldwide. Approximately 528,000 new cases of cervical cancer are reported annually, and about 85% of them occur in less-developed countries. The lack of skilled medical staff and pre-screening procedures is the main cause of the high fatality rate in these countries. Cervicography images are the gold standard procedure for the evaluation of cervical cancer; however, the high intra-class inconsistency makes the diagnosis process more challenging for skilled medical specialists.Method In this work, we propose a fully automated computer-aided diagnosis (CAD) system for classifying cervical cancer using Cervicography images. Data augmentation is performed in the initial phase to address dataset imbalance. Subsequently, we proposed two novel deep learning modules: the 11-Parallel Inverted Residual Bottleneck Blocks (11-PIRBnet) architecture and the 9-Parallel Inverted Residual blocks with Self-Attention Mechanism (9-PIRSANet). Both modules are fused at the network level via a depth concatenation layer to form a new network, 375NFNet. The proposed network is trained on the selected dataset, whereas the hyperparameters are initialized through Bayesian Optimization (BO). For feature extraction, a depth concatenation layer is used during testing to combine information from both deep learning modules. Finally, the extracted features are classified using a shallow neural network (SNN) to produce the final classification.Result To evaluate the model, experiments were conducted on a publicly available cervical screening dataset of Cervicography images, and results demonstrate an accuracy of 95.5%, a precision of 95.4%, and an area under the curve of 0.97. When compared with several pre-trained techniques, the proposed architecture achieved significant improvement in accuracy, precision, and number of trainable parameters.Conclusion The proposed 375NFNet architecture demonstrates remarkable accuracy and efficiency in classifying cervical cancer through cervicography images, which shows its potential as a valuable tool in resource-constrained environments.