Government
UN revisits 'killer robot' regulations as concerns about AI-controlled weapons grow
The CyberGuy Kurt Knutsson joins'Fox & Friends' to discuss the U.S.-Saudi investment summit and the debate over regulation as artificial intelligence continues to advance. Several nations met at the United Nations (U.N.) on Monday to revisit a topic that the international body has been discussing for over a decade: the lack of regulations on lethal autonomous weapons systems (LAWS), often referred to as "killer robots." This latest round of talks comes as wars rage in Ukraine and Gaza. While the meeting was held behind closed doors, U.N. Secretary-General António Guterres released a statement doubling down on his 2026 deadline for a legally binding solution to threats posed by LAWS. "Machines that have the power and discretion to take human lives without human control are politically unacceptable, morally repugnant and should be banned by international law," Guterres said in a statement.
AI is coming soon to speed up sluggish permitting for fire rebuilds, officials say.
When survivors from January's wildfires in Los Angeles County apply to rebuild their homes, their first interaction might be with a robot. Artificial intelligence will aid city and county building officials in reviewing permit requests, an effort to speed up a process already being criticized as too slow. "The current pace of issuing permits locally is not meeting the magnitude of the challenge we face," Gov. Gavin Newsom said when announcing the AI deal in late April. Some 13,000 homes were lost or severely damaged in the Eaton and Palisades fires, and many families are eager to return as fast as they can. Just eight days after the fire began and while it was still burning, the city received its first home rebuilding application in Pacific Palisades.
Trump Wants to Bring Back Factory Jobs. I Worked on the Assembly Line. It Was Hell.
Sign up for the Slatest to get the most insightful analysis, criticism, and advice out there, delivered to your inbox daily. I once witnessed a friend going through a severe midlife crisis. Basically overnight, this formerly serious and well-adjusted middle-aged man dumped his wife for a much younger girlfriend, got a face tattoo, and built a full-sized halfpipe in his house. Soon, we were barraged with music recommendations (all stuff he'd listened to in high school and college) and life updates laden with "hip" "slang" ("Despite the age gap, my situationship with Triniteigh is lowkey lit"). It was a transparent--and, from a certain perspective, even sympathetic--response to a universal anxiety: He'd seen that the good times were over, and that only decline lay ahead. But, like all nostalgists, he didn't realize that you can't ever truly go back; you can only go backward. The United States, under President Donald Trump, seems to be undergoing a similar midlife crisis, as this reactionary administration attempts to brute-force the country back to a golden age that many people are realizing either didn't exist in the first place or has been permanently lost to the mists of time and modernization.
Trump's Middle East visit opens floodgate of AI deals led by Nvidia
The administration of U.S. President Donald Trump is clearing a path for two key Persian Gulf allies to pursue their artificial intelligence ambitions -- and some of the biggest U.S. tech companies are seizing on that opening with plans to spend billions of dollars in the region. Under agreements with the U.S. expected to be unveiled in coming days, Saudi Arabia and the United Arab Emirates are poised to win wider access to advanced AI chips from Nvidia and Advanced Micro Devices that are considered the gold standard for running AI models. The deals are taking shape while President Donald Trump visits the Middle East seeking to forge deeper business ties that put U.S. technology initiatives at center stage. Even before any formal announcement of accords between the U.S. and its partners, news began to emerge of American companies readying expanded projects in the region.
An Optimized Evacuation Plan for an Active-Shooter Situation Constrained by Network Capacity
Lavalle-Rivera, Joseph, Ramesh, Aniirudh, Chakraborty, Subhadeep
A total of more than 3400 public shootings have occurred in the United States between 2016 and 2022. Among these, 25.1% of them took place in an educational institution, 29.4% at the workplace including office buildings, 19.6% in retail store locations, and 13.4% in restaurants and bars. During these critical scenarios, making the right decisions while evacuating can make the difference between life and death. However, emergency evacuation is intensely stressful, which along with the lack of verifiable real-time information may lead to fatal incorrect decisions. To tackle this problem, we developed a multi-route routing optimization algorithm that determines multiple optimal safe routes for each evacuee while accounting for available capacity along the route, thus reducing the threat of crowding and bottlenecking. Overall, our algorithm reduces the total casualties by 34.16% and 53.3%, compared to our previous routing algorithm without capacity constraints and an expert-advised routing strategy respectively. Further, our approach to reduce crowding resulted in an approximate 50% reduction in occupancy in key bottlenecking nodes compared to both of the other evacuation algorithms.
Red Teaming the Mind of the Machine: A Systematic Evaluation of Prompt Injection and Jailbreak Vulnerabilities in LLMs
--Large Language Models (LLMs) are increasingly integrated into consumer and enterprise applications. Despite their capabilities, they remain susceptible to adversarial attacks such as prompt injection and jailbreaks that override alignment safeguards. This paper provides a systematic investigation of jailbreak strategies against various state-of-the-art LLMs. We categorize over 1,400 adversarial prompts, analyze their success against GPT -4, Claude 2, Mistral 7B, and Vicuna, and examine their generalizability and construction logic. We further propose layered mitigation strategies and recommend a hybrid red-teaming and sandboxing approach for robust LLM security.
A document processing pipeline for the construction of a dataset for topic modeling based on the judgments of the Italian Supreme Court
Marulli, Matteo, Panattoni, Glauco, Bertini, Marco
Topic modeling in Italian legal research is hindered by the lack of public datasets, limiting the analysis of legal themes in Supreme Court judgments. To address this, we developed a document processing pipeline that produces an anonymized dataset optimized for topic modeling. The pipeline integrates document layout analysis (YOLOv8x), optical character recognition, and text anonymization. The DLA module achieved a mAP@50 of 0.964 and a mAP@50-95 of 0.800. The OCR detector reached a mAP@50-95 of 0.9022, and the text recognizer (TrOCR) obtained a character error rate of 0.0047 and a word error rate of 0.0248. Compared to OCR-only methods, our dataset improved topic modeling with a diversity score of 0.6198 and a coherence score of 0.6638. We applied BERTopic to extract topics and used large language models to generate labels and summaries. Outputs were evaluated against domain expert interpretations. Claude Sonnet 3.7 achieved a BERTScore F1 of 0.8119 for labeling and 0.9130 for summarization.
Enhancing Trust Management System for Connected Autonomous Vehicles Using Machine Learning Methods: A Survey
Xu, Qian, Zhang, Lei, Liu, Yixiao
Connected Autonomous Vehicles (CAVs) operate in dynamic, open, and multi-domain networks, rendering them vulnerable to various threats. Trust Management Systems (TMS) systematically organize essential steps in the trust mechanism, identifying malicious nodes against internal threats and external threats, as well as ensuring reliable decision-making for more cooperative tasks. Recent advances in machine learning (ML) offer significant potential to enhance TMS, especially for the strict requirements of CAVs, such as CAV nodes moving at varying speeds, and opportunistic and intermittent network behavior. Those features distinguish ML-based TMS from social networks, static IoT, and Social IoT. This survey proposes a novel three-layer ML-based TMS framework for CAVs in the vehicle-road-cloud integration system, i.e., trust data layer, trust calculation layer and trust incentive layer. A six-dimensional taxonomy of objectives is proposed. Furthermore, the principles of ML methods for each module in each layer are analyzed. Then, recent studies are categorized based on traffic scenarios that are against the proposed objectives. Finally, future directions are suggested, addressing the open issues and meeting the research trend. We maintain an active repository that contains up-to-date literature and open-source projects at https://github.com/octoberzzzzz/ML-based-TMS-CAV-Survey.
ExEBench: Benchmarking Foundation Models on Extreme Earth Events
Zhao, Shan, Xiong, Zhitong, Zhao, Jie, Zhu, Xiao Xiang
Our planet is facing increasingly frequent extreme events, which pose major risks to human lives and ecosystems. Recent advances in machine learning (ML), especially with foundation models (FMs) trained on extensive datasets, excel in extracting features and show promise in disaster management. Nevertheless, these models often inherit biases from training data, challenging their performance over extreme values. To explore the reliability of FM in the context of extreme events, we introduce \textbf{ExE}Bench (\textbf{Ex}treme \textbf{E}arth Benchmark), a collection of seven extreme event categories across floods, wildfires, storms, tropical cyclones, extreme precipitation, heatwaves, and cold waves. The dataset features global coverage, varying data volumes, and diverse data sources with different spatial, temporal, and spectral characteristics. To broaden the real-world impact of FMs, we include multiple challenging ML tasks that are closely aligned with operational needs in extreme events detection, monitoring, and forecasting. ExEBench aims to (1) assess FM generalizability across diverse, high-impact tasks and domains, (2) promote the development of novel ML methods that benefit disaster management, and (3) offer a platform for analyzing the interactions and cascading effects of extreme events to advance our understanding of Earth system, especially under the climate change expected in the decades to come. The dataset and code are public https://github.com/zhaoshan2/EarthExtreme-Bench.
Evaluating LLM Metrics Through Real-World Capabilities
Miller, Justin K, Tang, Wenjia
As generative AI becomes increasingly embedded in everyday workflows, it is important to evaluate its performance in ways that reflect real-world usage rather than abstract notions of intelligence. Unlike many existing benchmarks that assess general intelligence, our approach focuses on real-world utility, evaluating how well models support users in everyday tasks. While current benchmarks emphasize code generation or factual recall, users rely on AI for a much broader range of activities-from writing assistance and summarization to citation formatting and stylistic feedback. In this paper, we analyze large-scale survey data and usage logs to identify six core capabilities that represent how people commonly use Large Language Models (LLMs): Summarization, Technical Assistance, Reviewing Work, Data Structuring, Generation, and Information Retrieval. We then assess the extent to which existing benchmarks cover these capabilities, revealing significant gaps in coverage, efficiency measurement, and interpretability. Drawing on this analysis, we use human-centered criteria to identify gaps in how well current benchmarks reflect common usage that is grounded in five practical criteria: coherence, accuracy, clarity, relevance, and efficiency. For four of the six capabilities, we identify the benchmarks that best align with real-world tasks and use them to compare leading models. We find that Google Gemini outperforms other models-including OpenAI's GPT, xAI's Grok, Meta's LLaMA, Anthropic's Claude, DeepSeek, and Qwen from Alibaba-on these utility-focused metrics.