Chain of News Digest

Chain of News 24/07/2026

24/07/2026
**Top Story** The vulnerability of large language models to incomplete harmful prompts has been a significant concern, and a recent study has formalized this phenomenon as incomplete prompt jailbreaks. This is crucial because it highlights the limitations of current safeguards against harmful requests, which are often based on sentence completion. The implications of this study are far-reaching, as it suggests that developers need to rethink their approach to ensuring the safety and reliability of large language models. Furthermore, the study's findings have significant implications for the development of more robust and secure language models, which are essential for a wide range of applications. The fact that sentence completion remains vulnerable to incomplete harmful prompts despite the use of open-weight models with safeguards is a wake-up call for developers to prioritize the development of more effective safety measures. As the use of large language models becomes increasingly widespread, the need to address this vulnerability becomes more pressing. SOURCES: [1] **AI Models & Research** The development of DC-Leap, a training-free acceleration method for Diffusion Large Language Models, is a significant breakthrough in the field of AI research. DC-Leap enables the efficient decoding of language models by leveraging draft-guided contiguous leaping decoding, which overcomes the limitations of current strategies that are often hindered by overly conservative confidence thresholds. This innovation has the potential to significantly improve the performance of language models, making them more efficient and effective. Another important development is the introduction of NEXUS, a structured runtime safety monitor for tool-using LLM agents, which applies a formal intervention policy to select actions that are safe and reliable. This is a critical advancement in the field of AI safety, as it provides a robust framework for ensuring the safe execution of high-impact actions. Additionally, the proposal of Spectral-LSH, a training-free prompt compression method, is a notable development that has the potential to significantly reduce the computational cost of long-prompt inference. SOURCES: [3], [4], [6] **Developer Tools & Frameworks** The release of JAXBench, a TPU-native benchmark suite for AI-generated kernel optimization, is a significant development for developers working with TPUs. JAXBench provides a rigorous benchmarking framework that enables developers to optimize their kernel performance, which is essential for achieving high-performance AI applications. With JAXBench, developers can now establish a shared target to hillclimb on, driving progress in autonomous TPU kernel performance optimization. Another notable release is GraphContainer, a unified platform for comparing and debugging graph RAG methods. GraphContainer provides a comprehensive framework for mitigating hallucinations and stale knowledge in LLMs, particularly for multi-hop question answering. This platform has the potential to significantly improve the development of graph-based AI applications. Furthermore, the development of Geometry-Guided Constraint Learning for LLM safety classification is a notable advancement that provides a robust framework for learning linear half-space constraints in LLM hidden space. SOURCES: [2], [7], [8] **Industry & Business** A recent article in la Repubblica highlights the potential of AI to enhance the power of Crispr, a gene-editing technology. The article suggests that AI can be used to improve the accuracy and efficiency of Crispr, which has significant implications for the field of gene therapy. This development has the potential to revolutionize the treatment of genetic diseases, and it underscores the importance of interdisciplinary research in driving innovation. The fact that AI is being used to enhance the power of Crispr is a testament to the growing recognition of the potential of AI to transform a wide range of fields, from biotechnology to healthcare. SOURCES: [10] **Worth Watching** The study on rethinking uncertainty evaluation in large language models is a thought-provoking development that challenges the conventional wisdom on evaluating LLM confidence. The proposal of Logic-Guided Data Extraction with Answer Set Programming and Large Language Models is another interesting development that has the potential to significantly improve the reliability of data extraction from unstructured text. Additionally, the development of Rethinking Uncertainty Evaluation in Large Language Models is a notable advancement that highlights the limitations of current approaches to evaluating LLM confidence and proposes a more robust framework for uncertainty evaluation. SOURCES: [5], [9]

Today's Stories

Today's articles

GNews: AI Italia

Terapia genica, Crispr diventa ancora più potente grazie all’Ai - la Repubblica

Terapia genica, Crispr diventa ancora più potente grazie all’Ai la Repubblica

24/07/2026
ArXiv cs.AI

JAXBench: Benchmarking Autonomous TPU Kernel Optimization

Rigorous benchmarks have driven progress in autonomous GPU kernel performance optimization by establishing a shared target to hillclimb on, but no equivalent exists for TPUs. We present JAXBench, a TPU-native benchmark suite for AI-generated kernel optimization on Google Cloud TPUs. JAXBench comprises 50 JAX workloads that are both relevant and provide headroom for optimization.

24/07/2026
ArXiv cs.AI

DC-Leap: Training-Free Acceleration of dLLMs via Draft-Guided Contiguous Leaping Decoding

While parallel decoding is central to the efficiency of Diffusion Large Language Models (dLLMs), current strategies are often hindered by overly conservative confidence thresholds. These thresholds, necessitated by the Joint Probability Dependence Error (JPDE), result in redundant denoising iterations and suboptimal inference speeds. To overcome this, we propose DC-Leap, a training-free framework that enables reliable acceleration of dLLMs in the moderate-confidence regime.

24/07/2026
ArXiv cs.AI

Incomplete Prompt Jailbreaks in Large Language Models

Large language models (LLMs) are increasingly released as open-weight models with safeguards against harmful requests. Nevertheless, sentence completion remains vulnerable to incomplete harmful prompts. In this work, we formalize this phenomenon as incomplete prompt jailbreaks (IPJ) and provide a systematic empirical characterization of when and how incomplete prompts elicit harmful continuations.

24/07/2026
ArXiv cs.AI

GraphContainer: A Unified Platform for Comparing and Debugging Graph RAG Methods

Graph RAG mitigates hallucinations and stale knowledge in LLMs, particularly for multi-hop question answering. However, existing approaches remain highly fragmented and incompatible. The structural heterogeneity of graph formats across different frameworks and the lack of granular visualization tools make it exceedingly difficult to evaluate and compare retrieval behaviors.

23/07/2026
ArXiv cs.AI

Spectral-LSH: Sub-Quadratic Prompt Compression via Krylov-Projected Locality-Sensitive Hashing

Long-prompt inference remains expensive because prefill attention scales quadratically with sequence length. We propose Spectral-LSH, a training-free prompt compression method that operates before the prompt enters the language model. Spectral-LSH approximates the dominant components of an implicit attention-kernel operator using a Krylov subspace method together with random features, avoiding explicit $O(N^2)$ attention-kernel materialization.

23/07/2026
ArXiv cs.AI

NEXUS: Structured Runtime Safety for Tool-Using LLM Agents

Tool-using LLM agents increasingly execute high-impact actions, making runtime safety monitoring essential. We present NEXUS (Neural EXecution Utility and Safety), a structured-plan safety monitor that applies a formal intervention policy to select among four actions: allow, block, request confirmation, or request revision. NEXUS combines deterministic safety rules, argument-level inspection, and a calibrated logistic-regression risk score for graded escalation.

23/07/2026
ArXiv cs.AI

Rethinking Uncertainty Evaluation in Large Language Models

Calibration is the primary criterion for evaluating LLM confidence, but it is insufficient: it admits trivially incoherent estimators, depends on the evaluation distribution, and does not test the extent to which the estimation can be interpreted as a consistent, underlying probability function. What we actually need is for LLM confidence estimates to satisfy the conditions required of coherent probabilistic beliefs.

23/07/2026
ArXiv cs.AI

Geometry-Guided Constraint Learning for LLM Safety Classification

Safety as Polytope (SaP) learns linear half-space constraints in LLM hidden space but requires per-category tuning of the constraint count K. We show that sparse autoencoder (SAE) feature extraction resolves this: K=2 becomes optimal for 12/14 categories on Qwen3.5-9B, achieving 96-99% accuracy per category on our BeaverTails classification benchmark, largely eliminating the need for exhaustive sweeps (K=4-25 with random initialization).

23/07/2026
ArXiv cs.AI

Logic-Guided Data Extraction with Answer Set Programming and Large Language Models

When Large Language Models (LLMs) are used for semantic data extraction from unstructured text, producing candidate relational facts from natural language, they may remain unreliable for tasks requiring complex combinatorial reasoning and global consistency. This paper proposes a logic-guided data extraction framework combining LLM-based extraction with Answer Set Programming (ASP). The LLM produces candidate facts, whereas ASP performs validation, inference, consistency checking, and control.

23/07/2026