Chain of News Digest

Chain of News 28/05/2026

28/05/2026
**Top Story** The National Basketball Association (NBA) has announced plans to introduce an automated system for certain officiating decisions, including out-of-bounds calls, using artificial intelligence and cameras placed around the court. This system, as described by NBA Commissioner Adam Silver, aims to enhance the accuracy and efficiency of officiating decisions. The use of AI in this context is significant because it demonstrates the potential of machine learning to improve decision-making in real-time, high-stakes environments. For developers, this development highlights the importance of exploring AI applications in areas where human judgment can be augmented or supported by data-driven insights. The implications of this technology extend beyond sports, as similar systems could be applied in various fields where accurate and swift decision-making is crucial. As the NBA moves forward with this initiative, it will be interesting to see how the technology evolves and whether it can be adapted for use in other contexts. **AI Models & Research** The concept of intelligence as managed autonomy, as discussed in a recent article, presents a compelling perspective on the challenges of developing agentic AI systems. This approach emphasizes the need for managing hallucination and persistent but unjustified action in autonomous systems, which is a critical consideration for developers working on robotic and human-machine environments. Another significant development is the introduction of Frost Training, a method for improving Monte Carlo-based policy optimization for tasks called Cross-Entropy Games. This technique exploits the gradient of the reward function in embedding space, which can lead to more efficient and effective policy optimization. Additionally, research on hierarchical prompt-domain control and learning for resource-constrained agentic language models highlights the importance of adapting to evolving states and operating under memory, latency, and cost constraints. These advancements have the potential to significantly impact how developers design and deploy AI systems in various applications. **Developer Tools & Frameworks** Microsoft has announced the release of Azure Linux 4.0, its first general-purpose server Linux distribution, which is based on Fedora and designed for Azure VMs. This development is notable because it marks the first time Microsoft has offered a supported Linux distribution beyond container hosting. For developers, Azure Linux 4.0 provides a new option for deploying Linux-based applications on Azure, with the added benefit of official support from Microsoft. Furthermore, an article on adaptive hedging mechanisms for reducing p99 latency in fan-out microservice architectures presents a practical solution for developers dealing with slow-but-completing requests. By using real-time quantile estimation with DDSketch, developers can implement adaptive hedging to significantly reduce latency. These updates and releases demonstrate the ongoing efforts to improve the efficiency and reliability of development tools and frameworks. **Industry & Business** A significant development in the field of medical imaging is the use of artificial intelligence to reduce the time required for obtaining magnetic resonance imaging (MRI) scans. According to a recent report, AI can decrease the time needed for MRI scans by 90%, which has profound implications for healthcare and medical research. This breakthrough demonstrates the potential of AI to transform various industries by improving efficiency and accuracy. In the context of AI development, this achievement highlights the importance of exploring applications in healthcare and other fields where data-driven insights can lead to significant improvements in outcomes and quality of life. As AI continues to evolve and improve, we can expect to see more such innovations that bridge the gap between technology and practical applications. **Worth Watching** The concept of reasoning and planning with dynamically changing norms is an intriguing area of research that deserves attention. As AI agents interact with humans, they must be able to understand and adapt to changing social norms, which is a complex challenge. The development of DeepSciVerify, a pipeline for verifying scientific claim-citation alignment via large language model-driven evidence escalation, is another notable advancement. This tool has the potential to improve the reliability of reports generated by large language models, particularly in scientific and high-stakes settings. Additionally, the study on prefix-safe Bayesian belief tracking for long reasoning traces offers insights into the calibration of observations and the estimation of eventual success, which can contribute to more reliable AI decision-making. These developments, while still in the early stages, demonstrate the breadth and depth of AI research and its potential to address complex challenges across various domains.

Today's Stories

Today's articles

AI News

NBA plans AI system for automatic out-of-bounds calls

NBA Commissioner Adam Silver said the league plans to introduce an automated system for certain officiating decisions, including out-of-bounds calls. The system would use AI and cameras placed around the court to determine possession. Silver compared the approach to Hawk-Eye, the tracking technology used for line calls in tennis. Disputed call preceded Silver’s comments Silver’s […] The post NBA plans AI system for automatic out-of-bounds calls appeared first on AI News .

28/05/2026
InfoQ DevOps

Microsoft Announces Azure Linux 4.0, Its First General-Purpose Server Linux Distribution

Microsoft announced Azure Linux 4.0 and Azure Container Linux at Open Source Summit. Azure Linux 4.0 is a Fedora-based general-purpose server distribution for Azure VMs, the first time Microsoft has offered a supported Linux beyond container hosting. Azure Container Linux is an immutable container-optimized host built on Flatcar. By Steef-Jan Wiggers

28/05/2026
InfoQ DevOps

Article: Stragglers, Not Failures: How Adaptive Hedged Requests Reduce p99 Latency by 74 Percent

n fan-out microservice architectures, slow-but-completing requests accumulate across services and drive p99 latency far higher than per-service metrics suggest. This article presents an adaptive hedging mechanism that uses DDSketch for real-time quantile estimation, windowed rotation to handle distribution drift, and a token-bucket budget to prevent load amplification. By Prathamesh Bhope

28/05/2026
GNews: AI España

Reducen un 90 % el tiempo para obtener resonancias magnéticas con inteligencia artificial - Sinc

Reducen un 90 % el tiempo para obtener resonancias magnéticas con inteligencia artificial Sinc

28/05/2026
ArXiv cs.AI

Cross-Entropy Games and Frost Training

We present Frost Training, a method for improving Monte Carlo-based policy optimization for a large family of LLM-as-a-judge tasks called Cross-Entropy Games. The key idea is to exploit the gradient of the reward function in embedding space. This signal is used in the Greedy Coordinate Gradient (GCG) jailbreaking technique; we demonstrate for the first time that it can also be used to boost model training. We validate our method using GRPO training for maximum-likelihood infilling.

28/05/2026
ArXiv cs.AI

Intelligence as Managed Autonomy: Failure, Escalation, and Governance for Agentic AI Systems

As autonomous and agentic AI systems scale in robotic and human-machine environments, managing hallucination and persistent but unjustified action remains an open challenge. Rather than attributing these failures solely to model or alignment limitations, this paper explores the architectural vulnerability of unbounded autonomy - the presumption that an agent should continue operating regardless of rising uncertainty.

28/05/2026
ArXiv cs.AI

Reasoning and Planning with Dynamically Changing Norms

To safely interact with humans, AI agents must both know our norms and consider them during planning. However, such norm-guided planning has been less explored, only within communities of artificial agents, and has ignored the dynamic nature of norms. This paper instead presents an approach to guiding planning with dynamically changing norms in a human-AI setting.

28/05/2026
ArXiv cs.AI

Prefix-Safe Bayesian Belief Tracking for LLM Reasoning Reliability:Separating Calibration from Ranking

Long reasoning traces need reliability estimates before final answers are known. We study prefix-conditioned eventual-success estimation, $P(y=1 \mid o_{1:t})$, using prefix-safe observations. Sequential Bayesian Belief Tracking (SBBT) calibrates observation likelihoods and recursively updates a two-state belief, providing a common tracker for scalar scores, text and self-verification markers, hidden clusters, token-pooling probes, and latent-trajectory features.

28/05/2026
ArXiv cs.AI

DeepSciVerify: Verifying Scientific Claim--Citation Alignment via LLM-Driven Evidence Escalation

Misalignment between claims and their cited evidence is a common failure mode in reports generated by large language models, limiting their reliability in scientific and other high-stakes settings. We present DeepSciVerify, a two-stage pipeline for scientific claim-citation verification that combines abstract-level reasoning with selective escalation to passage-level evidence.

28/05/2026
ArXiv cs.AI

Hierarchical Prompt-Domain Control and Learning for Resource-Constrained Agentic Language Models

Large Language Models are increasingly deployed inside agentic systems, where they must follow structured protocols, adapt to evolving states, and operate under memory, latency, and cost constraints. In such regimes, prompt extension is unreliable: growing contexts can push compact models outside their effective prompt domain, while deployment-time fine-tuning remains limited by scarce data and compute.

28/05/2026